[Python-modules-commits] [python-hypothesis] 04/04: Remove stray egg-info directory.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Fri Dec 11 16:17:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-hypothesis.
commit 6ca8ae8b878f5c9813f1bc352ead1e2c51514578
Author: Tristan Seligmann <mithrandi at debian.org>
Date: Fri Dec 11 18:10:38 2015 +0200
Remove stray egg-info directory.
---
debian/changelog | 1 +
debian/rules | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 6d0d679..009dda3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ python-hypothesis (1.16.0-1) unstable; urgency=medium
[ Tristan Seligmann ]
* New upstream release.
+ * Remove stray egg-info directory.
-- Tristan Seligmann <mithrandi at debian.org> Fri, 11 Dec 2015 16:54:37 +0200
diff --git a/debian/rules b/debian/rules
index d78b5b8..5348f9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,8 @@ export PYBUILD_NAME = hypothesis
%:
dh $@ --with python2,python3 --buildsystem=pybuild
+
+
+override_dh_python3:
+ dh_python3
+ rm -rf debian/python3-hypothesis/usr/lib/python3.?
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-hypothesis.git
More information about the Python-modules-commits
mailing list