tags 657478 + patch
tags 657478 + pending
thanks

Dear maintainer,

I've prepared an NMU for biomaj-watcher (versioned as 1.2.0-3.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Jim Carrey: Somebody To Love
diff -Nru biomaj-watcher-1.2.0/debian/changelog biomaj-watcher-1.2.0/debian/changelog
--- biomaj-watcher-1.2.0/debian/changelog	2011-12-16 09:33:30.000000000 +0100
+++ biomaj-watcher-1.2.0/debian/changelog	2012-02-09 22:45:38.000000000 +0100
@@ -1,3 +1,12 @@
+biomaj-watcher (1.2.0-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "doesn't use invoke-rc.d": use invoke-rc.d in postinst (and quote
+    variable in config), thanks to Andreas Beckmann for the bug report.
+    (Closes: #657478)
+
+ -- gregor herrmann <[email protected]>  Thu, 09 Feb 2012 22:45:31 +0100
+
 biomaj-watcher (1.2.0-3) unstable; urgency=low
 
   * Add debconf translation (Closes: #651682 #650871)
diff -Nru biomaj-watcher-1.2.0/debian/config biomaj-watcher-1.2.0/debian/config
--- biomaj-watcher-1.2.0/debian/config	2011-09-16 10:31:50.000000000 +0200
+++ biomaj-watcher-1.2.0/debian/config	2012-02-09 22:45:05.000000000 +0100
@@ -15,7 +15,7 @@
 db_input critical biomaj/ldap || true
 db_go
 db_get biomaj/ldap
-if [ $RET = "true" ]; then
+if [ "$RET" = "true" ]; then
 	# LDAP server
 	db_input critical biomaj/ldap_server || true
 	db_go
diff -Nru biomaj-watcher-1.2.0/debian/postinst biomaj-watcher-1.2.0/debian/postinst
--- biomaj-watcher-1.2.0/debian/postinst	2011-09-22 16:15:46.000000000 +0200
+++ biomaj-watcher-1.2.0/debian/postinst	2012-02-09 22:45:26.000000000 +0100
@@ -65,7 +65,7 @@
       ln -s /etc/biomaj-watcher/BmajWatcher.xml /etc/tomcat6/Catalina/localhost/BmajWatcher.xml
       ln -s /etc/biomaj-watcher/BmajWatcher#logs.xml /etc/tomcat6/Catalina/localhost/BmajWatcher#logs.xml
 
-      service tomcat6 restart
+      invoke-rc.d tomcat6 restart
 
 
     ;;

Attachment: signature.asc
Description: Digital signature

Reply via email to