[med-svn] [khmer] 03/04: Fix clean target ba removing possibly existing __pycache__ and .eggs
Andreas Tille
tille at debian.org
Fri Dec 15 12:58:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository khmer.
commit 7e3da3acbfb6c1bdfaafd1e2f6b0b78221b9623d
Author: Andreas Tille <tille at debian.org>
Date: Fri Dec 15 13:42:27 2017 +0100
Fix clean target ba removing possibly existing __pycache__ and .eggs
---
debian/changelog | 1 +
debian/rules | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 68b8ce1..a513075 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ khmer (2.1.2+dfsg-2) UNRELEASED; urgency=medium
* Team upload
* debhelper 10
* Specify compression option from d/rules directly inside watch file
+ * Fix clean target ba removing possibly existing __pycache__ and .eggs
-- Andreas Tille <tille at debian.org> Fri, 15 Dec 2017 13:29:25 +0100
diff --git a/debian/rules b/debian/rules
index 6e7e19f..9dc6af1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,7 @@ override_dh_auto_test:
override_dh_auto_clean:
dh_auto_clean || /bin/true
cd src/oxli && $(MAKE) clean
+ rm -rf __pycache__ .eggs
override_dh_install:
cd src/oxli && $(MAKE) PREFIX=../debian/tmp install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/khmer.git
More information about the debian-med-commit
mailing list