Your message dated Sun, 26 Nov 2006 17:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#391656: fixed in spong 2.7.7-13
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: spong
Version: 2.7.7-12
Severity: normal
Tags: patch
Hi,
Attached is the diff for my spong 2.7.7-12 NMU.
diff -u spong-2.7.7/debian/control spong-2.7.7/debian/control
--- spong-2.7.7/debian/control
+++ spong-2.7.7/debian/control
@@ -2,8 +2,8 @@
Section: net
Priority: optional
Maintainer: Clément Stenac <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.1.16), dpatch
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 4.1.16), dpatch
+Standards-Version: 3.7.2
Package: spong-common
Architecture: all
diff -u spong-2.7.7/debian/spong-client.init.d
spong-2.7.7/debian/spong-client.init.d
--- spong-2.7.7/debian/spong-client.init.d
+++ spong-2.7.7/debian/spong-client.init.d
@@ -1,7 +1,12 @@
#! /bin/sh
-#
-# Start or stop the spong system monitoring client
-#
+### BEGIN INIT INFO
+# Provides: spong-client
+# Required-Start: $local_fs
+# Required-Stop: $local_fs
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: Start or stop the spong system monitoring client
+### END INIT INFO
test -x /usr/sbin/spong-client || exit 0
diff -u spong-2.7.7/debian/spong-www.postrm spong-2.7.7/debian/spong-www.postrm
--- spong-2.7.7/debian/spong-www.postrm
+++ spong-2.7.7/debian/spong-www.postrm
@@ -17,7 +17,7 @@
if [ -x /usr/sbin/invoke-rc.d ] ; then
/usr/sbin/invoke-rc.d $reload reload
else
- /etc/init.d/$reload reload
+ /usr/sbin/invoke-rc.d $reload reload
fi
fi
done
diff -u spong-2.7.7/debian/spong-common.postinst
spong-2.7.7/debian/spong-common.postinst
--- spong-2.7.7/debian/spong-common.postinst
+++ spong-2.7.7/debian/spong-common.postinst
@@ -13,9 +13,10 @@
spong_localcfg=/etc/spong/spong.conf.`hostname -s`
db_get spong-common/server_where
-if [ ! -f $spong_localcfg ] && [ "$RET" ]; then
+if [ "$RET" ]; then
+ if [ ! -f $spong_localcfg ]; then
- cat <<EOF> $spong_localcfg
+ cat <<EOF> $spong_localcfg
# This file is automatically created by debconf, yet all modifications
# will be preserved.
@@ -24,11 +25,12 @@
1;
EOF
- else
+ else
- sed -i -e "s/\(^$SPONGSERVER *= *\)\".*\".*$/\1\"$RET\"/" $spong_localcfg
+ sed -i -e "s/\(^$SPONGSERVER *= *\)\".*\".*$/\1\"$RET\"/" $spong_localcfg
+ fi
fi
if [ "$1" = "configure" ] && dpkg --compare-versions "$2" "<=" "2.7.1-4" ; then
diff -u spong-2.7.7/debian/spong-server.init.d
spong-2.7.7/debian/spong-server.init.d
--- spong-2.7.7/debian/spong-server.init.d
+++ spong-2.7.7/debian/spong-server.init.d
@@ -1,7 +1,12 @@
#! /bin/sh -e
-#
-# Start or stop the spong daemon
-#
+### BEGIN INIT INFO
+# Provides: spong-server
+# Required-Start: $local_fs
+# Required-Stop: $local_fs
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: Start or stop the spong daemon
+### END INIT INFO
test -x /usr/sbin/spong-server || exit 0
diff -u spong-2.7.7/debian/changelog spong-2.7.7/debian/changelog
--- spong-2.7.7/debian/changelog
+++ spong-2.7.7/debian/changelog
@@ -1,3 +1,16 @@
+spong (2.7.7-12.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Do not create local spong.conf when debconf question is not shown.
+ (Closes: #389246)
+ * Updated Standards-Version.
+ * Replaced direct calls to init scripts in spong-www.postint and
+ spong-www.postrm.
+ * Replaced Builds-Depends-Indep by Build-Depends.
+ * Added lsb section in init.d scripts.
+
+ -- Alexis Darrasse <[EMAIL PROTECTED]> Sat, 7 Oct 2006 22:28:25 +0200
+
spong (2.7.7-12) unstable; urgency=low
* Stop patching upstream sources directly, use patches only
diff -u spong-2.7.7/debian/spong-www.postinst
spong-2.7.7/debian/spong-www.postinst
--- spong-2.7.7/debian/spong-www.postinst
+++ spong-2.7.7/debian/spong-www.postinst
@@ -46,7 +46,7 @@
if [ -x /usr/sbin/invoke-rc.d ] ; then
/usr/sbin/invoke-rc.d ${reload} reload
else
- /etc/init.d/${reload} reload
+ /usr/sbin/invoke-rc.d ${reload} reload
fi
fi
fi
--- End Message ---
--- Begin Message ---
Source: spong
Source-Version: 2.7.7-13
We believe that the bug you reported is fixed in the latest version of
spong, which is due to be installed in the Debian FTP archive:
spong-client_2.7.7-13_all.deb
to pool/main/s/spong/spong-client_2.7.7-13_all.deb
spong-common_2.7.7-13_all.deb
to pool/main/s/spong/spong-common_2.7.7-13_all.deb
spong-server_2.7.7-13_all.deb
to pool/main/s/spong/spong-server_2.7.7-13_all.deb
spong-www_2.7.7-13_all.deb
to pool/main/s/spong/spong-www_2.7.7-13_all.deb
spong_2.7.7-13.diff.gz
to pool/main/s/spong/spong_2.7.7-13.diff.gz
spong_2.7.7-13.dsc
to pool/main/s/spong/spong_2.7.7-13.dsc
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.
Jan Wagner <[EMAIL PROTECTED]> (supplier of updated spong 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.7
Date: Sun, 26 Nov 2006 15:08:49 +0100
Source: spong
Binary: spong-server spong-client spong-www spong-common
Architecture: source all
Version: 2.7.7-13
Distribution: unstable
Urgency: low
Maintainer: Jan Wagner <[EMAIL PROTECTED]>
Changed-By: Jan Wagner <[EMAIL PROTECTED]>
Description:
spong-client - A systems and network monitoring system -- client programs
spong-common - A systems and network monitoring system -- common libraries
spong-server - A systems and network monitoring system -- server programs
spong-www - A systems and network monitoring system -- web interface
Closes: 391656 400412
Changes:
spong (2.7.7-13) unstable; urgency=low
.
* New maintainer (closes: #400412).
* Acknowledge previous NMU (closes: #391656).
* fixed README.Debian of spong-client about recommandation of
libnet-telnet-perl
* changed package more to my own style
Files:
44fe6190998efcbbbf7ed1461da5f706 607 net optional spong_2.7.7-13.dsc
cc209951ff5f7cfe2f56e1a8bfb62b2d 39647 net optional spong_2.7.7-13.diff.gz
325d1d0b2a0bd12c2b2f94324f30da5b 139130 net optional
spong-common_2.7.7-13_all.deb
5eb5bf0cee2f15be5ff71e0ed36e5e10 58948 net optional
spong-client_2.7.7-13_all.deb
9b7e708f63b64afad39a66436b192913 67548 net optional spong-www_2.7.7-13_all.deb
fb56f20d11b3af4bfee198fbed7e0fa9 55014 net optional
spong-server_2.7.7-13_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFacyZ+C5cwEsrK54RAgG3AKCu5/wtd3FbQWjYsQfLkfYfcayLVQCglqWY
qmlVsF34rhllGoH072WG8ZQ=
=wl4j
-----END PGP SIGNATURE-----
--- End Message ---