[SCM] sord/master: Put in sord-dbg only symbols from libsord-0-0.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Apr 19 10:20:25 UTC 2012


The following commit has been merged in the master branch:
commit db973134747aa86f927bee281188ae6dabbfc9b0
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Apr 19 12:18:11 2012 +0200

    Put in sord-dbg only symbols from libsord-0-0.

diff --git a/debian/control b/debian/control
index ef3aa4b..2928a5e 100644
--- a/debian/control
+++ b/debian/control
@@ -85,7 +85,6 @@ Architecture: any
 Multi-Arch: same
 Depends:
  libsord-0-0 (= ${binary:Version}),
- sordi (= ${binary:Version}),
  ${misc:Depends}
 Description: library for storing RDF data in memory (debugging symbols)
  Sord is a lightweight C library for storing Resource
diff --git a/debian/rules b/debian/rules
index 382368d..6d3db5f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,4 +28,5 @@ override_dh_auto_install:
 	$(WAF) install --destdir=$(CURDIR)/debian/tmp
 
 override_dh_strip:
-	dh_strip --dbg-package=sord-dbg
+	dh_strip -plibsord-0-0 --dbg-package=sord-dbg
+	dh_strip --remaining-packages

-- 
sord packaging



More information about the pkg-multimedia-commits mailing list