[Python-modules-commits] [twisted] 02/08: Don't remove Twisted.egg-info in the clean target, as it's part of the upstream source.
Free Ekanayaka
freee at moszumanska.debian.org
Thu Oct 20 08:27:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
freee pushed a commit to branch master
in repository twisted.
commit 2fae5e35dcde9fe0694e214d369dabfdc86a64ef
Author: Free Ekanayaka <freee at debian.org>
Date: Wed Oct 19 19:48:05 2016 +0000
Don't remove Twisted.egg-info in the clean target, as it's part of
the upstream source.
---
debian/changelog | 4 +++-
debian/rules | 1 -
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 51149a0..d403373 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
twisted (16.4.1-2) UNRELEASED; urgency=medium
- * Add Vcs-Git and Vcs-Browser stanzas pointing to Alioth
+ * Add Vcs-Git and Vcs-Browser stanzas pointing to Alioth.
+ * Don't remove Twisted.egg-info in the clean target, as it's part of
+ the upstream source.
-- Free Ekanayaka <freee at debian.org> Wed, 19 Oct 2016 19:06:21 +0000
diff --git a/debian/rules b/debian/rules
index 79555c3..6182ee6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,7 +45,6 @@ clean:
rm -rf apidocs py3
rm -rf $(addprefix debian/,$(packages)) debian/files debian/substvars
rm -rf _trial_temp test.log
- rm -rf Twisted.egg-info
rm -f twisted/plugins/dropin.cache
find -name '__pycache__' -type d | xargs -r rm -rf
find . -name "*.pyc" |xargs -r rm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/twisted.git
More information about the Python-modules-commits
mailing list