[Python-apps-commits] r10967 - in packages/tox/trunk/debian (changelog control)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Tue Jun 17 20:06:14 UTC 2014


    Date: Tuesday, June 17, 2014 @ 20:06:13
  Author: barry
Revision: 10967

  - Fix virtualenv dependency.  Closes: #755193
* d/rules: 
  - Switch to Python 3.  Closes: #746236
  - override_dh_auto_clean removes .tox directory.  Closes: #751803

Modified:
  packages/tox/trunk/debian/changelog
  packages/tox/trunk/debian/control

Modified: packages/tox/trunk/debian/changelog
===================================================================
--- packages/tox/trunk/debian/changelog	2014-06-17 19:14:44 UTC (rev 10966)
+++ packages/tox/trunk/debian/changelog	2014-06-17 20:06:13 UTC (rev 10967)
@@ -1,4 +1,4 @@
-tox (1.7.1-1) UNRELEASED; urgency=low
+tox (1.7.1-1) unstable; urgency=low
 
   * New upstream release.
   * d/control:
@@ -8,7 +8,10 @@
     - Add to Depends: python3-py, python3-virtualenv
     - Add X-Python3-Version header and remove X-Python-Version header.
     - Bump Standards-Version to 3.9.5 with no other changes necessary.
-  * d/rules: Switch to Python 3.  Closes: #746236
+    - Fix virtualenv dependency.  Closes: #755193
+  * d/rules: 
+    - Switch to Python 3.  Closes: #746236
+    - override_dh_auto_clean removes .tox directory.  Closes: #751803
   * d/tests
     - built: Simplify and switch to /bin/sh.
     - control: Update to use Python 3 dependencies.
@@ -25,7 +28,7 @@
   * d/python-tox.pyremove: Removed.
   * d/python-tox.docs: Update.
 
- -- Barry Warsaw <barry at debian.org>  Thu, 29 May 2014 16:53:29 -0400
+ -- Barry Warsaw <barry at debian.org>  Tue, 17 Jun 2014 16:05:44 -0400
 
 tox (1.6.0-1) unstable; urgency=low
 

Modified: packages/tox/trunk/debian/control
===================================================================
--- packages/tox/trunk/debian/control	2014-06-17 19:14:44 UTC (rev 10966)
+++ packages/tox/trunk/debian/control	2014-06-17 20:06:13 UTC (rev 10967)
@@ -25,6 +25,7 @@
          python3-pkg-resources,
          python3-py,
          python3-virtualenv,
+         virtualenv,
          ${misc:Depends},
          ${python3:Depends},
          ${sphinxdoc:Depends}




More information about the Python-apps-commits mailing list