[Python-modules-commits] [python-parsel] 02/03: Clean files in .eggs/ and parsel.egg-info/ to allow two builds in a row.
Michael Fladischer
fladi at moszumanska.debian.org
Wed Jan 25 08:37:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository python-parsel.
commit 9772b9d008a8842f65e8264c16594b4c6ab2a055
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Wed Jan 25 09:11:20 2017 +0100
Clean files in .eggs/ and parsel.egg-info/ to allow two builds in a
row.
---
debian/changelog | 2 ++
debian/clean | 7 +++++++
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index d72570f..d9d1708 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ python-parsel (1.0.3-1.1) UNRELEASED; urgency=medium
* Non-maintainer upload.
* Add Vcs-* fields.
+ * Clean files in .eggs/ and parsel.egg-info/ to allow two builds in a
+ row.
-- Michael Fladischer <fladi at debian.org> Wed, 25 Jan 2017 08:42:22 +0100
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..a4a3f42
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,7 @@
+parsel.egg-info/PKG-INFO
+parsel.egg-info/SOURCES.txt
+parsel.egg-info/dependency_links.txt
+parsel.egg-info/not-zip-safe
+parsel.egg-info/requires.txt
+parsel.egg-info/top_level.txt
+.eggs/README.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-parsel.git
More information about the Python-modules-commits
mailing list