Package: phpgacl Version: 3.3.7-1 Severity: normal Tags: patch Hi,
Attached is the diff for my phpgacl 3.3.7-1.1 NMU.
diff -Nru /tmp/tLtQw34Cog/phpgacl-3.3.7/debian/changelog /tmp/FNX6a4H4qo/phpgacl-3.3.7/debian/changelog --- /tmp/tLtQw34Cog/phpgacl-3.3.7/debian/changelog 2006-09-26 13:10:49.000000000 +0200 +++ /tmp/FNX6a4H4qo/phpgacl-3.3.7/debian/changelog 2006-09-26 13:10:49.000000000 +0200 @@ -1,3 +1,11 @@ +phpgacl (3.3.7-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/config: Do the same fix as 3.3.6-4 did for postrm; ie. check for + the existence of dbconfig-common before using it. (Closes: #388232) + + -- Steinar H. Gunderson <[EMAIL PROTECTED]> Tue, 26 Sep 2006 13:08:08 +0200 + phpgacl (3.3.7-1) unstable; urgency=low * New upstream release diff -Nru /tmp/tLtQw34Cog/phpgacl-3.3.7/debian/phpgacl.config /tmp/FNX6a4H4qo/phpgacl-3.3.7/debian/phpgacl.config --- /tmp/tLtQw34Cog/phpgacl-3.3.7/debian/phpgacl.config 2006-09-26 13:10:49.000000000 +0200 +++ /tmp/FNX6a4H4qo/phpgacl-3.3.7/debian/phpgacl.config 2006-09-26 13:10:49.000000000 +0200 @@ -5,8 +5,11 @@ # source dbconfig-common stuff dbc_dbtypes="mysql, pgsql" -. /usr/share/dbconfig-common/dpkg/config -dbc_go phpgacl $@ + +if [ -f /usr/share/dbconfig-common/dpkg/config ]; then + . /usr/share/dbconfig-common/dpkg/config + dbc_go phpgacl $@ +fi db_input medium phpgacl/apache || true db_input medium phpgacl/setup || true

