[Python-modules-commits] [flufl.lock] 03/03: * New upstream release. * d/python{, 3}-flufl.lock.pyremove: Removed. * d/rules: Be sure to remove any leftover python3.X/dist-packages.
Barry Warsaw
barry at moszumanska.debian.org
Sat Oct 10 21:45:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository flufl.lock.
commit baaf928d0f66047687d79a924bbe208123968db8
Author: Barry Warsaw <barry at python.org>
Date: Sat Oct 10 17:45:17 2015 -0400
* New upstream release.
* d/python{,3}-flufl.lock.pyremove: Removed.
* d/rules: Be sure to remove any leftover python3.X/dist-packages.
---
debian/changelog | 8 ++++++++
debian/python-flufl.lock.pyremove | 4 ----
debian/python3-flufl.lock.pyremove | 1 -
debian/rules | 4 ++++
4 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2b9f097..219d87b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+flufl.lock (2.4-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * d/python{,3}-flufl.lock.pyremove: Removed.
+ * d/rules: Be sure to remove any leftover python3.X/dist-packages.
+
+ -- Barry Warsaw <barry at debian.org> Sat, 10 Oct 2015 15:55:40 -0400
+
flufl.lock (2.3.1-2) unstable; urgency=medium
* d/control:
diff --git a/debian/python-flufl.lock.pyremove b/debian/python-flufl.lock.pyremove
deleted file mode 100644
index 024869e..0000000
--- a/debian/python-flufl.lock.pyremove
+++ /dev/null
@@ -1,4 +0,0 @@
-flufl/lock/conf.py
-flufl/lock/README.rst
-flufl/lock/NEWS.rst
-flufl.lock*.egg-info/SOURCES.txt
diff --git a/debian/python3-flufl.lock.pyremove b/debian/python3-flufl.lock.pyremove
deleted file mode 100644
index 25b5030..0000000
--- a/debian/python3-flufl.lock.pyremove
+++ /dev/null
@@ -1 +0,0 @@
-flufl.i18n-*.egg-info
diff --git a/debian/rules b/debian/rules
index afa9b4e..31a5254 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,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.lock/usr/lib/python3.*/dist-packages/flufl.lock*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flufl.lock.git
More information about the Python-modules-commits
mailing list