[Python-modules-commits] [flufl.enum] 01/01: d/rules: Revert the previous change removing the bogus egg-info.

Barry Warsaw barry at moszumanska.debian.org
Fri Oct 23 19:01:30 UTC 2015


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

barry pushed a commit to branch master
in repository flufl.enum.

commit d54e166a1909e7ba37dbe9fe5f4854f4eb0a8778
Author: Barry Warsaw <barry at python.org>
Date:   Fri Oct 23 15:01:22 2015 -0400

    d/rules: Revert the previous change removing the bogus egg-info.
---
 debian/changelog | 6 ++++++
 debian/rules     | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 167f9a8..4f60333 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+flufl.enum (4.1-2) UNRELEASED; urgency=medium
+
+  * d/rules: Revert the previous change removing the bogus egg-info.
+
+ -- Barry Warsaw <barry at debian.org>  Wed, 21 Oct 2015 11:46:37 -0400
+
 flufl.enum (4.1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 6d4e2eb..dbedbbe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
 
-#DH_VERBOSE=1
 export PYBUILD_NAME=flufl.enum
+#export PYBUILD_VERBOSE=1
+#export DH_VERBOSE=1
 
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
@@ -15,4 +16,3 @@ override_dh_installdocs:
 
 override_dh_auto_install:
 	dh_auto_install
-	rm -rf debian/python3-flufl.enum/usr/lib/python3.*/dist-packages/flufl.enum*

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



More information about the Python-modules-commits mailing list