From: Matthew Vernon Date: Sat, 21 Jul 2018 14:27:17 +0000 (+0100) Subject: Remove no-longer necessary removal of items from -dbg package X-Git-Tag: archive/debian/2%8.39-11~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=commitdiff_plain;h=9a2ba7a775920b591bb628ddd6afb24dee0a0151;p=pcre3.git Remove no-longer necessary removal of items from -dbg package Newer debhelper arranges this for us (and newer style -dbg packages are quite different in any case). --- diff --git a/debian/rules b/debian/rules index aa65429..2f9c5d4 100755 --- a/debian/rules +++ b/debian/rules @@ -118,9 +118,6 @@ binary-arch: build install # dh_undocumented -a dh_installchangelogs -a ChangeLog dh_strip -a --dbg-package=libpcre3-dbg - # Don't include pcregrep or libraries from udeb in debug package - rm -r debian/libpcre3-dbg/usr/lib/debug/usr/bin - rm debian/libpcre3-dbg/usr/lib/debug/usr/lib/libpcre* dh_compress -a dh_fixperms -a ifneq (,$(ENABLE_JIT))