[Python-modules-commits] r21770 - in packages/python-html2text/trunk/debian (3 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Wed May 16 05:12:35 UTC 2012


    Date: Wednesday, May 16, 2012 @ 05:12:30
  Author: stefanor
Revision: 21770

* Add missing Depends on python{3,}-pkg-resources (Closes: #672901). Thanks
  Jakub Wilk.
* Bumped Standards-Version to 3.9.3, no changes needed.
* Bumped machine readable copyright file to format 1.0.

Modified:
  packages/python-html2text/trunk/debian/changelog
  packages/python-html2text/trunk/debian/control
  packages/python-html2text/trunk/debian/copyright

Modified: packages/python-html2text/trunk/debian/changelog
===================================================================
--- packages/python-html2text/trunk/debian/changelog	2012-05-16 03:10:20 UTC (rev 21769)
+++ packages/python-html2text/trunk/debian/changelog	2012-05-16 05:12:30 UTC (rev 21770)
@@ -1,3 +1,12 @@
+python-html2text (3.200.3-2) unstable; urgency=low
+
+  * Add missing Depends on python{3,}-pkg-resources (Closes: #672901). Thanks
+    Jakub Wilk.
+  * Bumped Standards-Version to 3.9.3, no changes needed.
+  * Bumped machine readable copyright file to format 1.0.
+
+ -- Stefano Rivera <stefanor at debian.org>  Tue, 15 May 2012 22:07:47 -0700
+
 python-html2text (3.200.3-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/python-html2text/trunk/debian/control
===================================================================
--- packages/python-html2text/trunk/debian/control	2012-05-16 03:10:20 UTC (rev 21769)
+++ packages/python-html2text/trunk/debian/control	2012-05-16 05:12:30 UTC (rev 21770)
@@ -9,7 +9,7 @@
  python-setuptools,
  python3-all (>= 3.1.2-12~),
  python3-setuptools
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://www.aaronsw.com/2002/html2text/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-html2text/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-html2text/trunk/
@@ -18,7 +18,7 @@
 
 Package: python-html2text
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources
 Recommends: python-feedparser
 Conflicts: html2markdown (<< 3.0.1-2)
 Description: Python module for converting HTML to Markdown text
@@ -31,7 +31,7 @@
 
 Package: python3-html2text
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, python3-pkg-resources
 Conflicts: html2markdown (<< 3.0.1-2)
 Description: Python module for converting HTML to Markdown text (Python3 version)
  html2text is a Python module that converts a page of HTML into clean,

Modified: packages/python-html2text/trunk/debian/copyright
===================================================================
--- packages/python-html2text/trunk/debian/copyright	2012-05-16 03:10:20 UTC (rev 21769)
+++ packages/python-html2text/trunk/debian/copyright	2012-05-16 05:12:30 UTC (rev 21770)
@@ -1,4 +1,4 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: html2text
 Upstream-Contact: Aaron Swartz <me at aaronsw.com>
 Source: http://www.aaronsw.com/2002/html2text/




More information about the Python-modules-commits mailing list