[petsc] 07/07: make debug package explicit for dh_strip
Drew Parsons
dparsons at moszumanska.debian.org
Thu Oct 1 18:32:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to branch master
in repository petsc.
commit 1df58f9074d9fb19737443b76447d3d5b513bf2f
Author: Drew Parsons <dparsons at debian.org>
Date: Fri Oct 2 02:29:51 2015 +0800
make debug package explicit for dh_strip
---
debian/rules | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index e3bb2dd..94fd7ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -166,6 +166,7 @@ override_dh_installdocs:
override_dh_installchangelogs:
dh_installchangelogs --exclude=docs/changes
+
override_dh_installdeb:
dh_installdeb
for pkg in $$(dh_listpackages -a); do \
@@ -173,6 +174,10 @@ override_dh_installdeb:
done
+override_dh_strip:
+ dh_strip --dbg-package=$(PETSC_DEBUG_PACKAGE)
+
+
DEB_SOURCE_PACKAGE = petsc
DEB_UPSTREAM_VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p')
DEB_STRIPPED_UPSTREAM_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -n -e 's/\.dfsg.*$$//p')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/petsc.git
More information about the debian-science-commits
mailing list