[med-svn] [iva] 01/02: reinstating dh_auto_clean and added dirs to ignore

Jorge Soares jssoares-guest at moszumanska.debian.org
Mon Nov 24 12:40:22 UTC 2014


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

jssoares-guest pushed a commit to branch master
in repository iva.

commit 4a5bac3e6c2d984d8f7cb2a1ebe940946ca96e37
Author: Jorge Soares <j.s.soares at gmail.com>
Date:   Mon Nov 24 12:38:15 2014 +0000

    reinstating dh_auto_clean and added dirs to ignore
---
 debian/python-iva.dirs | 1 +
 debian/rules           | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/python-iva.dirs b/debian/python-iva.dirs
new file mode 100644
index 0000000..8e695ec
--- /dev/null
+++ b/debian/python-iva.dirs
@@ -0,0 +1 @@
+doc
diff --git a/debian/rules b/debian/rules
index 38cdf17..1b2bb58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 export DH_VERBOSE := 1
-export PYBUILD_NAME=fastaq
+export PYBUILD_NAME=iva
 
 # some helpful variables - uncomment them if needed
 # shamelessly stolen from http://jmtd.net/log/awk/
@@ -30,6 +30,7 @@ override_dh_auto_build:
 	cd $(CURDIR)/doc
 
 override_dh_auto_clean:
+	dh_auto_clean
 	rm -rf $(mandir)
 
  override_dh_installman:

-- 
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