From 9a2ba7a775920b591bb628ddd6afb24dee0a0151 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Sat, 21 Jul 2018 15:27:17 +0100 Subject: 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). --- debian/rules | 3 --- 1 file changed, 3 deletions(-) (limited to 'debian') 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)) -- cgit v1.2.3