[Python-modules-commits] r14693 - in packages/python-pyth/trunk/debian (changelog clean control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Wed Oct 20 20:16:06 UTC 2010


    Date: Wednesday, October 20, 2010 @ 20:15:52
  Author: piotr
Revision: 14693

* New upstream version
* add python-setuptools to build dependencies
* add python-beautifulsoup and python-reportlab to Recommends
* remove .egg-info directory in clean rule
* update short description 

Added:
  packages/python-pyth/trunk/debian/clean
Modified:
  packages/python-pyth/trunk/debian/changelog
  packages/python-pyth/trunk/debian/control

Modified: packages/python-pyth/trunk/debian/changelog
===================================================================
--- packages/python-pyth/trunk/debian/changelog	2010-10-20 19:53:08 UTC (rev 14692)
+++ packages/python-pyth/trunk/debian/changelog	2010-10-20 20:15:52 UTC (rev 14693)
@@ -1,4 +1,4 @@
-pyth (0.5.5-1) unstable; urgency=low
+pyth (0.5.6-1) unstable; urgency=low
 
   * Initial release (Closes: #590037)
 

Added: packages/python-pyth/trunk/debian/clean
===================================================================
--- packages/python-pyth/trunk/debian/clean	                        (rev 0)
+++ packages/python-pyth/trunk/debian/clean	2010-10-20 20:15:52 UTC (rev 14693)
@@ -0,0 +1 @@
+pyth.egg-info/*

Modified: packages/python-pyth/trunk/debian/control
===================================================================
--- packages/python-pyth/trunk/debian/control	2010-10-20 19:53:08 UTC (rev 14692)
+++ packages/python-pyth/trunk/debian/control	2010-10-20 20:15:52 UTC (rev 14693)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Daniele Tricoli <eriol at mornie.org>
-Build-Depends: debhelper (>= 7), python-support
+Build-Depends: debhelper (>= 7), python-support, python-setuptools
 Standards-Version: 3.9.1
 Homepage: http://github.com/brendonh/pyth
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pyth/trunk/
@@ -12,8 +12,9 @@
 Package: python-pyth
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-mako, python-trml2pdf
+Recommends: python-beautifulsoup, python-reportlab
 XB-Python-Version: ${python:Versions}
-Description: library to convert marked-up text between different formats
+Description: Python text markup and conversion
  Pyth is a library used to manipulate different formats of marked-up text.
  .
  The following list of document formats are currently available:
@@ -22,4 +23,4 @@
   * PDF (only output)
  .
  It also can generate documents from Python markup a la Nevow's stan and has
- limited experimental support for latex.
+ limited experimental support for LaTeX.




More information about the Python-modules-commits mailing list