[Python-modules-commits] r990 - in /packages/elementtidy/trunk/debian: changelog control pycompat rules

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Fri Jun 23 17:49:13 UTC 2006


Author: hertzog
Date: Fri Jun 23 17:49:13 2006
New Revision: 990

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=990
Log:
Update for the new python policy.

Added:
    packages/elementtidy/trunk/debian/pycompat
Modified:
    packages/elementtidy/trunk/debian/changelog
    packages/elementtidy/trunk/debian/control
    packages/elementtidy/trunk/debian/rules

Modified: packages/elementtidy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/elementtidy/trunk/debian/changelog?rev=990&op=diff
==============================================================================
--- packages/elementtidy/trunk/debian/changelog (original)
+++ packages/elementtidy/trunk/debian/changelog Fri Jun 23 17:49:13 2006
@@ -1,3 +1,9 @@
+elementtidy (1.0-4) UNRELEASED; urgency=low
+
+  * Updated for the new Python policy. Closes: #373419
+
+ -- Raphael Hertzog <hertzog at debian.org>  Fri, 23 Jun 2006 19:14:44 +0200
+
 elementtidy (1.0-3) unstable; urgency=low
 
   * Bump standards version to 3.7.2

Modified: packages/elementtidy/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/elementtidy/trunk/debian/control?rev=990&op=diff
==============================================================================
--- packages/elementtidy/trunk/debian/control (original)
+++ packages/elementtidy/trunk/debian/control Fri Jun 23 17:49:13 2006
@@ -1,14 +1,18 @@
 Source: elementtidy
-Section: python 
+Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> 
-Uploaders: Torsten Marek <shlomme at debian.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), patchutils (>= 0.2.25), debhelper (>= 5), python-all-dev, libtidy-dev, python
+Uploaders: Torsten Marek <shlomme at debian.org>, Raphael Hertzog <hertzog at debian.org>
+Build-Depends: cdbs (>= 0.4.43), patchutils (>= 0.2.25), debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), libtidy-dev
 Standards-Version: 3.7.2
 
 Package: python-elementtidy
-Architecture: all
-Depends: ${python:Depends}
+Architecture: any
+Depends: ${shlibs:Depends}, ${python:Depends}, python-elementtree
+Conflicts: python2.3-elementtidy (<< 1.0-4), python2.4-elementtidy (<< 1.0-4)
+Replaces: python2.3-elementtidy (<< 1.0-4), python2.4-elementtidy (<< 1.0-4)
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
 Description: An HTML tree builder for ElementTree based on Tidy
  The ElementTidy parser can read (almost) arbitrary
  HTML files, and turn them into well-formed element trees.
@@ -16,36 +20,4 @@
  HTML Tidy utility to fix any problems with the HTML before
  converting it to XHTML (the XML version of HTML).
  .
- This package is an empty package that always depends on
- the package built for Debian's default Python version.
- .
   Homepage: http://effbot.org/zone/element-tidylib.htm
-
-Package: python2.3-elementtidy
-Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, python-elementtree
-Description: An HTML tree builder for ElementTree based on Tidy
- The ElementTidy parser can read (almost) arbitrary
- HTML files, and turn them into well-formed element trees.
- This parser uses a library version of Dave Raggett's
- HTML Tidy utility to fix any problems with the HTML before
- converting it to XHTML (the XML version of HTML).
- .
- This package is built for Python 2.3.
- .
-  Homepage: http://effbot.org/zone/element-tidylib.htm
-
-
-Package: python2.4-elementtidy
-Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, python-elementtree
-Description: An HTML tree builder for ElementTree based on Tidy
- The ElementTidy parser can read (almost) arbitrary
- HTML files, and turn them into well-formed element trees.
- This parser uses a library version of Dave Raggett's
- HTML Tidy utility to fix any problems with the HTML before
- converting it to XHTML (the XML version of HTML).
- .
- This package is built for Python 2.4.
- .
-  Homepage: http://effbot.org/zone/element-tidylib.htm

Added: packages/elementtidy/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/elementtidy/trunk/debian/pycompat?rev=990&op=file
==============================================================================
--- packages/elementtidy/trunk/debian/pycompat (added)
+++ packages/elementtidy/trunk/debian/pycompat Fri Jun 23 17:49:13 2006
@@ -1,0 +1,1 @@
+2

Modified: packages/elementtidy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/elementtidy/trunk/debian/rules?rev=990&op=diff
==============================================================================
--- packages/elementtidy/trunk/debian/rules (original)
+++ packages/elementtidy/trunk/debian/rules Fri Jun 23 17:49:13 2006
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
 
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/debhelper.mk




More information about the Python-modules-commits mailing list