Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Please unblock package rtgui The latest upload fixes RC bug: #604232 - rtgui: doesn't use invoke-rc.d to restart apache Debdiff attached. Thanks in advance. unblock rtgui/0.2.7-3 - -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (101, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.36 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBCAAGBQJM6UdJAAoJEKgvu4Pz1XAzt5oP/Aw+4G7+1qdEVEZkg0dOICHD vN5VxD59Neabzo1r6FxsnyNUYt8Mhd9mSFlK8gxZnAhp/4dYjjS7xck93M/nMN4L bbTAH9wMUr0kT9213GQzXcYunFwMluhGEpTVcfV5x/K+Ng6qAvgv0lWyDkJOSO8y xuKjQTMf9+KCy/9zvyJQb12Gu5Wk9pZ2nPxVHGScjydG9b4qmZlpDhTo0NcsBYzq nuwMjBEp04JwuJLOn/oaHzhCYUT9NezXQ3zmrT5X52yTM72LB3AvQvFUKu8N/qk9 Sm++Y8GJeXxmGAbfaOUE6oT1gYWzL35e1kAz3Acyv8G6ZXkack1g5RevIELPDmE7 82zVbKwImJUmX2m6di8tDGYKJ3oG5lC2SQVP6JTUnBGuhfBpwbr3dQ7BvMIxIKZr AiZjLauc6lzLTbQABtHgW0hEnZdx4MDv+ycgUXuuUVlERm21VJ+fNrt3gQtR8fZk noYWYhGvjWoMODgxRePmBOV7HbV57xl4KSfLtiGTpYwglWwY9hAkSiygNqitYsCG 5Vnj5XB/tMb5N7C9BY3FrMLBq0U3lvyfjdMli+M4YKzgV/Xbqv+RM8pw9FnmkETa U0sMmECEdlU3jwdU2Nddi7ctci4k1AcAsH/QcjIcjyuRbFXwJIC9ktKY2vXyFaeV b0SDv6yYpGPp3q1Uae+Q =0vnL -----END PGP SIGNATURE-----
diff -Nru rtgui-0.2.7/debian/changelog rtgui-0.2.7/debian/changelog
--- rtgui-0.2.7/debian/changelog 2010-06-11 06:04:44.000000000 +0200
+++ rtgui-0.2.7/debian/changelog 2010-11-21 16:53:05.000000000 +0100
@@ -1,3 +1,13 @@
+rtgui (0.2.7-3) unstable; urgency=medium
+
+ * Priority bumped due to RC bug fix.
+ * debian/control: Bump Standards-Version to 3.9.1
+ * debian/rtgui.postinst:
+ Use invoke-rc.d to restart webserver after installation.
+ (Closes: #604232)
+
+ -- Dario Minnucci <midget@debian.org> Sun, 21 Nov 2010 16:52:45 +0100
+
rtgui (0.2.7-2) unstable; urgency=low
* Switch to dpkg-source 3.0 (quilt) format
diff -Nru rtgui-0.2.7/debian/control rtgui-0.2.7/debian/control
--- rtgui-0.2.7/debian/control 2010-06-11 05:49:54.000000000 +0200
+++ rtgui-0.2.7/debian/control 2010-11-21 16:08:33.000000000 +0100
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Dario Minnucci <midget@debian.org>
Build-Depends: debhelper (>= 7.0.50~)
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
Homepage: http://code.google.com/p/rtgui/
Package: rtgui
diff -Nru rtgui-0.2.7/debian/rtgui.postinst rtgui-0.2.7/debian/rtgui.postinst
--- rtgui-0.2.7/debian/rtgui.postinst 2010-06-11 05:45:07.000000000 +0200
+++ rtgui-0.2.7/debian/rtgui.postinst 2010-11-21 16:13:15.000000000 +0100
@@ -27,9 +27,7 @@
#
# Restart webserver
#
- echo -n "Restarting webserver... "
- apache2ctl restart
- echo "done."
+ invoke-rc.d apache2 restart
;;
abort-upgrade|abort-remove|abort-deconfigure)