chiark
/
gitweb
/
~matthewv
/
pcre3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1b8ba2
)
Remove no-longer necessary removal of items from -dbg package
author
Matthew Vernon
<matthew@debian.org>
Sat, 21 Jul 2018 14:27:17 +0000
(15:27 +0100)
committer
Matthew 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
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index aa6542970459270d4dd012ab57ede45bf436e732..2f9c5d43bf05fd6c0d8aefdabb4b88e8f376b6d0 100755
(executable)
--- 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))