chiark / gitweb /
Remove no-longer necessary removal of items from -dbg package
authorMatthew Vernon <matthew@debian.org>
Sat, 21 Jul 2018 14:27:17 +0000 (15:27 +0100)
committerMatthew Vernon <matthew@debian.org>
Sat, 21 Jul 2018 14:27:17 +0000 (15:27 +0100)
Newer debhelper arranges this for us (and newer style -dbg packages
are quite different in any case).

debian/rules

index aa6542970459270d4dd012ab57ede45bf436e732..2f9c5d43bf05fd6c0d8aefdabb4b88e8f376b6d0 100755 (executable)
@@ -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))