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

Stein Magnus Jodal jodal at moszumanska.debian.org
Thu Nov 5 14:59:42 UTC 2015


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

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

commit 340163d772b9d41b2bea3a291ca4c55d7d15c5f1
Author: Stein Magnus Jodal <jodal at debian.org>
Date:   Thu Nov 5 12:32:17 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 3143767..a068650 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 python-ws4py (0.3.4-2) UNRELEASED; urgency=medium
 
   * Migrate to git-dpm, remove gbp config.
+  * debian/clean
+    - Move .egg-info from d/rules
   * debian/control
     - Set DPMT as maintainer, myself as uploader
     - Update Vcs-Git and Vcs-Browser to point to Alioth
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..38cbd91
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+ws4py.egg-info/*
diff --git a/debian/rules b/debian/rules
index e77697b..3afde72 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,4 +40,3 @@ override_dh_installdocs:
 override_dh_auto_clean:
 	dh_auto_clean
 	rm -rf build
-	rm -rf *.egg-info

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



More information about the Python-modules-commits mailing list