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 <[email protected]> +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 <[email protected]> +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 @@ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
