[med-svn] r17611 - in trunk/packages/wise/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Mon Aug 4 17:46:48 UTC 2014


Author: tille
Date: 2014-08-04 17:46:48 +0000 (Mon, 04 Aug 2014)
New Revision: 17611

Added:
   trunk/packages/wise/trunk/debian/patches/09_dnal-add-return-statement.patch
Modified:
   trunk/packages/wise/trunk/debian/changelog
   trunk/packages/wise/trunk/debian/patches/series
Log:
Make sure dnal has a valid return value (this affects the test suite of python-biopython on some architectures - see #751277)


Modified: trunk/packages/wise/trunk/debian/changelog
===================================================================
--- trunk/packages/wise/trunk/debian/changelog	2014-08-04 17:42:06 UTC (rev 17610)
+++ trunk/packages/wise/trunk/debian/changelog	2014-08-04 17:46:48 UTC (rev 17611)
@@ -7,6 +7,8 @@
      - debhelper 9
      - remove unneeded Build-Depends
   * debian/README.source: removed in favour of DEP5 headers
+  * Make sure dnal has a valid return value (this affects the test suite
+    of python-biopython on some architectures - see #751277)
 
  -- Andreas Tille <tille at debian.org>  Mon, 04 Aug 2014 19:25:58 +0200
 

Added: trunk/packages/wise/trunk/debian/patches/09_dnal-add-return-statement.patch
===================================================================
--- trunk/packages/wise/trunk/debian/patches/09_dnal-add-return-statement.patch	                        (rev 0)
+++ trunk/packages/wise/trunk/debian/patches/09_dnal-add-return-statement.patch	2014-08-04 17:46:48 UTC (rev 17611)
@@ -0,0 +1,17 @@
+Author: Dejan Latinovic <Dejan.Latinovic at imgtec.com>
+Last-Update: Mon, 4 Aug 2014 17:10:38 +0000
+Bug-Debian: http://bugs.debian.org/751277
+Desription: Make sure dnal has a valid return value
+ This affects a bug reported against python-biopython.
+
+--- wise-2.4.1.orig/src/models/dnal.c
++++ wise-2.4.1/src/models/dnal.c
+@@ -75,6 +75,8 @@
+ 
+   if( show_alb == TRUE )
+     dump_ascii_AlnBlock(alb,stdout);
++
++  return 0;
+ }
+ 
+ 

Modified: trunk/packages/wise/trunk/debian/patches/series
===================================================================
--- trunk/packages/wise/trunk/debian/patches/series	2014-08-04 17:42:06 UTC (rev 17610)
+++ trunk/packages/wise/trunk/debian/patches/series	2014-08-04 17:46:48 UTC (rev 17611)
@@ -6,3 +6,4 @@
 06_getline.patch
 07_ld--as-needed.patch
 08_mayhem.patch
+09_dnal-add-return-statement.patch




More information about the debian-med-commit mailing list