[Python-modules-commits] [pytest-httpbin] 10/14: don't use dh_auto_clean to handle egg-info
Daniel Stender
danstender-guest at moszumanska.debian.org
Fri Mar 18 08:16:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository pytest-httpbin.
commit da0a3b24214be3afa7ecbd4d23d1b8e2cc76fc8c
Author: Daniel Stender <stender at debian.org>
Date: Thu Mar 17 21:14:10 2016 +0100
don't use dh_auto_clean to handle egg-info
---
debian/changelog | 4 +++-
debian/rules | 4 ----
debian/source/options | 1 +
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 87234e4..4ce9342 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,9 +9,11 @@ pytest-httpbin (0.2.0-1) UNRELEASED; urgency=medium
+ bumped standards to 3.9.7 (no changes needed).
+ use HTTPS also for Vcs-Git.
+ removed Testsuite field (deprecated).
+ * deb/rules: dropped override for auto_clean to handle egg-info.
* deb/copyright: updated.
+ * Added deb/source/options (ignoring egg-info).
- -- Daniel Stender <stender at debian.org> Thu, 17 Mar 2016 20:47:42 +0100
+ -- Daniel Stender <stender at debian.org> Thu, 17 Mar 2016 21:12:13 +0100
pytest-httpbin (0.1.1-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 76a8487..22b8f09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,10 +10,6 @@ export https_proxy=
%:
dh $@ --with python2,python3 --buildsystem=pybuild
-override_dh_auto_clean:
- dh_auto_clean
- rm -rf pytest_httpbin.egg-info
-
override_dh_auto_test:
override_dh_auto_install:
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..b2b7b88
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="^[^/]+\.egg-info/"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-httpbin.git
More information about the Python-modules-commits
mailing list