[Glibc-bsd-commits] r3080 - trunk/freebsd-libs/debian
Aurelien Jarno
aurel32 at alioth.debian.org
Mon Jul 26 21:19:05 UTC 2010
Author: aurel32
Date: 2010-07-26 21:19:00 +0000 (Mon, 26 Jul 2010)
New Revision: 3080
Added:
trunk/freebsd-libs/debian/libusbhid-common.install
Modified:
trunk/freebsd-libs/debian/changelog
trunk/freebsd-libs/debian/compat
trunk/freebsd-libs/debian/control
trunk/freebsd-libs/debian/rules
Log:
* Add a libusbhid-common package containing usb_hid_usages. Closes:
bug#578678.
Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog 2010-07-26 17:33:54 UTC (rev 3079)
+++ trunk/freebsd-libs/debian/changelog 2010-07-26 21:19:00 UTC (rev 3080)
@@ -1,12 +1,17 @@
-freebsd-libs (8.1-0) UNRELEASED; urgency=low
+freebsd-libs (8.1-1) UNRELEASED; urgency=low
[ Petr Salinger ]
* based on FreeBSD 8.1
drop 13_libusb-update.diff, applied upstream
update 09_libusbhid.diff
- -- Aurelien Jarno <aurel32 at debian.org> Mon, 28 Jun 2010 23:10:06 +0200
+ [ Aurelien Jarno ]
+ * Bumped Standards-Version to 3.9.1.
+ * Add a libusbhid-common package containing usb_hid_usages. Closes:
+ bug#578678.
+ -- Aurelien Jarno <aurel32 at debian.org> Mon, 26 Jul 2010 23:16:52 +0200
+
freebsd-libs (8.0-5) unstable; urgency=low
[ Guillem Jover ]
Modified: trunk/freebsd-libs/debian/compat
===================================================================
--- trunk/freebsd-libs/debian/compat 2010-07-26 17:33:54 UTC (rev 3079)
+++ trunk/freebsd-libs/debian/compat 2010-07-26 21:19:00 UTC (rev 3080)
@@ -1 +1 @@
-5
+7
Modified: trunk/freebsd-libs/debian/control
===================================================================
--- trunk/freebsd-libs/debian/control 2010-07-26 17:33:54 UTC (rev 3079)
+++ trunk/freebsd-libs/debian/control 2010-07-26 21:19:00 UTC (rev 3080)
@@ -3,12 +3,12 @@
Priority: optional
Maintainer: GNU/kFreeBSD Maintainers <debian-bsd at lists.debian.org>
Uploaders: Aurelien Jarno <aurel32 at debian.org>
-Build-Depends: debhelper (>= 5.0.0), quilt, freebsd-buildutils, libbsd-dev (>= 0.1.4),
+Build-Depends: debhelper (>= 7, quilt, freebsd-buildutils, libbsd-dev (>= 0.1.4),
libc0.1-dev (>= 2.10), libgdbm-dev, kfreebsd-kernel-headers (>= 0.45), libexpat-dev
# libexpat-dev: aka bsdxml. needed by libgeom
Vcs-Browser: http://svn.debian.org/wsvn/glibc-bsd/trunk/freebsd-libs/
Vcs-Svn: svn://svn.debian.org/glibc-bsd/trunk/freebsd-libs/
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
Package: libsbuf0
Architecture: kfreebsd-any
@@ -69,15 +69,25 @@
Package: libusbhid4
Architecture: kfreebsd-any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: libusbhid-common (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: FreeBSD library to access USB HID devices
- The usbhid library provides routines to extract data from USB Human
- Interface Devices.
+ USB Human Interface Devices send and receive data layed out in a device
+ dependent way. The usbhid library contains routines to extract the report
+ descriptor which contains the data layout information and then use this
+ information.
.
- USB HID devices send and receive data layed out in a device dependent
- way. The usbhid library contains routines to extract the report
+ This package contains the header files and static library.
+
+Package: libusbhid-common
+Architecture: all
+Depends: ${misc:Depends}
+Description: Common files for the USB HID devices FreeBSD library
+ USB Human Interface Devices send and receive data layed out in a device
+ dependent way. The usbhid library contains routines to extract the report
descriptor which contains the data layout information and then use this
information.
+ .
+ This package contains the common files which the library need.
Package: libusbhid-dev
Section: libdevel
Added: trunk/freebsd-libs/debian/libusbhid-common.install
===================================================================
--- trunk/freebsd-libs/debian/libusbhid-common.install (rev 0)
+++ trunk/freebsd-libs/debian/libusbhid-common.install 2010-07-26 21:19:00 UTC (rev 3080)
@@ -0,0 +1 @@
+lib/libusbhid/usb_hid_usages /usr/share/misc/
Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules 2010-07-26 17:33:54 UTC (rev 3079)
+++ trunk/freebsd-libs/debian/rules 2010-07-26 21:19:00 UTC (rev 3080)
@@ -129,8 +129,8 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k -s
- dh_installdirs -s
+ dh_prep
+ dh_installdirs
mkdir -p $(DESTDIR)/usr/lib $(DESTDIR)/usr/include $(DESTDIR)/usr/share/man/man3
$(PMAKE) -C $(CURDIR)/lib/libsbuf install
@@ -150,11 +150,21 @@
mkdir -p $(CURDIR)/debian/tmp/usr/bin
install -m755 debian/libusb-config $(CURDIR)/debian/tmp/usr/bin
- dh_install -s --list-missing --sourcedir=debian/tmp
+ dh_install --list-missing
# Build architecture-independent files here.
binary-indep: build install
-# We have nothing to do by default.
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs -i
+ dh_installdocs -i
+ dh_link -i
+ dh_compress -i
+ dh_fixperms -i
+ dh_installdeb -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb -i
# Build architecture-dependent files here.
binary-arch: build install
More information about the Glibc-bsd-commits
mailing list