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

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Sat Feb 5 15:11:06 UTC 2011


    Date: Saturday, February 5, 2011 @ 15:11:01
  Author: stefanor
Revision: 15466

* Switch to dh_python2.
  - Use X-Python-Version.
    + BD on python-all >= 2.6.5-13.
    + Explicitly state supported versions (>= 2.3).
  - Use Breaks: ${python:Breaks}.
* Update my e-mail address.
* Update copyright format.
* Bump Standards-Version to 3.9.1, no changes needed.

Modified:
  packages/python-html2text/trunk/debian/changelog
  packages/python-html2text/trunk/debian/control
  packages/python-html2text/trunk/debian/copyright
  packages/python-html2text/trunk/debian/patches/setup.py.diff
  packages/python-html2text/trunk/debian/rules

Modified: packages/python-html2text/trunk/debian/changelog
===================================================================
--- packages/python-html2text/trunk/debian/changelog	2011-02-05 14:28:32 UTC (rev 15465)
+++ packages/python-html2text/trunk/debian/changelog	2011-02-05 15:11:01 UTC (rev 15466)
@@ -1,8 +1,16 @@
 python-html2text (2.3.7-2) UNRELEASED; urgency=low
 
   * Don't leak uid and umask into source tarball and set -e.
+  * Switch to dh_python2.
+    - Use X-Python-Version.
+      + BD on python-all >= 2.6.5-13.
+      + Explicitly state supported versions (>= 2.3).
+    - Use Breaks: ${python:Breaks}.
+  * Update my e-mail address.
+  * Update copyright format.
+  * Bump Standards-Version to 3.9.1, no changes needed.
 
- -- Stefano Rivera <stefano at rivera.za.net>  Fri, 12 Mar 2010 20:13:58 +0200
+ -- Stefano Rivera <stefanor at debian.org>  Sat, 05 Feb 2011 17:09:28 +0200
 
 python-html2text (2.3.7-1) unstable; urgency=low
 

Modified: packages/python-html2text/trunk/debian/control
===================================================================
--- packages/python-html2text/trunk/debian/control	2011-02-05 14:28:32 UTC (rev 15465)
+++ packages/python-html2text/trunk/debian/control	2011-02-05 15:11:01 UTC (rev 15466)
@@ -2,17 +2,18 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Stefano Rivera <stefano at rivera.za.net>
-Build-Depends: debhelper (>= 7), python-support (>= 0.8)
-Standards-Version: 3.8.4
+Uploaders: Stefano Rivera <stefanor at debian.org>
+Build-Depends: debhelper (>= 7), python-all (>= 2.6.5-13~)
+Standards-Version: 3.9.1
 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/
-XS-Python-Version: all
+X-Python-Version: >= 2.3
 
 Package: python-html2text
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
+Breaks: ${python:Breaks}
 Description: Python module for converting HTML to Markdown text
  html2text is a Python module that converts a page of HTML into clean,
  easy-to-read plain ASCII text. Better yet, that ASCII also happens to be

Modified: packages/python-html2text/trunk/debian/copyright
===================================================================
--- packages/python-html2text/trunk/debian/copyright	2011-02-05 14:28:32 UTC (rev 15465)
+++ packages/python-html2text/trunk/debian/copyright	2011-02-05 15:11:01 UTC (rev 15466)
@@ -1,6 +1,6 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135
-Name: html2text
-Maintainer: Aaron Swartz <me at aaronsw.com>
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=166
+Upstream-Name: html2text
+Upstream-Contact: Aaron Swartz <me at aaronsw.com>
 Source: http://www.aaronsw.com/2002/html2text/
 
 Files: *
@@ -12,7 +12,7 @@
  version 3 can be found in the /usr/share/common-licenses/GPL-3 file.
 
 Files: debian/*
-Copyright: 2010, Stefano Rivera <stefano at rivera.za.net>
+Copyright: 2010-2011, Stefano Rivera <stefanor at debian.org>
 License: GPL-2+
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by

Modified: packages/python-html2text/trunk/debian/patches/setup.py.diff
===================================================================
--- packages/python-html2text/trunk/debian/patches/setup.py.diff	2011-02-05 14:28:32 UTC (rev 15465)
+++ packages/python-html2text/trunk/debian/patches/setup.py.diff	2011-02-05 15:11:01 UTC (rev 15466)
@@ -1,8 +1,8 @@
 Description: No setup.py in upstream.
  This is a very simple one, only really suitable for the deb.
-Author: Stefano Rivera <stefano at rivera.za.net>
+Author: Stefano Rivera <stefanor at debian.org>
 Forwarded: no
-Last-Update: 2010-01-29
+Last-Update: 2011-02-05
 
 --- /dev/null
 +++ b/setup.py

Modified: packages/python-html2text/trunk/debian/rules
===================================================================
--- packages/python-html2text/trunk/debian/rules	2011-02-05 14:28:32 UTC (rev 15465)
+++ packages/python-html2text/trunk/debian/rules	2011-02-05 15:11:01 UTC (rev 15466)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2
 
 # Mangling version is necessary, as upstream pretends that 2.2 < 2.29 < 2.291 < 2.3
 # We put a dot between every digit of the minor number.




More information about the Python-modules-commits mailing list