[Python-modules-commits] [wheel] 01/01: d/rules: Don't explicitly remove the python3.Y/*.egg-info directory.

Barry Warsaw barry at moszumanska.debian.org
Tue Oct 13 17:46:34 UTC 2015


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

barry pushed a commit to branch master
in repository wheel.

commit b312cfa357967bf0a6a84b010c65992598a0e54e
Author: Barry Warsaw <barry at python.org>
Date:   Tue Oct 13 13:46:30 2015 -0400

    d/rules: Don't explicitly remove the python3.Y/*.egg-info directory.
---
 debian/changelog | 6 ++++++
 debian/rules     | 5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9e752c6..16662ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wheel (0.26.0-2) UNRELEASED; urgency=medium
+
+  * d/rules: Don't explicitly remove the python3.Y/*.egg-info directory.
+
+ -- Barry Warsaw <barry at debian.org>  Tue, 13 Oct 2015 13:36:58 -0400
+
 wheel (0.26.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 2b7bc4f..94c5115 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,12 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=wheel
+export PYBUILD_VERBOSE=1
+export DH_VERBOSE=1
+
 
 LAST_CHANGE=$(shell dpkg-parsechangelog -S Date)
 BUILD_DATE=$(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(LAST_CHANGE)")
-#export DH_VERBOSE=1
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
@@ -28,7 +30,6 @@ override_dh_python3:
 	dh_python3 --shebang=/usr/bin/python3
 	mkdir -p debian/python-wheel-common/usr
 	mv debian/python3-wheel/usr/bin debian/python-wheel-common/usr
-	rm -rf debian/python3-wheel/usr/lib/python3.?/*-packages/*.egg-info
 
 
 # The tests require that the package be installed, so defer them to DEP-8.

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



More information about the Python-modules-commits mailing list