[med-svn] [consensuscore] 03/13: Clean up d/rules
Afif Elghraoui
afif at moszumanska.debian.org
Sun Jul 3 10:08:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository consensuscore.
commit 18bd98e2b4b082273435927cd6fe0e02ad8bc4f0
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Sun Jul 3 00:36:53 2016 -0700
Clean up d/rules
---
debian/rules | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index fd63581..8633384 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,13 @@
#!/usr/bin/make -f
#DH_VERBOSE = 1
+#include /usr/share/dpkg/default.mk
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/default.mk
-
+export LC_ALL=C.UTF-8
export PYBUILD_NAME=pbconsensuscore
%:
- LC_ALL=C.UTF-8 dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_test:
$(MAKE) test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/consensuscore.git
More information about the debian-med-commit
mailing list