[Python-modules-commits] [backports.functools-lru-cache] 01/02: let dh_python2 handle the shared `backports` namespace; Closes: #884690

Sandro Tosi morph at moszumanska.debian.org
Mon Dec 25 17:42:04 UTC 2017


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

morph pushed a commit to branch master
in repository backports.functools-lru-cache.

commit c84da4daa3820aa7e3253297ed9468093f2a8a2b
Author: Sandro Tosi <morph at debian.org>
Date:   Mon Dec 25 12:39:54 2017 -0500

    let dh_python2 handle the shared `backports` namespace; Closes: #884690
---
 debian/changelog | 7 +++++++
 debian/rules     | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e91df17..3779445 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+backports.functools-lru-cache (1.4-2) UNRELEASED; urgency=medium
+
+  * debian/rules
+    - let dh_python2 handle the shared `backports` namespace; Closes: #884690
+
+ -- Sandro Tosi <morph at debian.org>  Mon, 25 Dec 2017 12:39:26 -0500
+
 backports.functools-lru-cache (1.4-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index 8eee6da..e773b60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,6 @@ export PYBUILD_NAME=backports.functools-lru-cache
 override_dh_auto_install:
 	dh_auto_install
 	rm -rf $(CURDIR)/debian/*/usr/lib/python2.7/dist-packages/backports/__init__.py
+
+override_dh_python2:
+	dh_python2 --namespace backports

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/backports.functools-lru-cache.git



More information about the Python-modules-commits mailing list