[SCM] sord/master: Add -DBG package

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Apr 15 13:25:09 UTC 2011


The following commit has been merged in the master branch:
commit 4adf46000f1f122def0eaa9ba1fb36c18245f794
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Apr 15 15:25:08 2011 +0200

    Add -DBG package

diff --git a/debian/control b/debian/control
index 1579acc..9183c44 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,16 @@ Description: library for storing RDF data in memory (development files)
  Sord is a lightweight C library for storing Redland Resource
  Description Framework (RDF) data in memory.
  .
- Sord includes man pages for the library (man sord) and a
- simple command line utility (man sordi).
- .
  This package provides the development headers.
+
+Package: sord-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: libsord0 (= ${binary:Version}),
+ ${misc:Depends}
+Description: library for storing RDF data in memory (debugging symbols)
+ Sord is a lightweight C library for storing Redland Resource
+ Description Framework (RDF) data in memory.
+ .
+ This package provides the debugging symbols for sord.
diff --git a/debian/rules b/debian/rules
index 67d277c..15a0219 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,3 +18,6 @@ override_dh_auto_clean:
 
 override_dh_auto_install:
 	$(WAF) install --destdir=$(CURDIR)/debian/tmp
+
+override_dh_strip:
+	dh_strip --dbg-package=sord-dbg

-- 
sord packaging



More information about the pkg-multimedia-commits mailing list