[med-svn] r21047 - in trunk/packages/libctapimkt/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Sat Jan 9 07:16:29 UTC 2016


Author: tille
Date: 2016-01-09 07:16:27 +0000 (Sat, 09 Jan 2016)
New Revision: 21047

Added:
   trunk/packages/libctapimkt/trunk/debian/patches/libusb-1.0.patch
Modified:
   trunk/packages/libctapimkt/trunk/debian/changelog
   trunk/packages/libctapimkt/trunk/debian/control
   trunk/packages/libctapimkt/trunk/debian/patches/series
Log:
Switch to libusb 1.0


Modified: trunk/packages/libctapimkt/trunk/debian/changelog
===================================================================
--- trunk/packages/libctapimkt/trunk/debian/changelog	2016-01-08 15:19:56 UTC (rev 21046)
+++ trunk/packages/libctapimkt/trunk/debian/changelog	2016-01-09 07:16:27 UTC (rev 21047)
@@ -1,3 +1,10 @@
+libctapimkt (1.0.5~rc1-4) UNRELEASED; urgency=medium
+
+  * switch to libusb 1.0
+    Closes: #810429
+
+ -- Andreas Tille <tille at debian.org>  Sat, 09 Jan 2016 08:08:42 +0100
+
 libctapimkt (1.0.5~rc1-3) unstable; urgency=medium
 
   * Enable building with clang (thanks for the patch to Nicolas

Modified: trunk/packages/libctapimkt/trunk/debian/control
===================================================================
--- trunk/packages/libctapimkt/trunk/debian/control	2016-01-08 15:19:56 UTC (rev 21046)
+++ trunk/packages/libctapimkt/trunk/debian/control	2016-01-09 07:16:27 UTC (rev 21047)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                d-shlibs,
-               libusb-dev
+               libusb-1.0-0-dev
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/libctapimkt/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/libctapimkt/trunk/

Added: trunk/packages/libctapimkt/trunk/debian/patches/libusb-1.0.patch
===================================================================
--- trunk/packages/libctapimkt/trunk/debian/patches/libusb-1.0.patch	                        (rev 0)
+++ trunk/packages/libctapimkt/trunk/debian/patches/libusb-1.0.patch	2016-01-09 07:16:27 UTC (rev 21047)
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sat, 09 Jan 2016 08:08:42 +0100
+Bug-Debian: https://bugs.debian.org/810429
+Description: Switch to libusb 1.0
+
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -14,6 +14,6 @@ libctapimkt_la_SOURCES = ctapi.c ctapimk
+ bin_PROGRAMS = mktlin
+ mktlin_SOURCES = mktlin.c
+ mktlin_LDADD = $(LDADD)
+-LDADD = -lrt -lusb -ldl -lctapimkt
++LDADD = -lrt -lusb-1.0 -ldl -lctapimkt
+ 
+ MAINTAINERCLEANFILES = autom4te.cache

Modified: trunk/packages/libctapimkt/trunk/debian/patches/series
===================================================================
--- trunk/packages/libctapimkt/trunk/debian/patches/series	2016-01-08 15:19:56 UTC (rev 21046)
+++ trunk/packages/libctapimkt/trunk/debian/patches/series	2016-01-09 07:16:27 UTC (rev 21047)
@@ -1 +1,2 @@
 clang_FTBFS_Wreturn-type.patch
+libusb-1.0.patch




More information about the debian-med-commit mailing list