[python-fabio] 28/73: move the debian/clean content into the rules file
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Tue Jan 5 11:34:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch master
in repository python-fabio.
commit 5b58fbe3f4245cd659deaec64c2f94c1925dc081
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Sat Nov 2 21:12:09 2013 +0100
move the debian/clean content into the rules file
---
debian/clean | 1 -
debian/rules | 4 ++++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 45149aa..0000000
--- a/debian/clean
+++ /dev/null
@@ -1 +0,0 @@
-*.egg-info/*
diff --git a/debian/rules b/debian/rules
index c5d4c0a..bfded3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
%:
dh $@ --with python2 --buildsystem=python_distutils
+override_dh_clean:
+ dh_clean
+ rm -rf *.egg-info
+
override_dh_auto_install:
dh_numpy
dh_auto_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-fabio.git
More information about the debian-science-commits
mailing list