[Python-modules-commits] [python-virtualenv] 08/09: d/rules: The upstream changes file has been renamed to docs/changes.rst.

Barry Warsaw barry at moszumanska.debian.org
Thu Jan 14 15:36:55 UTC 2016


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

barry pushed a commit to branch master
in repository python-virtualenv.

commit 7ac3cd08faab7e1ecaa2b43592773ab18f04ccb3
Author: Barry Warsaw <barry at python.org>
Date:   Wed Jan 13 16:48:58 2016 -0500

    d/rules: The upstream changes file has been renamed to docs/changes.rst.
---
 debian/changelog | 7 ++-----
 debian/rules     | 4 ----
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5d3090b..eddc0c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-virtualenv (13.0.3+ds-1) UNRELEASED; urgency=medium
+python-virtualenv (13.1.2+ds-1) UNRELEASED; urgency=medium
 
   * New upstream release. (Closes: #784353)
   * d/control:
@@ -6,10 +6,7 @@ python-virtualenv (13.0.3+ds-1) UNRELEASED; urgency=medium
     - Bump debhelper Build-Depends to version 9.
     - Add new test dependencies to Build-Depends-Indep.
   * d/compat: Bump to version 9.
-  * d/rules:
-    - Temporarily disable the tests due to upstream issue #714 (the tests
-      directory is missing from the PyPI tarball).
-    - The upstream changes file has been renamed to docs/changes.rst.
+  * d/rules: The upstream changes file has been renamed to docs/changes.rst.
   * d/watch: Use pypi.debian.net redirector.
 
  -- Barry Warsaw <barry at debian.org>  Thu, 11 Jun 2015 17:19:27 -0400
diff --git a/debian/rules b/debian/rules
index e69e76c..3a673d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,6 @@ export PYBUILD_NAME=virtualenv
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
-# Temporarily disable the tests due to
-# https://github.com/pypa/virtualenv/issues/714
-override_dh_auto_test:
-
 override_dh_python3:
 	dh_python3 --shebang=/usr/bin/python3
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-virtualenv.git



More information about the Python-modules-commits mailing list