[Python-modules-commits] [pytest] 12/12: Don't trim artifacts.
Barry Warsaw
barry at moszumanska.debian.org
Thu Feb 11 19:37:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository pytest.
commit 94fc0e331e6691a59b662c92de7cad75b9abe6a6
Author: Barry Warsaw <barry at python.org>
Date: Thu Feb 11 14:37:32 2016 -0500
Don't trim artifacts.
---
debian/changelog | 7 +++++++
debian/rules | 2 --
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d5df1c4..eb34107 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pytest (2.8.7-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * d/rules: Don't trim artifacts.
+
+ -- Barry Warsaw <barry at debian.org> Thu, 11 Feb 2016 13:32:49 -0500
+
pytest (2.8.7-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/rules b/debian/rules
index 34ebdc0..a08011e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,8 +31,6 @@ override_dh_auto_install:
dh_auto_install
mv debian/python3-pytest/usr/bin/py.test \
debian/python3-pytest/usr/bin/py.test-3
- rm -f debian/python3-pytest/usr/bin/py.test-3.*
- rm -rf debian/python3-pytest/usr/lib/python3.5
override_dh_auto_clean:
rm -rf doc/en/_build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest.git
More information about the Python-modules-commits
mailing list