[Python-modules-commits] [tweepy] 02/03: Improve clean target
Miguel Landaeta
nomadium at moszumanska.debian.org
Wed Oct 28 01:50:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch master
in repository tweepy.
commit e720a21fe7da8ab758c71df5a53696b31f70e06d
Author: Miguel Landaeta <nomadium at debian.org>
Date: Tue Oct 27 22:24:04 2015 -0300
Improve clean target
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 4016744..dc0fdb6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ override_dh_compress:
dh_compress -X.py
override_dh_auto_clean:
- rm -rf tweepy.egg-info build/*
+ rm -rf tweepy.egg-info build/* .pybuild/
-find tweepy -type f -name '*.pyc' -delete
override_dh_installchangelogs:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/tweepy.git
More information about the Python-modules-commits
mailing list