[numexpr] 03/05: Fix clean target
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Fri Jun 3 05:54:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
a_valentino-guest pushed a commit to branch master
in repository numexpr.
commit 81a4a4d649cd32fff7bb746d6d893fc3a79f9b5b
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Thu Jun 2 20:17:18 2016 +0200
Fix clean target
---
debian/changelog | 2 ++
debian/rules | 8 +++++++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 3b4cfaa..199cd2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
numexpr (2.6.0-1) UNRELEASED; urgency=medium
* New upstream release
+ * debian/rules
+ - add override_dh_auto_clean target
-- Antonio Valentino <antonio.valentino at tiscali.it> Thu, 02 Jun 2016 19:54:58 +0200
diff --git a/debian/rules b/debian/rules
index 9d1cb4a..fe48879 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,10 +67,16 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
endif
+override_dh_auto_clean:
+ dh_auto_clean
+ $(RM) -r build/ numexpr.egg-info/
+
+
override_dh_installchangelogs:
dh_installchangelogs -k RELEASE_NOTES.rst
.PHONY: override_dh_auto_build override_dh_auto_install override_dh_install \
- override_dh_auto_test override_dh_installchangelogs
+ override_dh_auto_test override_dh_auto_clean \
+ override_dh_installchangelogs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/numexpr.git
More information about the debian-science-commits
mailing list