diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-02 21:32:30 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-02 21:32:30 +0200 |
commit | fdbb426abaf3f9f2a619e3bc36c6fe139ace8175 (patch) | |
tree | 5a549fb613a1b38dcad95ca0d4bfeb7459860fe9 | |
parent | a1a3b809867bb06e394c07092a72f291dd11a847 (diff) |
Use the automatic debug symbol packages
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 17 | ||||
-rwxr-xr-x | debian/rules | 3 |
3 files changed, 5 insertions, 22 deletions
diff --git a/debian/changelog b/debian/changelog index 03ed7da..f7a5854 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,13 +2,16 @@ libonig (6.3.0-1) unstable; urgency=medium * New upstream release. - Update symbols file. - - Refesh patches. + - Refresh patches. * Drop dh-autoreconf from both build-depends and dh --with arguments. because this is all defaults when using dh compat 10. * debian/copyright: Add year 2017. * Remove upstream applied debian/patches/0500-CVE-2017-922[4-9].patch. + * Use the automatic debug symbol packages: + - Remove libonig4-dbg section from debian/control. + - Remove override_dh_strip from debian/rules. - -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 09 Apr 2017 20:00:40 +0200 + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Fri, 02 Jun 2017 19:00:40 +0200 libonig (6.1.3-2) unstable; urgency=high diff --git a/debian/control b/debian/control index c5fbb3d..10fe51c 100644 --- a/debian/control +++ b/debian/control @@ -24,23 +24,6 @@ Description: regular expressions library Different character encoding for every regular expression object can be specified. -Package: libonig4-dbg -Section: debug -Architecture: any -Multi-Arch: same -Depends: - ${misc:Depends}, - libonig4 (= ${binary:Version}) -Pre-Depends: - ${misc:Pre-Depends} -Description: regular expressions library — debugging symbols - Oniguruma is a library for working with regular expressions. - . - Different character encoding for every regular expression object can - be specified. - . - This package provides the debugging symbols. - Package: libonig-dev Section: libdevel Priority: optional diff --git a/debian/rules b/debian/rules index 69ed6ac..32be672 100755 --- a/debian/rules +++ b/debian/rules @@ -22,9 +22,6 @@ VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\- %: dh $@ -override_dh_strip: - dh_strip --dbg-package=libonig4-dbg - override_dh_install: $(RM) debian/tmp/usr/bin/onig-config dh_install --fail-missing -X.la -X.a |