[med-svn] r20938 - in trunk/packages/libctapimkt/trunk/debian: . patches
Andreas Tille
tille at moszumanska.debian.org
Sat Jan 2 22:23:07 UTC 2016
Author: tille
Date: 2016-01-02 22:23:06 +0000 (Sat, 02 Jan 2016)
New Revision: 20938
Added:
trunk/packages/libctapimkt/trunk/debian/patches/
trunk/packages/libctapimkt/trunk/debian/patches/clang_FTBFS_Wreturn-type.patch
trunk/packages/libctapimkt/trunk/debian/patches/series
Modified:
trunk/packages/libctapimkt/trunk/debian/changelog
Log:
Enable building with clang
Modified: trunk/packages/libctapimkt/trunk/debian/changelog
===================================================================
--- trunk/packages/libctapimkt/trunk/debian/changelog 2016-01-02 18:20:26 UTC (rev 20937)
+++ trunk/packages/libctapimkt/trunk/debian/changelog 2016-01-02 22:23:06 UTC (rev 20938)
@@ -1,3 +1,11 @@
+libctapimkt (1.0.5~rc1-3) UNRELEASED; urgency=medium
+
+ * Enable building with clang (thanks for the patch to Nicolas
+ Sévelin-Radiguet <nicosr at free.fr>)
+ Closes: #742534
+
+ -- Andreas Tille <tille at debian.org> Sat, 02 Jan 2016 23:21:12 +0100
+
libctapimkt (1.0.5~rc1-2) unstable; urgency=medium
* use dh-autoreconf to fix FTBFS on ppc64el (thanks for the patch to
Added: trunk/packages/libctapimkt/trunk/debian/patches/clang_FTBFS_Wreturn-type.patch
===================================================================
--- trunk/packages/libctapimkt/trunk/debian/patches/clang_FTBFS_Wreturn-type.patch (rev 0)
+++ trunk/packages/libctapimkt/trunk/debian/patches/clang_FTBFS_Wreturn-type.patch 2016-01-02 22:23:06 UTC (rev 20938)
@@ -0,0 +1,16 @@
+Description: fix FTBFS with clang instead of gcc
+Author: Nicolas Sévelin-Radiguet <nicosr at free.fr>
+Bug-Debian: https://bugs.debian.org/742534
+Last-Update: 2014-03-24
+
+--- a/mktlin.c
++++ b/mktlin.c
+@@ -337,7 +337,7 @@
+ PROGRAM_ABORT;
+ }
+ }
+-return;
++return 0;
+ }
+
+
Added: trunk/packages/libctapimkt/trunk/debian/patches/series
===================================================================
--- trunk/packages/libctapimkt/trunk/debian/patches/series (rev 0)
+++ trunk/packages/libctapimkt/trunk/debian/patches/series 2016-01-02 22:23:06 UTC (rev 20938)
@@ -0,0 +1 @@
+clang_FTBFS_Wreturn-type.patch
More information about the debian-med-commit
mailing list