[Glibc-bsd-commits] r5898 - in trunk/freebsd-libs/debian: . patches

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Sat Mar 5 02:41:22 UTC 2016


Author: stevenc-guest
Date: 2016-03-05 02:41:22 +0000 (Sat, 05 Mar 2016)
New Revision: 5898

Added:
   trunk/freebsd-libs/debian/patches/libusb_reported_version.diff
Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/patches/series
Log:
Pick upstream SVN r267110, for libusb-1.0 compatibility library to
report version as 1.0.13 (Closes: #758405)


Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2016-03-05 02:30:38 UTC (rev 5897)
+++ trunk/freebsd-libs/debian/changelog	2016-03-05 02:41:22 UTC (rev 5898)
@@ -11,6 +11,9 @@
   * Change source tarball compression algorithm to XZ
   * Actually use the proper build architecture compiler
     (thanks, Helmut Grohne!)
+  * Pick upstream SVN r267110, for libusb-1.0 compatibility library to
+    report version as 1.0.13 (Closes: #758405)
+      - libusb_reported_version.diff
   * Add myself to Uploaders
 
  -- Steven Chamberlain <steven at pyro.eu.org>  Sat, 05 Mar 2016 01:12:41 +0000

Added: trunk/freebsd-libs/debian/patches/libusb_reported_version.diff
===================================================================
--- trunk/freebsd-libs/debian/patches/libusb_reported_version.diff	                        (rev 0)
+++ trunk/freebsd-libs/debian/patches/libusb_reported_version.diff	2016-03-05 02:41:22 UTC (rev 5898)
@@ -0,0 +1,17 @@
+Description:
+ Pick upstream SVN r267110, for libusb-1.0 compatibility library to
+ report version as 1.0.13
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/758405
+Applied-Upstream: https://svnweb.freebsd.org/base?view=revision&revision=267110
+
+--- a/lib/libusb/libusb-1.0.pc
++++ b/lib/libusb/libusb-1.0.pc
+@@ -6,6 +6,6 @@
+ 
+ Name: libusb-1.0
+ Description: Library that abstracts ways to access USB devices (v1.0)
+-Version: 1.0.9
++Version: 1.0.13
+ Libs: -L${libdir} -lusb
+ Cflags: -I${includedir}

Modified: trunk/freebsd-libs/debian/patches/series
===================================================================
--- trunk/freebsd-libs/debian/patches/series	2016-03-05 02:30:38 UTC (rev 5897)
+++ trunk/freebsd-libs/debian/patches/series	2016-03-05 02:41:22 UTC (rev 5898)
@@ -29,3 +29,4 @@
 libdwarf_off64_t.diff
 makefiles.diff
 pty_decls.diff
+libusb_reported_version.diff




More information about the Glibc-bsd-commits mailing list