[Glibc-bsd-commits] r2228 - trunk/libbsd/debian

guillem at alioth.debian.org guillem at alioth.debian.org
Sat Jul 12 06:16:17 UTC 2008


Author: guillem
Date: 2008-07-12 06:16:17 +0000 (Sat, 12 Jul 2008)
New Revision: 2228

Modified:
   trunk/libbsd/debian/changelog
   trunk/libbsd/debian/control
   trunk/libbsd/debian/rules
Log:
Add new libbsd0-dbg package


Modified: trunk/libbsd/debian/changelog
===================================================================
--- trunk/libbsd/debian/changelog	2008-07-12 06:10:02 UTC (rev 2227)
+++ trunk/libbsd/debian/changelog	2008-07-12 06:16:17 UTC (rev 2228)
@@ -9,6 +9,7 @@
     - Mention this is a package with functions commonly available on BSD
       systems.
   * Line wrap Uploaders field.
+  * Add new libbsd0-dbg package.
 
  -- Hector Garcia <hector at debian.org>  Sun, 17 Jul 2005 16:17:35 +0200
 

Modified: trunk/libbsd/debian/control
===================================================================
--- trunk/libbsd/debian/control	2008-07-12 06:10:02 UTC (rev 2227)
+++ trunk/libbsd/debian/control	2008-07-12 06:16:17 UTC (rev 2228)
@@ -35,3 +35,12 @@
  This library provides some functions commonly available on BSD systems
  but not on others like GNU systems.
 
+Package: libbsd0-dbg
+Section: libs
+Priority: extra
+Architecture: any
+Depends: libbsd0 (= ${binary:Version})
+Description: utility functions from BSD systems - debugging symbols
+ This library provides some functions commonly available on BSD systems
+ but not on others like GNU systems.
+

Modified: trunk/libbsd/debian/rules
===================================================================
--- trunk/libbsd/debian/rules	2008-07-12 06:10:02 UTC (rev 2227)
+++ trunk/libbsd/debian/rules	2008-07-12 06:16:17 UTC (rev 2228)
@@ -11,6 +11,10 @@
 	CFLAGS += -O2
 endif
 
+lib := libbsd0
+libdbg := $(lib)-dbg
+libdev := libbsd-dev
+
 build:
 	dh_testdir
 	
@@ -43,7 +47,7 @@
 	dh_installexamples
 	dh_install --sourcedir=debian/tmp
 	dh_link
-	dh_strip
+	dh_strip --dbg-package=$(libdbg)
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs




More information about the Glibc-bsd-commits mailing list