[Glibc-bsd-commits] r4048 - trunk/freebsd-libs/debian/patches

Robert Millan rmh at alioth.debian.org
Wed Feb 1 20:25:21 UTC 2012


Author: rmh
Date: 2012-02-01 20:25:20 +0000 (Wed, 01 Feb 2012)
New Revision: 4048

Modified:
   trunk/freebsd-libs/debian/patches/libusb_backward.diff
Log:
Fix soname to match debian/control, etc

Modified: trunk/freebsd-libs/debian/patches/libusb_backward.diff
===================================================================
--- trunk/freebsd-libs/debian/patches/libusb_backward.diff	2012-01-31 19:21:24 UTC (rev 4047)
+++ trunk/freebsd-libs/debian/patches/libusb_backward.diff	2012-02-01 20:25:20 UTC (rev 4048)
@@ -5,22 +5,23 @@
 
 --- a/lib/libusb/Makefile
 +++ b/lib/libusb/Makefile
-@@ -6,7 +6,7 @@
+@@ -5,7 +5,7 @@
+ #
  
  LIB=		usb
- SHLIB_MAJOR=	2
--SHLIB_MINOR=	0
-+SHLIB_MINOR=	1
+-SHLIB_MAJOR=	2
++SHLIB_MAJOR=	2debian
+ SHLIB_MINOR=	0
  SRCS=		libusb20.c
  SRCS+=		libusb20_desc.c
- SRCS+=		libusb20_ugen20.c
 --- a/lib/libusbhid/Makefile
 +++ b/lib/libusbhid/Makefile
-@@ -6,6 +6,7 @@
+@@ -5,7 +5,7 @@
+ MAN=	usbhid.3
  
  LDADD= -lbsd
- SHLIB_MAJOR= 4
-+SHLIB_MINOR= 1
+-SHLIB_MAJOR= 4
++SHLIB_MAJOR= 4debian
  
  MLINKS=	usbhid.3 libusbhid.3 usbhid.3 hid_get_report_desc.3 \
  	usbhid.3 hid_dispose_report_desc.3 \




More information about the Glibc-bsd-commits mailing list