[Python-modules-commits] [backports.functools-lru-cache] 05/06: remove __init__.py
Sandro Tosi
morph at moszumanska.debian.org
Fri Dec 1 00:13:42 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 a36cb879ebb5256d662066ff2695a06eb363b72f
Author: Sandro Tosi <morph at debian.org>
Date: Thu Nov 30 19:12:10 2017 -0500
remove __init__.py
---
debian/changelog | 4 +++-
debian/rules | 4 ++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 90c1f1e..afa51aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ backports.functools-lru-cache (1.4-1) UNRELEASED; urgency=medium
* New upstream release
* debian/control
- bump Standards-Version to 4.1.2 (no changes needed)
+ * debian/rules
+ - remove __init__.py
- -- Sandro Tosi <morph at debian.org> Thu, 30 Nov 2017 19:01:37 -0500
+ -- Sandro Tosi <morph at debian.org> Thu, 30 Nov 2017 19:11:52 -0500
backports.functools-lru-cache (1.3-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index ddb2898..8eee6da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,7 @@
export PYBUILD_NAME=backports.functools-lru-cache
%:
dh $@ --with python2 --buildsystem=pybuild
+
+override_dh_auto_install:
+ dh_auto_install
+ rm -rf $(CURDIR)/debian/*/usr/lib/python2.7/dist-packages/backports/__init__.py
--
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