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

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Wed Jun 18 16:46:48 UTC 2014


    Date: Wednesday, June 18, 2014 @ 16:46:47
  Author: mitya57-guest
Revision: 29384

Run wrap-and-sort

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	2014-06-18 16:15:46 UTC (rev 29383)
+++ packages/python-markdown/trunk/debian/changelog	2014-06-18 16:46:47 UTC (rev 29384)
@@ -5,8 +5,8 @@
 
   [ Dmitry Shachnev ]
   * Simplify debian/rules.
-  * Backport doctests fixes from upstream.
   * Update smarty_fixes.patch with one more fix from upstream.
+  * Run wrap-and-sort.
 
  -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 18 Jun 2014 20:15:24 +0400
 

Modified: packages/python-markdown/trunk/debian/control
===================================================================
--- packages/python-markdown/trunk/debian/control	2014-06-18 16:15:46 UTC (rev 29383)
+++ packages/python-markdown/trunk/debian/control	2014-06-18 16:46:47 UTC (rev 29384)
@@ -3,8 +3,13 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Fredrik Steen <stone at debian.org>, Dmitry Shachnev <mitya57 at gmail.com>
-Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-7~),
- python-nose, python-tidylib, python3-nose, dh-python
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all (>= 2.6.6-3~),
+               python-nose,
+               python-tidylib,
+               python3-all (>= 3.1.2-7~),
+               python3-nose,
 Standards-Version: 3.9.5
 Homepage: https://github.com/waylan/Python-Markdown
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-markdown/trunk/
@@ -19,13 +24,13 @@
 Recommends: python-pygments
 Suggests: 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 
+ 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
  format, then convert it to structurally valid XHTML (or HTML).
  .
  This is a Python implementation of John Gruber's Markdown. The current
- version of python-markdown implements all Markdown syntax features and 
- fully passes Markdown Test Suite 1.0. It also supports footnotes and 
+ version of python-markdown implements all Markdown syntax features and
+ fully passes Markdown Test Suite 1.0. It also supports footnotes and
  attributes.
  .
  This package contains all the files needed to use Markdown with Python
@@ -37,13 +42,13 @@
 Recommends: python3-pygments
 Suggests: python-markdown-doc
 Description: text-to-HTML conversion library/tool (implemented in Python 3)
- 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 
+ 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
  format, then convert it to structurally valid XHTML (or HTML).
  .
  This is a Python implementation of John Gruber's Markdown. The current
- version of python-markdown implements all Markdown syntax features and 
- fully passes Markdown Test Suite 1.0. It also supports footnotes and 
+ version of python-markdown implements all Markdown syntax features and
+ fully passes Markdown Test Suite 1.0. It also supports footnotes and
  attributes.
  .
  This package contains all the files needed to use Markdown with Python
@@ -54,13 +59,13 @@
 Depends: ${misc:Depends}
 Section: doc
 Description: text-to-HTML conversion library/tool (documentation)
- 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 
+ 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
  format, then convert it to structurally valid XHTML (or HTML).
  .
  This is a Python implementation of John Gruber's Markdown. The current
- version of python-markdown implements all Markdown syntax features and 
- fully passes Markdown Test Suite 1.0. It also supports footnotes and 
+ version of python-markdown implements all Markdown syntax features and
+ fully passes Markdown Test Suite 1.0. It also supports footnotes and
  attributes.
  .
  This package contains HTML documentation files for python-markdown.




More information about the Python-modules-commits mailing list