[Python-modules-commits] [python-pgspecial] 05/06: Remove pgspecial.egg-info in dh_clean
ChangZhuo Chen
czchen at moszumanska.debian.org
Wed Nov 25 05:38:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
czchen pushed a commit to branch debian/sid
in repository python-pgspecial.
commit aafc5a0102b328b63d6edd540d65785a5c954440
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date: Mon Nov 23 23:46:21 2015 +0800
Remove pgspecial.egg-info in dh_clean
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index 9853052..af92a90 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,7 @@ export PYBUILD_NAME = pgspecial
%:
dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_clean:
+ rm -rf pgspecial.egg-info
+ dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pgspecial.git
More information about the Python-modules-commits
mailing list