[med-svn] r9455 - trunk/packages/biomaj-watcher/trunk/debian

olivier sallou osallou-guest at alioth.debian.org
Fri Jan 27 17:56:22 UTC 2012


Author: osallou-guest
Date: 2012-01-27 17:56:21 +0000 (Fri, 27 Jan 2012)
New Revision: 9455

Modified:
   trunk/packages/biomaj-watcher/trunk/debian/changelog
   trunk/packages/biomaj-watcher/trunk/debian/config
Log:
fix config and changelog for bug 657478

Modified: trunk/packages/biomaj-watcher/trunk/debian/changelog
===================================================================
--- trunk/packages/biomaj-watcher/trunk/debian/changelog	2012-01-27 16:34:16 UTC (rev 9454)
+++ trunk/packages/biomaj-watcher/trunk/debian/changelog	2012-01-27 17:56:21 UTC (rev 9455)
@@ -3,7 +3,9 @@
   [debian-l10n-enlgish]
   * Fix debconf typo and add extended descriptions (Closes: #653825)
   [Olivier Sallou]
-  * postinst: use invoke-rc.d instead of service to restart tomcat
+  * postinst: use invoke-rc.d instead of service to
+   restart tomcat (Closes: #657478) and add quotes to test
+   in config.
   * Add German debconf translation (Closes: #653128)
     - Thanks to Chris Leick <c.leick at vollbio.de>
 

Modified: trunk/packages/biomaj-watcher/trunk/debian/config
===================================================================
--- trunk/packages/biomaj-watcher/trunk/debian/config	2012-01-27 16:34:16 UTC (rev 9454)
+++ trunk/packages/biomaj-watcher/trunk/debian/config	2012-01-27 17:56:21 UTC (rev 9455)
@@ -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




More information about the debian-med-commit mailing list