[Glibc-bsd-commits] r3168 - trunk/freebsd-libs/debian
Aurelien Jarno
aurel32 at alioth.debian.org
Fri Aug 20 18:09:15 UTC 2010
Author: aurel32
Date: 2010-08-20 18:09:11 +0000 (Fri, 20 Aug 2010)
New Revision: 3168
Added:
trunk/freebsd-libs/debian/libsbuf0-udeb.install
Modified:
trunk/freebsd-libs/debian/changelog
trunk/freebsd-libs/debian/control
trunk/freebsd-libs/debian/rules
Log:
* Add a libsbuf0-udeb package.
* Add "(udeb)" to the short description of all udeb packages.
Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog 2010-08-17 20:03:28 UTC (rev 3167)
+++ trunk/freebsd-libs/debian/changelog 2010-08-20 18:09:11 UTC (rev 3168)
@@ -1,3 +1,10 @@
+freebsd-libs (8.1-4) unstable; urgency=low
+
+ * Add a libsbuf0-udeb package.
+ * Add "(udeb)" to the short description of all udeb packages.
+
+ -- Aurelien Jarno <aurel32 at debian.org> Fri, 20 Aug 2010 20:01:41 +0200
+
freebsd-libs (8.1-3) unstable; urgency=low
* Don't install libusbhid-dev link in libusb-dev.
Modified: trunk/freebsd-libs/debian/control
===================================================================
--- trunk/freebsd-libs/debian/control 2010-08-17 20:03:28 UTC (rev 3167)
+++ trunk/freebsd-libs/debian/control 2010-08-20 18:09:11 UTC (rev 3168)
@@ -18,6 +18,18 @@
numerous functions such as append, copy, cat, print, trim whitespace
characters, etc.
+Package: libsbuf0-udeb
+XC-Package-Type: udeb
+Section: debian-installer
+Architecture: kfreebsd-any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: FreeBSD string buffer library (udeb)
+ This library provide a way to handle string buffers. It contains
+ numerous functions such as append, copy, cat, print, trim whitespace
+ characters, etc.
+ .
+ This is a minimal package for use in debian-installer.
+
Package: libsbuf-dev
Section: libdevel
Architecture: kfreebsd-any
@@ -61,7 +73,7 @@
Section: debian-installer
Architecture: kfreebsd-any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: FreeBSD GEOM library
+Description: FreeBSD GEOM library (udeb)
This library provides an interface to GEOM, a modular disk I/O request
transformation framework provided by the kernel of FreeBSD.
.
@@ -122,7 +134,7 @@
Section: debian-installer
Architecture: kfreebsd-any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Development files for libusb2
+Description: Development files for libusb2 (udeb)
Library for programming USB applications without the knowledge
of FreeBSD kernel internals.
.
@@ -209,7 +221,7 @@
XC-Package-Type: udeb
Architecture: kfreebsd-any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: FreeBSD IPX address conversion support library
+Description: FreeBSD IPX address conversion support library (udeb)
The IPX library provides a set of routune to convert IPX addresses.
.
This is a minimal package for use in debian-installer.
@@ -217,7 +229,7 @@
Package: libkiconv4
Architecture: kfreebsd-any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: FreeBSD kernel side iconv library
+Description: FreeBSD kernel side iconv library (udeb)
The kiconv library provides multi-byte character conversion tables for kernel
side iconv service.
Added: trunk/freebsd-libs/debian/libsbuf0-udeb.install
===================================================================
--- trunk/freebsd-libs/debian/libsbuf0-udeb.install (rev 0)
+++ trunk/freebsd-libs/debian/libsbuf0-udeb.install 2010-08-20 18:09:11 UTC (rev 3168)
@@ -0,0 +1 @@
+usr/lib/libsbuf*.so.*
Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules 2010-08-17 20:03:28 UTC (rev 3167)
+++ trunk/freebsd-libs/debian/rules 2010-08-20 18:09:11 UTC (rev 3168)
@@ -185,6 +185,7 @@
dh_makeshlibs -a
dh_makeshlibs -plibgeom0 --add-udeb=libgeom0-udeb
dh_makeshlibs -plibipx2 --add-udeb=libipx2-udeb
+ dh_makeshlibs -plibsbuf0 --add-udeb=libsbuf0-udeb
dh_makeshlibs -plibusb2 --add-udeb=libusb2-udeb
dh_installdeb -a
dh_shlibdeps -a
More information about the Glibc-bsd-commits
mailing list