Your message dated Wed, 4 Oct 2006 13:50:46 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#389547: diff for 2.0.4p01-14.1 NMU
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Hi,
On 9/26/06, Steinar H. Gunderson <[EMAIL PROTECTED]> wrote:
Attached is the diff for my otrs2 2.0.4p01-14.1 NMU.
such uploads should be coordinated via the mailing list
[EMAIL PROTECTED] I have added the patch to the
subversion trunk now.
Torsten
--
http://www.twerner42.de/
--- End Message ---