Package: otrs2 Version: 2.0.4p01-14 Severity: normal Tags: patch Hi,
Attached is the diff for my otrs2 2.0.4p01-14.1 NMU.
diff -Nru /tmp/91xMN81GcU/otrs2-2.0.4p01/debian/changelog /tmp/RbC0UjJ6uo/otrs2-2.0.4p01/debian/changelog --- /tmp/91xMN81GcU/otrs2-2.0.4p01/debian/changelog 2006-09-26 13:17:59.000000000 +0200 +++ /tmp/RbC0UjJ6uo/otrs2-2.0.4p01/debian/changelog 2006-09-26 13:18:00.000000000 +0200 @@ -1,3 +1,11 @@ +otrs2 (2.0.4p01-14.1) unstable; urgency=medium + + * Non-maintainer upload. + * Check for dbconfig-common existence in the config maintainer script before + trying to use it; patch from Alejandro Ríos Peña. (Closes: #388231) + + -- Steinar H. Gunderson <[EMAIL PROTECTED]> Tue, 26 Sep 2006 13:15:46 +0200 + otrs2 (2.0.4p01-14) unstable; urgency=low * add french debconf translation thanks to Christian Perrier, diff -Nru /tmp/91xMN81GcU/otrs2-2.0.4p01/debian/config /tmp/RbC0UjJ6uo/otrs2-2.0.4p01/debian/config --- /tmp/91xMN81GcU/otrs2-2.0.4p01/debian/config 2006-09-26 13:17:59.000000000 +0200 +++ /tmp/RbC0UjJ6uo/otrs2-2.0.4p01/debian/config 2006-09-26 13:18:00.000000000 +0200 @@ -43,7 +43,10 @@ . /usr/share/debconf/confmodule dbc_dbtypes="mysql, pgsql" -. /usr/share/dbconfig-common/dpkg/config +if [ -f /usr/share/dbconfig-common/dpkg/config ]; then + . /usr/share/dbconfig-common/dpkg/config + dbc_go otrs2 "$@" +fi TMPFILE=$(mktemp) if [ -f "/etc/otrs/Kernel/Config.pm" ]; then

