[Python-modules-commits] r16542 - in packages/beautifulsoup/trunk/debian (changelog control)
stefanor at users.alioth.debian.org
stefanor at users.alioth.debian.org
Sat Apr 16 07:50:19 UTC 2011
Date: Saturday, April 16, 2011 @ 07:50:10
Author: stefanor
Revision: 16542
* Rebuild for Python transition.
* Remove Breaks: ${python:Breaks}, no longer used by dh_python2.
* Bump standards version to 3.9.2, no changes needed.
Modified:
packages/beautifulsoup/trunk/debian/changelog
packages/beautifulsoup/trunk/debian/control
Modified: packages/beautifulsoup/trunk/debian/changelog
===================================================================
--- packages/beautifulsoup/trunk/debian/changelog 2011-04-16 07:49:50 UTC (rev 16541)
+++ packages/beautifulsoup/trunk/debian/changelog 2011-04-16 07:50:10 UTC (rev 16542)
@@ -1,3 +1,11 @@
+beautifulsoup (3.2.0-2) unstable; urgency=low
+
+ * Rebuild for Python transition.
+ * Remove Breaks: ${python:Breaks}, no longer used by dh_python2.
+ * Bump standards version to 3.9.2, no changes needed.
+
+ -- Stefano Rivera <stefanor at debian.org> Mon, 14 Feb 2011 15:21:40 +0200
+
beautifulsoup (3.2.0-1) unstable; urgency=low
* Adopting beautifulsoup for Debian Python Modules Team. (Closes: #612875)
Modified: packages/beautifulsoup/trunk/debian/control
===================================================================
--- packages/beautifulsoup/trunk/debian/control 2011-04-16 07:49:50 UTC (rev 16541)
+++ packages/beautifulsoup/trunk/debian/control 2011-04-16 07:50:10 UTC (rev 16542)
@@ -5,7 +5,7 @@
Uploaders: Stefano Rivera <stefanor at debian.org>
Build-Depends: debhelper (>= 8), python-all (>= 2.6.5-13~)
X-Python-Version: >= 2.2
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Homepage: http://www.crummy.com/software/BeautifulSoup
Vcs-Svn: svn://svn.debian.org/python-modules/packages/beautifulsoup/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/beautifulsoup/trunk/
@@ -14,7 +14,6 @@
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: python-chardet
-Breaks: ${python:Breaks}
Description: error-tolerant HTML parser for Python
The BeautifulSoup class turns arbitrarily bad HTML into a tree-like nested
tag-soup list of Tag objects and text snippets. A Tag object corresponds to
More information about the Python-modules-commits
mailing list