[SCM] sord/master: Drop dbg package in favour of dbgsym.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Fri Sep 23 00:41:00 UTC 2016
The following commit has been merged in the master branch:
commit 3c458179930ef272263ba904d822ed9dd52d7c3c
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Fri Sep 23 02:36:42 2016 +0200
Drop dbg package in favour of dbgsym.
diff --git a/debian/control b/debian/control
index 1511c19..81713a3 100644
--- a/debian/control
+++ b/debian/control
@@ -79,17 +79,3 @@ Description: library for storing RDF data in memory (documentation)
Description Framework (RDF) data in memory.
.
This package provides the developer's reference for sord.
-
-Package: sord-dbg
-Priority: extra
-Section: debug
-Architecture: any
-Multi-Arch: same
-Depends:
- libsord-0-0 (= ${binary:Version}),
- ${misc:Depends}
-Description: library for storing RDF data in memory (debugging symbols)
- Sord is a lightweight C library for storing Resource
- Description Framework (RDF) data in memory.
- .
- This package provides the debugging symbols for sord.
diff --git a/debian/rules b/debian/rules
index 61e7321..92515b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,10 +32,6 @@ override_dh_auto_clean:
override_dh_auto_install:
$(WAF) install --destdir=$(CURDIR)/debian/tmp
-override_dh_strip:
- dh_strip -plibsord-0-0 --dbg-package=sord-dbg
- dh_strip --remaining-packages
-
override_dh_installchangelogs:
dh_installchangelogs NEWS
--
sord packaging
More information about the pkg-multimedia-commits
mailing list