[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#248368: txt2pdbdoc: wrong name of the debconf template in postinst script



Package: txt2pdbdoc
Version: 1.4.2-3
Severity: normal
Followup-For: Bug #248368

This bug is caused by an uncomplete name of the debconf template in the
postinst script. When I fixed the name, the configuration proceded
without problems.

I attach a patch which fixed it for me.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.5-c3-2
Locale: LANG=C, LC_CTYPE=sk_SK

Versions of packages txt2pdbdoc depends on:
ii  debconf                     1.4.25       Debian configuration management sy
ii  libc6                       2.3.2.ds1-12 GNU C Library: Shared libraries an
ii  perl                        5.8.4-1      Larry Wall's Practical Extraction 

-- debconf information:
* txt2pdbdoc/warning-memorycard: 
--- txt2pdbdoc.postinst.orig	2004-05-11 11:43:27.000000000 +0200
+++ txt2pdbdoc.postinst	2004-05-11 11:43:37.000000000 +0200
@@ -3,6 +3,6 @@
 # Source debconf library.
 . /usr/share/debconf/confmodule
 
-db_get txt2pdbdoc/warning-memcard
+db_get txt2pdbdoc/warning-memorycard
 
 

Reply to: