[Glibc-bsd-commits] r2398 - trunk/libfreebsd/debian

Guillem Jover guillem at alioth.debian.org
Tue Apr 7 01:43:02 UTC 2009


Author: guillem
Date: 2009-04-07 01:43:02 +0000 (Tue, 07 Apr 2009)
New Revision: 2398

Modified:
   trunk/libfreebsd/debian/changelog
   trunk/libfreebsd/debian/control
   trunk/libfreebsd/debian/rules
Log:
Add a library debugging symbols package


Modified: trunk/libfreebsd/debian/changelog
===================================================================
--- trunk/libfreebsd/debian/changelog	2009-04-07 01:38:07 UTC (rev 2397)
+++ trunk/libfreebsd/debian/changelog	2009-04-07 01:43:02 UTC (rev 2398)
@@ -8,6 +8,7 @@
   * Use binary:Version instead of the deprecated Source-Version substvar.
   * Use dh_prep instead of “dh_clean -k”.
   * Add a symbols file for libfreebsd0.
+  * Add a library debugging symbols package.
 
  -- Guillem Jover <guillem at debian.org>  Thu, 17 May 2007 20:27:34 +0300
 

Modified: trunk/libfreebsd/debian/control
===================================================================
--- trunk/libfreebsd/debian/control	2009-04-07 01:38:07 UTC (rev 2397)
+++ trunk/libfreebsd/debian/control	2009-04-07 01:43:02 UTC (rev 2398)
@@ -18,6 +18,14 @@
   - nlist
   - getbootfile()
 
+Package: libfreebsd0-dbg
+Section: debug
+Architecture: kfreebsd-i386 kfreebsd-amd64
+Depends: libfreebsd0 (= ${binary:Version})
+Description: FreeBSD compatibility library - debugging symbols
+ This library provides some functions specific to FreeBSD's libc, either in
+ terms of functionality or in terms of implementation.
+
 Package: libfreebsd-dev
 Section: libdevel
 Architecture: kfreebsd-i386 kfreebsd-amd64

Modified: trunk/libfreebsd/debian/rules
===================================================================
--- trunk/libfreebsd/debian/rules	2009-04-07 01:38:07 UTC (rev 2397)
+++ trunk/libfreebsd/debian/rules	2009-04-07 01:43:02 UTC (rev 2398)
@@ -16,6 +16,9 @@
 	CFLAGS += -O2
 endif
 
+lib := libfreebsd0
+libdbg := $(lib)-dbg
+
 build:
 	dh_testdir
 	
@@ -48,7 +51,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