[SCM] serd/master: Drop dbg package in favour of dbgsym.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Sep 22 18:29:17 UTC 2016
The following commit has been merged in the master branch:
commit d32a5a2b4d57ce91c8792ac872a785f7a61776aa
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Sep 22 20:27:29 2016 +0200
Drop dbg package in favour of dbgsym.
diff --git a/debian/control b/debian/control
index 4171cb8..49dfa5f 100644
--- a/debian/control
+++ b/debian/control
@@ -94,17 +94,3 @@ Description: lightweight RDF syntax library - documentation
and writing Turtle and NTriples.
.
This package provides the developer's reference for serd.
-
-Package: serd-dbg
-Architecture: any
-Multi-Arch: same
-Priority: extra
-Section: debug
-Depends:
- libserd-0-0 (= ${binary:Version}),
- ${misc:Depends}
-Description: lightweight RDF syntax library - debugging symbols
- Serd is a lightweight C library for RDF syntax which supports reading
- and writing Turtle and NTriples.
- .
- This package contains the debugging symbols for serd.
diff --git a/debian/rules b/debian/rules
index 6d4eecf..de110aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,10 +38,6 @@ override_dh_auto_clean:
override_dh_auto_install:
$(WAF) install --destdir=$(CURDIR)/debian/tmp
-override_dh_strip:
- dh_strip -plibserd-0-0 --dbg-package=serd-dbg
- dh_strip --remaining-packages
-
override_dh_installchangelogs:
dh_installchangelogs NEWS
--
serd packaging
More information about the pkg-multimedia-commits
mailing list