[med-svn] r21840 - trunk/packages/snap/trunk/debian/patches
Andreas Tille
tille at moszumanska.debian.org
Tue May 3 08:01:12 UTC 2016
Author: tille
Date: 2016-05-03 08:01:10 +0000 (Tue, 03 May 2016)
New Revision: 21840
Modified:
trunk/packages/snap/trunk/debian/patches/build-with-gcc-6.patch
trunk/packages/snap/trunk/debian/patches/use-CC.patch
Log:
Add DEP3 headers
Modified: trunk/packages/snap/trunk/debian/patches/build-with-gcc-6.patch
===================================================================
--- trunk/packages/snap/trunk/debian/patches/build-with-gcc-6.patch 2016-05-02 07:29:30 UTC (rev 21839)
+++ trunk/packages/snap/trunk/debian/patches/build-with-gcc-6.patch 2016-05-03 08:01:10 UTC (rev 21840)
@@ -1,3 +1,10 @@
+Author: Sascha Steinbiss <satta at tetrinetsucht.de>
+Last-Update: Sat, 30 Apr 2016 17:48:14 +0100
+Bug-Debian: https://bugs.debian.org/812011
+Description: changing the (likely buggy) behaviour of the zoeHSPCmpQuery and
+ zoeHSPCmpSbjct functions to do the correct comparisons. This fixes:
+ error: self-comparison always evaluates to false [-Werror=tautological-compare]
+
--- a/Zoe/zoeAlignment.c
+++ b/Zoe/zoeAlignment.c
@@ -675,13 +675,13 @@
Modified: trunk/packages/snap/trunk/debian/patches/use-CC.patch
===================================================================
--- trunk/packages/snap/trunk/debian/patches/use-CC.patch 2016-05-02 07:29:30 UTC (rev 21839)
+++ trunk/packages/snap/trunk/debian/patches/use-CC.patch 2016-05-03 08:01:10 UTC (rev 21840)
@@ -1,3 +1,7 @@
+Author: Sascha Steinbiss <satta at tetrinetsucht.de>
+Last-Update: Sat, 30 Apr 2016 17:48:14 +0100
+Description: Do not force gcc explicitly but use $(CC) instead
+
--- a/Zoe/Makefile
+++ b/Zoe/Makefile
@@ -76,7 +76,7 @@
More information about the debian-med-commit
mailing list