[Pkg-utopia-commits] r3349 - in /packages/unstable/hal/debian: changelog control
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Wed Dec 16 17:21:01 UTC 2009
Author: biebl
Date: Wed Dec 16 17:21:00 2009
New Revision: 3349
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3349
Log:
Update build dependencies for libusb2 on kfreebsd.
* debian/control
- Build against libusb2 (new USB stack) on kfreebsd.
With the patches above this fixes the build failures on kfreebsd with
8.x kernel headers. (Closes: #561076)
Modified:
packages/unstable/hal/debian/changelog
packages/unstable/hal/debian/control
Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=3349&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Wed Dec 16 17:21:00 2009
@@ -27,6 +27,10 @@
- Fix build failures when using libusb2 on kfreebsd.
* debian/patches/99-autoreconf.patch
- Run "autoreconf -i" to update the build system.
+ * debian/control
+ - Build against libusb2 (new USB stack) on kfreebsd.
+ With the patches above this fixes the build failures on kfreebsd with
+ 8.x kernel headers. (Closes: #561076)
-- Michael Biebl <biebl at debian.org> Tue, 01 Dec 2009 19:41:17 +0100
Modified: packages/unstable/hal/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/control?rev=3349&op=diff
==============================================================================
--- packages/unstable/hal/debian/control (original)
+++ packages/unstable/hal/debian/control Wed Dec 16 17:21:00 2009
@@ -15,7 +15,8 @@
pciutils,
doxygen,
intltool (>= 0.22),
- libusb-dev [!hurd-i386],
+ libusb-dev [!hurd-i386 !kfreebsd-amd64 !kfreebsd-i386],
+ libusb2-dev [kfreebsd-amd64 kfreebsd-i386],
libusbhid-dev [kfreebsd-amd64 kfreebsd-i386],
libcam-dev [kfreebsd-amd64 kfreebsd-i386],
libblkid-dev (>= 2.15),
More information about the Pkg-utopia-commits
mailing list