[med-svn] r22134 - in trunk/packages/biomaj/trunk/debian: . patches

Olivier Sallou osallou at moszumanska.debian.org
Fri Jun 17 11:11:06 UTC 2016


Author: osallou
Date: 2016-06-17 11:11:01 +0000 (Fri, 17 Jun 2016)
New Revision: 22134

Added:
   trunk/packages/biomaj/trunk/debian/patches/fix_mysql_skip
Modified:
   trunk/packages/biomaj/trunk/debian/changelog
   trunk/packages/biomaj/trunk/debian/patches/series
Log:
fix bug 826903

Modified: trunk/packages/biomaj/trunk/debian/changelog
===================================================================
--- trunk/packages/biomaj/trunk/debian/changelog	2016-06-15 07:53:29 UTC (rev 22133)
+++ trunk/packages/biomaj/trunk/debian/changelog	2016-06-17 11:11:01 UTC (rev 22134)
@@ -1,3 +1,9 @@
+biomaj (1.2.3-8) unstable; urgency=medium
+
+  * Allow mysql skip at install (Closes: #826903). 
+
+ -- Olivier Sallou <osallou at debian.org>  Fri, 17 Jun 2016 13:10:13 +0200
+
 biomaj (1.2.3-7) unstable; urgency=medium
 
   [ Emmanuel Bourg ]

Added: trunk/packages/biomaj/trunk/debian/patches/fix_mysql_skip
===================================================================
--- trunk/packages/biomaj/trunk/debian/patches/fix_mysql_skip	                        (rev 0)
+++ trunk/packages/biomaj/trunk/debian/patches/fix_mysql_skip	2016-06-17 11:11:01 UTC (rev 22134)
@@ -0,0 +1,17 @@
+Subject: exit nicely if mysql config is skipped
+Author: Olivier Sallou <osallou at debian.org>
+Last-Updated: 2016-06-17
+Description: if mysql configuration is skipped, update process
+ should not exit with error
+Forwarded: no
+--- a/var/lib/biomaj/migration/update.pl
++++ b/var/lib/biomaj/migration/update.pl
+@@ -29,7 +29,7 @@
+         warn "You need to configure the database access before executing the upgrade\n";
+         warn "Execute the script manually once configuration is done\n";
+         printUsage();
+-        die;
++        exit 0;
+ }
+ 
+ 

Modified: trunk/packages/biomaj/trunk/debian/patches/series
===================================================================
--- trunk/packages/biomaj/trunk/debian/patches/series	2016-06-15 07:53:29 UTC (rev 22133)
+++ trunk/packages/biomaj/trunk/debian/patches/series	2016-06-17 11:11:01 UTC (rev 22134)
@@ -3,3 +3,4 @@
 useFormSpecs_from_jgoodies
 javamail.patch
 use_commons_net.patch
+fix_mysql_skip




More information about the debian-med-commit mailing list