[Python-modules-commits] r27635 - in packages/pygments/trunk/debian (changelog tests/control)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Thu Feb 13 10:41:05 UTC 2014


    Date: Thursday, February 13, 2014 @ 10:41:04
  Author: mitya57-guest
Revision: 27635

Make autopkgtests depend on patch (to fix test failure on CI)
and python[3]-all (to run tests for all supported Python versions).

Modified:
  packages/pygments/trunk/debian/changelog
  packages/pygments/trunk/debian/tests/control

Modified: packages/pygments/trunk/debian/changelog
===================================================================
--- packages/pygments/trunk/debian/changelog	2014-02-13 09:58:02 UTC (rev 27634)
+++ packages/pygments/trunk/debian/changelog	2014-02-13 10:41:04 UTC (rev 27635)
@@ -1,7 +1,12 @@
 pygments (1.6+dfsg-2) UNRELEASED; urgency=low
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
+  [ Dmitry Shachnev ]
+  * Make autopkgtests depend on patch (to fix test failure on CI)
+    and python[3]-all (to run tests for all supported Python versions).
+
  -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:01:45 +0200
 
 pygments (1.6+dfsg-1) experimental; urgency=low

Modified: packages/pygments/trunk/debian/tests/control
===================================================================
--- packages/pygments/trunk/debian/tests/control	2014-02-13 09:58:02 UTC (rev 27634)
+++ packages/pygments/trunk/debian/tests/control	2014-02-13 10:41:04 UTC (rev 27635)
@@ -1,5 +1,5 @@
 Tests: python-pygments
-Depends: python-pygments, python-nose
+Depends: patch, python-all, python-pygments, python-nose
 
 Tests: python3-pygments
-Depends: python3-pygments, python3-nose
+Depends: patch, python3-all, python3-pygments, python3-nose




More information about the Python-modules-commits mailing list