[Python-modules-commits] [flufl.enum] 04/04: * d/python{, 3}-flufl.enum.install: Removed. * d/python-flufl.enum.pyremove: Removed. * d/rules: Be sure to remove any leftover python3.X/dist-packages.
Barry Warsaw
barry at moszumanska.debian.org
Fri Oct 9 22:46:48 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 4ddcd94ed69900a94666115fa1b20cee39d5db2b
Author: Barry Warsaw <barry at python.org>
Date: Fri Oct 9 18:46:43 2015 -0400
* d/python{,3}-flufl.enum.install: Removed.
* d/python-flufl.enum.pyremove: Removed.
* d/rules: Be sure to remove any leftover python3.X/dist-packages.
---
debian/changelog | 4 +++-
debian/python-flufl.enum.pyremove | 4 ----
debian/rules | 4 ++++
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fe25189..b4ccb0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
flufl.enum (4.1-1) UNRELEASED; urgency=medium
* New upstream release.
- * d/python{,3}-flufl.enum.install: Remove.
+ * d/python{,3}-flufl.enum.install: Removed.
+ * d/python-flufl.enum.pyremove: Removed.
+ * d/rules: Be sure to remove any leftover python3.X/dist-packages.
-- Barry Warsaw <barry at debian.org> Fri, 09 Oct 2015 18:04:15 -0400
diff --git a/debian/python-flufl.enum.pyremove b/debian/python-flufl.enum.pyremove
deleted file mode 100644
index ec70899..0000000
--- a/debian/python-flufl.enum.pyremove
+++ /dev/null
@@ -1,4 +0,0 @@
-flufl/enum/conf.py
-flufl/enum/README.txt
-flufl/enum/NEWS.txt
-flufl.enum*.egg-info/SOURCES.txt
diff --git a/debian/rules b/debian/rules
index 42da9c4..6d4e2eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,3 +12,7 @@ override_dh_installchangelogs:
override_dh_installdocs:
python setup.py build_sphinx
dh_installdocs build/sphinx/html
+
+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