[Python-modules-commits] r22296 - in packages/pyth/trunk/debian (changelog control)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Mon Jun 25 04:14:06 UTC 2012
Date: Monday, June 25, 2012 @ 04:14:04
Author: eriol-guest
Revision: 22296
Sorted Build-Depends and Depends
Modified:
packages/pyth/trunk/debian/changelog
packages/pyth/trunk/debian/control
Modified: packages/pyth/trunk/debian/changelog
===================================================================
--- packages/pyth/trunk/debian/changelog 2012-06-25 04:07:19 UTC (rev 22295)
+++ packages/pyth/trunk/debian/changelog 2012-06-25 04:14:04 UTC (rev 22296)
@@ -2,9 +2,10 @@
* debian/control
- Fixed Vcs-Svn URL
+ - Sorted Build-Depends and Depends
* debian/patches/01_fix-refactored-PDFWriter-write.patch
- Made DEP3 compliant
- * debian/02_fix-escaping-html-entities-behavior-change.path
+ * debian/02_fix-escaping-html-entities-behavior-change.patch
- Fixed escaping HTML entities within strings behavior change in
python-beautifulsoup 3.2.1. (Closes: #678754)
Modified: packages/pyth/trunk/debian/control
===================================================================
--- packages/pyth/trunk/debian/control 2012-06-25 04:07:19 UTC (rev 22295)
+++ packages/pyth/trunk/debian/control 2012-06-25 04:14:04 UTC (rev 22296)
@@ -3,9 +3,15 @@
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.0.50~), python-all (>=2.6.6-3),
- python-setuptools, python-beautifulsoup, python-reportlab, python-docutils,
- python-nose, poppler-utils
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ poppler-utils,
+ python-all (>=2.6.6-3),
+ python-beautifulsoup,
+ python-docutils,
+ python-nose,
+ python-reportlab,
+ python-setuptools
Standards-Version: 3.9.2
Homepage: http://github.com/brendonh/pyth
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyth/trunk/
@@ -13,8 +19,12 @@
Package: python-pyth
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-beautifulsoup,
- python-docutils, python-reportlab
+Depends:
+ ${python:Depends},
+ ${misc:Depends},
+ python-beautifulsoup,
+ python-docutils,
+ python-reportlab
Description: Python text markup and conversion
Pyth is a library used to manipulate different formats of marked-up text.
.
More information about the Python-modules-commits
mailing list