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

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Aug 10 12:31:20 UTC 2014


    Date: Sunday, August 10, 2014 @ 12:31:18
  Author: sramacher
Revision: 30104

debian/tests/control: Add make to Depends which is needed by the tests.

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

Modified: packages/breathe/trunk/debian/changelog
===================================================================
--- packages/breathe/trunk/debian/changelog	2014-08-10 11:17:35 UTC (rev 30103)
+++ packages/breathe/trunk/debian/changelog	2014-08-10 12:31:18 UTC (rev 30104)
@@ -1,3 +1,9 @@
+breathe (3.0.0-2) unstable; urgency=medium
+
+  * debian/tests/control: Add make to Depends which is needed by the tests.
+
+ -- Sebastian Ramacher <sramacher at debian.org>  Sun, 10 Aug 2014 14:26:20 +0200
+
 breathe (3.0.0-1) unstable; urgency=medium
 
   * New upstream release.

Modified: packages/breathe/trunk/debian/tests/control
===================================================================
--- packages/breathe/trunk/debian/tests/control	2014-08-10 11:17:35 UTC (rev 30103)
+++ packages/breathe/trunk/debian/tests/control	2014-08-10 12:31:18 UTC (rev 30104)
@@ -1,7 +1,7 @@
 Tests: python2
-Depends: python-breathe, python-sphinx
+Depends: python-breathe, python-sphinx, make
 Restrictions: allow-stderr
 
 Tests: python3
-Depends: python3-breathe, python3-sphinx
+Depends: python3-breathe, python3-sphinx, make
 Restrictions: allow-stderr




More information about the Python-modules-commits mailing list