Your message dated Tue, 30 Jun 2009 12:17:06 +0000
with message-id <[email protected]>
and subject line Bug#534894: fixed in phpmyadmin 4:3.2.0.1-1
has caused the Debian Bug report #534894,
regarding use --debconf-ok when calling ucf
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
534894: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534894
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: phpmyadmin
Severity: normal
Tags: patch

ucf complains about a missing parameter, I can not see that debconf was
stopped before the ucf call, so I just added the parameter. See attached
patch. The required ucf-version in Depends has to be bumped since versions
< 0.28 didn't include that feature.

dbconfig-common: writing config to /etc/dbconfig-common/mantis.conf
*** WARNING: ucf was run from a maintainer script that uses debconf, but
             the script did not pass --debconf-ok to ucf. The maintainer
             script should be fixed to not stop debconf before calling ucf,
             and pass it this parameter. For now, ucf will revert to using
             old-style, non-debconf prompting. Ugh!




-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic
  APT policy: (500, 'karmic')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-10-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages phpmyadmin depends on:
pn  dbconfig-common         <none>           (no description available)
ii  debconf [debconf-2.0]   1.5.26ubuntu3    Debian configuration management sy
pn  libapache2-mod-php5 | p <none>           (no description available)
ii  perl                    5.10.0-23ubuntu1 Larry Wall's Practical Extraction 
pn  php5-mcrypt             <none>           (no description available)
pn  php5-mysql | php5-mysql <none>           (no description available)

Versions of packages phpmyadmin recommends:
pn  apache2 | lighttpd | httpd    <none>     (no description available)
pn  mysql-client                  <none>     (no description available)
pn  php5-gd                       <none>     (no description available)

Versions of packages phpmyadmin suggests:
pn  mysql-server                  <none>     (no description available)
diff -Nurp phpmyadmin-3.2.0.orig/debian/control phpmyadmin-3.2.0/debian/control
--- phpmyadmin-3.2.0.orig/debian/control	2009-06-28 02:17:12.000000000 +0200
+++ phpmyadmin-3.2.0/debian/control	2009-06-28 02:19:00.479483585 +0200
@@ -4,7 +4,7 @@ Uploaders: Michal Čihař <ni...@debian.
 Section: web
 Priority: extra
 Standards-Version: 3.8.2
-Build-Depends: debhelper (>= 7), quilt (>= 0.40), po-debconf
+Build-Depends: debhelper (>= 7), quilt (>= 0.40), po-debconf, ucf (>= 0.28)
 Homepage: http://www.phpmyadmin.net/
 Vcs-Browser: https://aphrodite.kinkhorst.nl/wsvn/debian/phpmyadmin/
 Vcs-Svn: https://svn.kinkhorst.nl/svn/debian/phpmyadmin/trunk
diff -Nurp phpmyadmin-3.2.0.orig/debian/postrm phpmyadmin-3.2.0/debian/postrm
--- phpmyadmin-3.2.0.orig/debian/postrm	2009-06-28 02:17:12.000000000 +0200
+++ phpmyadmin-3.2.0/debian/postrm	2009-06-28 02:16:42.479324352 +0200
@@ -36,7 +36,7 @@ fi
 if [ "$1" = "purge" ]; then
     rm -f /etc/phpmyadmin/config-db.php
     if which ucf >/dev/null 2>&1; then
-	ucf --purge /etc/phpmyadmin/config-db.php
+	ucf --debconf-ok --purge /etc/phpmyadmin/config-db.php
     fi
 fi
 

--- End Message ---
--- Begin Message ---
Source: phpmyadmin
Source-Version: 4:3.2.0.1-1

We believe that the bug you reported is fixed in the latest version of
phpmyadmin, which is due to be installed in the Debian FTP archive:

phpmyadmin_3.2.0.1-1.diff.gz
  to pool/main/p/phpmyadmin/phpmyadmin_3.2.0.1-1.diff.gz
phpmyadmin_3.2.0.1-1.dsc
  to pool/main/p/phpmyadmin/phpmyadmin_3.2.0.1-1.dsc
phpmyadmin_3.2.0.1-1_all.deb
  to pool/main/p/phpmyadmin/phpmyadmin_3.2.0.1-1_all.deb
phpmyadmin_3.2.0.1.orig.tar.gz
  to pool/main/p/phpmyadmin/phpmyadmin_3.2.0.1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michal Čihař <[email protected]> (supplier of updated phpmyadmin package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 30 Jun 2009 14:05:13 +0200
Source: phpmyadmin
Binary: phpmyadmin
Architecture: source all
Version: 4:3.2.0.1-1
Distribution: unstable
Urgency: high
Maintainer: Thijs Kinkhorst <[email protected]>
Changed-By: Michal Čihař <[email protected]>
Description: 
 phpmyadmin - MySQL web administration tool
Closes: 534894
Changes: 
 phpmyadmin (4:3.2.0.1-1) unstable; urgency=high
 .
   * New upstream version fixing XSS (PMASA-2009-5).
   * Document no empty password in README.Debian and the shipped sample
     configuration file (LP: #388703).
   * Install service file for avahi (if web service enabled and if avahi is
     installed) (LP: #369244).
   * Mention protecting of setup if not using provided configuration snippets
     for webservers.
   * Call ucf with --debconf-ok in postrm (Closes: #534894).
Checksums-Sha1: 
 4a01f19379d59b8396cdb323f433c5e577581f85 1229 phpmyadmin_3.2.0.1-1.dsc
 d5499d270ff1a4e6934d704ce0c6c9d7e3a92efb 3640305 phpmyadmin_3.2.0.1.orig.tar.gz
 97c4f5a6b432f4aee15aed1f237b6215907f0a3d 36100 phpmyadmin_3.2.0.1-1.diff.gz
 63ae459e2512307d54d04ee773b3949d308af7d7 3655422 phpmyadmin_3.2.0.1-1_all.deb
Checksums-Sha256: 
 a53b29f8a5228c6cab9c3ef88bbde4f3a91145ea4570d74345ff2c630d8dcfbe 1229 
phpmyadmin_3.2.0.1-1.dsc
 90590fda9411956f066ed2d34a37d74e191f90d640a93b59af933df99b3dbfb0 3640305 
phpmyadmin_3.2.0.1.orig.tar.gz
 b18caf854f15c15f15dd11c09d95e107a322c07653892575e28eb1126cacf705 36100 
phpmyadmin_3.2.0.1-1.diff.gz
 e992d72548b13f69db11b7f1dce15acb9b06eaa2b6e2d36ab3201be0c4d3fae3 3655422 
phpmyadmin_3.2.0.1-1_all.deb
Files: 
 bd828e9cfbc24465324cdf1335c9e103 1229 web extra phpmyadmin_3.2.0.1-1.dsc
 44c0070a6d18a9d2e19b88e5f028672e 3640305 web extra 
phpmyadmin_3.2.0.1.orig.tar.gz
 7c010bf745da0d4df89ada96ee22abfb 36100 web extra phpmyadmin_3.2.0.1-1.diff.gz
 8be9c69a19c061b977be4469d59b6e53 3655422 web extra phpmyadmin_3.2.0.1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkpKACYACgkQ3DVS6DbnVgRdZQCeLuAN/3GURVc/0naJY0RwRn0N
DS0AoIm5+GBFnyKIy7rOugBWG+7RL4WC
=nUl6
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to