From fdbb426abaf3f9f2a619e3bc36c6fe139ace8175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 2 Jun 2017 21:32:30 +0200 Subject: Use the automatic debug symbol packages --- debian/changelog | 7 +++++-- debian/control | 17 ----------------- debian/rules | 3 --- 3 files changed, 5 insertions(+), 22 deletions(-) (limited to 'debian') 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 Sun, 09 Apr 2017 20:00:40 +0200 + -- Jörg Frings-Fürst 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 -- cgit v1.2.3