[Glibc-bsd-commits] r2812 - trunk/freebsd-libs/debian
Aurelien Jarno
aurel32 at alioth.debian.org
Tue Oct 27 19:42:45 UTC 2009
Author: aurel32
Date: 2009-10-27 19:42:45 +0000 (Tue, 27 Oct 2009)
New Revision: 2812
Modified:
trunk/freebsd-libs/debian/changelog
trunk/freebsd-libs/debian/control
Log:
* Fix dependency between lib and -dev packages.
Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog 2009-10-27 11:01:10 UTC (rev 2811)
+++ trunk/freebsd-libs/debian/changelog 2009-10-27 19:42:45 UTC (rev 2812)
@@ -3,11 +3,12 @@
[ Aurelien Jarno ]
* Fix description of libgeom-dev.
* libkvm0: use our own copy of getbootfile().
+ * Fix dependency between lib and -dev packages.
[ Petr Salinger ]
* Build-depends on libc0.1-dev (>= 2.10) instead of libfreebsd-dev.
- -- Aurelien Jarno <aurel32 at debian.org> Tue, 27 Oct 2009 10:38:29 +0100
+ -- Aurelien Jarno <aurel32 at debian.org> Tue, 27 Oct 2009 20:42:24 +0100
freebsd-libs (7.2-3) unstable; urgency=low
Modified: trunk/freebsd-libs/debian/control
===================================================================
--- trunk/freebsd-libs/debian/control 2009-10-27 11:01:10 UTC (rev 2811)
+++ trunk/freebsd-libs/debian/control 2009-10-27 19:42:45 UTC (rev 2812)
@@ -21,7 +21,7 @@
Package: libsbuf-dev
Section: libdevel
Architecture: kfreebsd-i386 kfreebsd-amd64
-Depends: libsbuf0 (>= ${binary:Version}), libc0.1-dev | libc-dev
+Depends: libsbuf0 (= ${binary:Version}), libc0.1-dev | libc-dev
Description: Development files for libsbuf
This package contains the header files and static library needed to
compile applications that use libsbuf.
@@ -36,7 +36,7 @@
Package: libcam-dev
Section: libdevel
Architecture: kfreebsd-i386 kfreebsd-amd64
-Depends: libcam0 (>= ${binary:Version}), libc0.1-dev | libc-dev, libbsd-dev
+Depends: libcam0 (= ${binary:Version}), libc0.1-dev | libc-dev, libbsd-dev
Description: Development files for libcam
This package contains the header files and static library needed to
compile applications that use libcam.
@@ -51,7 +51,7 @@
Package: libgeom-dev
Section: libdevel
Architecture: kfreebsd-i386 kfreebsd-amd64
-Depends: libgeom0 (>= ${binary:Version}), libc0.1-dev | libc-dev, libbsd-dev
+Depends: libgeom0 (= ${binary:Version}), libc0.1-dev | libc-dev, libbsd-dev
Description: Development files for libgeom
This package contains the header files and static library needed to
compile applications that use libgeom.
@@ -71,7 +71,7 @@
Package: libusbhid-dev
Section: libdevel
Architecture: kfreebsd-i386 kfreebsd-amd64
-Depends: libusbhid3 (>= ${binary:Version}), libc0.1-dev | libc-dev, libbsd-dev
+Depends: libusbhid3 (= ${binary:Version}), libc0.1-dev | libc-dev, libbsd-dev
Description: Development files for libusbhid
This package contains the header files and static library needed to
compile applications that use libusbhid.
@@ -86,7 +86,7 @@
Package: libkvm-dev
Section: libdevel
Architecture: kfreebsd-i386 kfreebsd-amd64
-Depends: libkvm0 (>= ${binary:Version}), libc0.1-dev | libc-dev, libbsd-dev
+Depends: libkvm0 (= ${binary:Version}), libc0.1-dev | libc-dev, libbsd-dev
Description: Development files for libkvm
This package contains the header files and static library needed to
compile applications that use libkvm.
@@ -101,7 +101,7 @@
Package: libdevstat-dev
Section: libdevel
Architecture: kfreebsd-i386 kfreebsd-amd64
-Depends: libdevstat6 (>= ${binary:Version}), libkvm-dev, libc0.1-dev | libc-dev,
+Depends: libdevstat6 (= ${binary:Version}), libkvm-dev, libc0.1-dev | libc-dev,
libbsd-dev
Description: Development files for libdevstat
This package contains the header files and static library needed to
@@ -116,7 +116,7 @@
Package: libipx-dev
Section: libdevel
Architecture: kfreebsd-i386 kfreebsd-amd64
-Depends: libipx2 (>= ${binary:Version}), libc0.1-dev | libc-dev
+Depends: libipx2 (= ${binary:Version}), libc0.1-dev | libc-dev
Description: Development files for libipx
This package contains the header files and static library needed to
compile applications that use libipx.
@@ -131,7 +131,7 @@
Package: libkiconv-dev
Section: libdevel
Architecture: kfreebsd-i386 kfreebsd-amd64
-Depends: libkiconv3 (>= ${binary:Version}), libc0.1-dev | libc-dev
+Depends: libkiconv3 (= ${binary:Version}), libc0.1-dev | libc-dev
Description: Development files for libkiconv
This package contains the header files and static library needed to
compile applications that use libkiconv.
More information about the Glibc-bsd-commits
mailing list