[med-svn] [iva] 02/03: clean up d/rules
Sascha Steinbiss
sascha-guest at moszumanska.debian.org
Mon Aug 24 22:40:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
sascha-guest pushed a commit to branch master
in repository iva.
commit 69a417117096ff910ccc0c3936409a2b6d6b44cf
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date: Mon Aug 24 22:38:21 2015 +0000
clean up d/rules
---
debian/rules | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/debian/rules b/debian/rules
index 2e2d9bd..80d2772 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
export DH_VERBOSE := 1
export PYBUILD_NAME=iva
-#export PYBUILD_DISABLE_python3.4=test
# some helpful variables - uncomment them if needed
# shamelessly stolen from http://jmtd.net/log/awk/
@@ -10,14 +9,8 @@ export PYBUILD_NAME=iva
#VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
#DEBFLAVOR := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}')
#DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
-#DEBIAN_BRANCH := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
#GIT_TAG := $(subst ~,_,$(VERSION))
-# alternatively to manually set those variables you can
-# include /usr/share/cdbs/1/rules/buildvars.mk
-# and use what is set there. Any hint whether dh might set variables in
-# a similar manner are welcome.
-
mandir := $(CURDIR)/debian/man
debfolder := $(CURDIR)/debian
read_trim_dir := $(CURDIR)/iva/read_trim
@@ -35,3 +28,4 @@ override_dh_auto_build:
override_dh_auto_clean:
rm -rf .pybuild
+ find . -name __pycache__ | xargs rm -rf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/iva.git
More information about the debian-med-commit
mailing list