[Python-modules-commits] r23030 - in packages/pymarkups/trunk/debian (changelog control rules)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Mon Nov 19 05:05:55 UTC 2012


    Date: Monday, November 19, 2012 @ 05:05:46
  Author: mitya57-guest
Revision: 23030

* Update to 0.2.4
* Recommend python3-pygments

Modified:
  packages/pymarkups/trunk/debian/changelog
  packages/pymarkups/trunk/debian/control
  packages/pymarkups/trunk/debian/rules

Modified: packages/pymarkups/trunk/debian/changelog
===================================================================
--- packages/pymarkups/trunk/debian/changelog	2012-11-18 06:53:16 UTC (rev 23029)
+++ packages/pymarkups/trunk/debian/changelog	2012-11-19 05:05:46 UTC (rev 23030)
@@ -1,5 +1,5 @@
-pymarkups (0.2.3-1) unstable; urgency=low
+pymarkups (0.2.4-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #687824).
 
- -- Dmitry Shachnev <mitya57 at gmail.com>  Sat, 17 Nov 2012 09:36:17 +0400
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Mon, 19 Nov 2012 09:02:52 +0400

Modified: packages/pymarkups/trunk/debian/control
===================================================================
--- packages/pymarkups/trunk/debian/control	2012-11-18 06:53:16 UTC (rev 23029)
+++ packages/pymarkups/trunk/debian/control	2012-11-19 05:05:46 UTC (rev 23030)
@@ -14,7 +14,7 @@
 Package: python3-markups
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
-Recommends: python3-docutils, python3-markdown
+Recommends: python3-docutils, python3-markdown, python3-pygments
 Suggests: libjs-mathjax
 Description: Wrapper around various text markups, implemented in Python 3
  This module provides a wrapper around the various text markup languages,

Modified: packages/pymarkups/trunk/debian/rules
===================================================================
--- packages/pymarkups/trunk/debian/rules	2012-11-18 06:53:16 UTC (rev 23029)
+++ packages/pymarkups/trunk/debian/rules	2012-11-19 05:05:46 UTC (rev 23030)
@@ -17,7 +17,7 @@
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
 	set -ex; for python in $(PYTHON3); do \
-		$$python setup.py check; \
+		$$python setup.py test; \
 	done
 endif
 




More information about the Python-modules-commits mailing list