Package: phpqladmin
Version: 2.2.1-1
Severity: normal

Hello,

While upgrading phpqladmin, I've this warning in my terminal :

debconf: Champ de message « _choices » inconnu, dans la partie #1 
de /tmp/phpqladmin.template.44354

debconf: Champ de message « _description » inconnu, dans la partie #1 
de /tmp/phpqladmin.template.44354


After asking the french translation team (debian-l10n-french@lists.debian.org), 
this warning is caused by an incorrect version of the debhelper program
in the build-depends calls.

You should use version 4.1.16 instead of 3.0.0 in the debian/control
file. With this version, the dh_installdebconf program will call po2debconf 
which is correct.
 
 

Here is the patch.


Thanks,

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages phpqladmin depends on:
ii  apache2                       2.0.53-5   next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]   2.0.53-5   traditional model for Apache2
ii  debconf                       1.4.30.11  Debian configuration management sy
ii  php4                          4:4.3.10-9 server-side, HTML-embedded scripti
ii  php4-gd [php4-gd2]            4:4.3.10-9 GD module for php4
ii  php4-ldap                     4:4.3.10-9 LDAP module for php4
ii  php4-mhash                    4:4.3.10-9 MHASH module for php4
ii  wwwconfig-common              0.0.42     Debian web auto configuration

-- debconf information:
* phpqladmin/webserver:
--- control     2005-03-17 10:16:29.000000000 +0100
+++ control-new 2005-03-30 09:36:13.072892440 +0200
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Maintainer: Turbo Fredriksson <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 3.0.0), po-debconf
+Build-Depends-Indep: debhelper (>= 4.1.16), po-debconf
 Standards-Version: 3.5.10
 
 Package: phpqladmin

Reply via email to