[Glibc-bsd-commits] r2576 - trunk/libbsd/debian
Guillem Jover
guillem at alioth.debian.org
Mon Jun 8 17:06:28 UTC 2009
Author: guillem
Date: 2009-06-08 17:06:28 +0000 (Mon, 08 Jun 2009)
New Revision: 2576
Modified:
trunk/libbsd/debian/changelog
trunk/libbsd/debian/control
trunk/libbsd/debian/rules
Log:
Add a new library udeb
Modified: trunk/libbsd/debian/changelog
===================================================================
--- trunk/libbsd/debian/changelog 2009-06-06 20:15:16 UTC (rev 2575)
+++ trunk/libbsd/debian/changelog 2009-06-08 17:06:28 UTC (rev 2576)
@@ -1,3 +1,9 @@
+libbsd (0.1.4-2) UNRELEASED; urgency=low
+
+ * Add a new library udeb.
+
+ -- Guillem Jover <guillem at debian.org> Mon, 08 Jun 2009 19:05:52 +0200
+
libbsd (0.1.4-1) unstable; urgency=low
* New upstream release.
Modified: trunk/libbsd/debian/control
===================================================================
--- trunk/libbsd/debian/control 2009-06-06 20:15:16 UTC (rev 2575)
+++ trunk/libbsd/debian/control 2009-06-08 17:06:28 UTC (rev 2576)
@@ -41,6 +41,15 @@
This library provides some functions commonly available on BSD systems
but not on others like GNU systems.
+Package: libbsd0-udeb
+Package-Type: udeb
+Section: debian-installer
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: utility functions from BSD systems - shared library
+ This library provides some functions commonly available on BSD systems
+ but not on others like GNU systems.
+
Package: libbsd0-dbg
Section: debug
Priority: extra
Modified: trunk/libbsd/debian/rules
===================================================================
--- trunk/libbsd/debian/rules 2009-06-06 20:15:16 UTC (rev 2575)
+++ trunk/libbsd/debian/rules 2009-06-08 17:06:28 UTC (rev 2576)
@@ -13,6 +13,7 @@
lib := libbsd0
libdbg := $(lib)-dbg
+libudeb := $(lib)-udeb
libdev := libbsd-dev
build-indep:
@@ -54,7 +55,7 @@
dh_strip --dbg-package=$(libdbg)
dh_compress
dh_fixperms
- dh_makeshlibs
+ dh_makeshlibs --add-udeb=$(libudeb)
dh_installdeb
dh_shlibdeps
dh_gencontrol
More information about the Glibc-bsd-commits
mailing list