summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2018-07-21 15:27:17 +0100
committerMatthew Vernon <matthew@debian.org>2018-07-21 15:27:17 +0100
commit9a2ba7a775920b591bb628ddd6afb24dee0a0151 (patch)
tree2d57c670d41b3c30a2d3eab0083256610a089503 /debian
parentb1b8ba213dfbcac9c7334aa94a84b96d927ad98b (diff)
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).
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules3
1 files changed, 0 insertions, 3 deletions
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))