[python-fabio] 23/31: move the debian/clean content into the rules file

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Fri Dec 27 19:05:49 UTC 2013


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