[med-svn] [pymia] 04/05: add removing the buiild dir to the clean rules
Gert Wollny
gert-guest at moszumanska.debian.org
Mon Dec 9 15:52:50 UTC 2013
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository pymia.
commit 6819368de69cc125d234c088db0b529b0c5c66a3
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Mon Dec 9 16:42:45 2013 +0100
add removing the buiild dir to the clean rules
---
debian/rules | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/debian/rules b/debian/rules
index f79a898..51d37ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,3 +51,9 @@ ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
dh_strip -ppython-mia --dbg-package=python-mia-dbg
dh_strip -ppython3-mia --dbg-package=python3-mia-dbg
endif
+
+
+override_dh_clean:
+ dh_clean
+ rm -r build
+
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/pymia.git
More information about the debian-med-commit
mailing list