[Python-modules-commits] [txjsonrpc] 06/15: Remove weird junk created during setup.py clean.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Sat Oct 11 07:26:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch debian/sid
in repository txjsonrpc.
commit 6ad0eaa39968205f2f9a0ebfe31ae80027c6b077
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date: Sat Oct 11 07:18:36 2014 +0200
Remove weird junk created during setup.py clean.
---
debian/rules | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index f32869f..d446e6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,8 @@
export PYBUILD_NAME=txjsonrpc
%:
dh $@ --with python2 --buildsystem=pybuild
+
+
+override_dh_clean:
+ dh_clean
+ rm -f CHECK_THIS_BEFORE_UPLOAD.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/txjsonrpc.git
More information about the Python-modules-commits
mailing list