[Python-modules-commits] r22572 - in packages/python-markdown/trunk/debian (changelog control)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sun Aug 26 14:44:45 UTC 2012


    Date: Sunday, August 26, 2012 @ 14:44:44
  Author: mitya57-guest
Revision: 22572

Add python-utidylib to Build-Depends and Suggests

Modified:
  packages/python-markdown/trunk/debian/changelog
  packages/python-markdown/trunk/debian/control

Modified: packages/python-markdown/trunk/debian/changelog
===================================================================
--- packages/python-markdown/trunk/debian/changelog	2012-08-26 14:08:19 UTC (rev 22571)
+++ packages/python-markdown/trunk/debian/changelog	2012-08-26 14:44:44 UTC (rev 22572)
@@ -1,3 +1,11 @@
+python-markdown (2.2.0-2) UNRELEASED; urgency=low
+
+  * Simplify .install files
+  * Add python-utidylib to python-markdown Suggests (for html_tidy extension)
+    and to Build-Depends (for testsuite)
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Sun, 26 Aug 2012 18:35:24 +0400
+
 python-markdown (2.2.0-1) unstable; urgency=low
 
   * New upstream release
@@ -159,4 +167,3 @@
   * Initial release Closes: #364082
 
  -- Fredrik Steen <stone at debian.org>  Fri, 21 Apr 2006 13:18:31 +0200
-

Modified: packages/python-markdown/trunk/debian/control
===================================================================
--- packages/python-markdown/trunk/debian/control	2012-08-26 14:08:19 UTC (rev 22571)
+++ packages/python-markdown/trunk/debian/control	2012-08-26 14:44:44 UTC (rev 22572)
@@ -5,7 +5,7 @@
 Uploaders: Fredrik Steen <stone at debian.org>, Bernd Zeimetz <bzed at debian.org>,
  Dmitry Shachnev <mitya57 at gmail.com>
 Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-7~),
- python-nose, python3-nose
+ python-nose, python-utidylib, python3-nose
 Standards-Version: 3.9.3
 Homepage: http://www.freewisdom.org/projects/python-markdown/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-markdown/trunk/
@@ -18,7 +18,7 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
 Recommends: python-pygments
-Suggests: python-markdown-doc
+Suggests: python-utidylib, python-markdown-doc
 Description: text-to-HTML conversion library/tool (implemented in Python 2)
  Markdown is a text-to-HTML conversion tool for web writers. Markdown 
  allows you to write using an easy-to-read, easy-to-write plain text 




More information about the Python-modules-commits mailing list