[Python-modules-commits] [python-pykka] 10/17: Move egg-info cleaning from d/rules to d/clean

Stein Magnus Jodal jodal at moszumanska.debian.org
Sat Nov 7 20:24:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

jodal pushed a commit to branch master
in repository python-pykka.

commit bb27e468625ad1541bc4e351b8d51211d062848a
Author: Stein Magnus Jodal <jodal at debian.org>
Date:   Sat Nov 7 21:05:07 2015 +0100

    Move egg-info cleaning from d/rules to d/clean
---
 debian/changelog | 2 ++
 debian/clean     | 1 +
 debian/rules     | 1 -
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ed1ad80..0d3e220 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 python-pykka (1.2.1-2) UNRELEASED; urgency=medium
 
   * Migrate to git-dpm, remove gbp config
+  * debian/clean
+    - Move .egg-info from d/rules
   * debian/control
     - Update my email address
     - Set DPMT as uploader
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..acdcc5e
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+Pykka.egg-info/*
diff --git a/debian/rules b/debian/rules
index e4f00d4..e3f9459 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,4 +43,3 @@ override_dh_auto_clean:
 	rm -rf build
 	rm -rf dist
 	rm -rf MANIFEST
-	rm -rf *.egg-info

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pykka.git



More information about the Python-modules-commits mailing list