[nfft] 02/03: d/rules: simplified dh-strip rule

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jun 11 06:50:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/experimental
in repository nfft.

commit 4bfd097426c47c61e20584615b5822a4777610d3
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Jun 11 07:40:57 2015 +0100

    d/rules: simplified dh-strip rule
---
 debian/rules | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index e109ada..55266a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,8 @@
 DH_VERBOSE = 1
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@ --parallel --with autoreconf \
+		--dbg-package=libnfft3-dbg
 
 override_dh_auto_configure:
 	sh ./bootstrap.sh
@@ -56,6 +57,3 @@ override_dh_auto_test:
 	# only test double, otherwise too long
 	#dh_auto_test --builddirectory=nfftf
 	#dh_auto_test --builddirectory=nfftl
-
-override_dh_strip:
-	dh_strip --dbg-package=libnfft3-dbg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/nfft.git



More information about the debian-science-commits mailing list