[med-svn] r15180 - trunk/packages/biomaj/trunk/debian

olivier sallou osallou-guest at alioth.debian.org
Sun Nov 10 07:56:52 UTC 2013


Author: osallou-guest
Date: 2013-11-10 07:56:52 +0000 (Sun, 10 Nov 2013)
New Revision: 15180

Modified:
   trunk/packages/biomaj/trunk/debian/changelog
   trunk/packages/biomaj/trunk/debian/config
Log:
fix for non interactive mode

Modified: trunk/packages/biomaj/trunk/debian/changelog
===================================================================
--- trunk/packages/biomaj/trunk/debian/changelog	2013-11-10 07:41:39 UTC (rev 15179)
+++ trunk/packages/biomaj/trunk/debian/changelog	2013-11-10 07:56:52 UTC (rev 15180)
@@ -1,6 +1,7 @@
-biomaj (1.2.3-2) UNRELEASED; urgency=low
+biomaj (1.2.3-2) unstable; urgency=low
 
   * d/control: Fix browse url for svn 
+    d/config: Fix test for non-interactive mode
 
  -- Olivier Sallou <osallou at debian.org>  Wed, 06 Nov 2013 09:51:55 +0100
 

Modified: trunk/packages/biomaj/trunk/debian/config
===================================================================
--- trunk/packages/biomaj/trunk/debian/config	2013-11-10 07:41:39 UTC (rev 15179)
+++ trunk/packages/biomaj/trunk/debian/config	2013-11-10 07:56:52 UTC (rev 15180)
@@ -14,7 +14,7 @@
 	db_input critical biomaj/mysql || true
 	db_go
 	db_get biomaj/mysql
-	if [ $RET = "true" ]; then
+	if [ "$RET" = "true" ]; then
 		# MySQL server
 		db_input critical biomaj/mysql_host || true
 		db_go




More information about the debian-med-commit mailing list