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

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Thu Jul 6 21:03:15 UTC 2006


Author: shlomme
Date: Thu Jul  6 21:03:13 2006
New Revision: 1121

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1121
Log:
* use python-support, update control.in


Modified:
    packages/elementtidy/trunk/debian/changelog
    packages/elementtidy/trunk/debian/control
    packages/elementtidy/trunk/debian/control.in
    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=1121&op=diff
==============================================================================
--- packages/elementtidy/trunk/debian/changelog (original)
+++ packages/elementtidy/trunk/debian/changelog Thu Jul  6 21:03:13 2006
@@ -1,8 +1,8 @@
-elementtidy (1.0-4) UNRELEASED; urgency=low
+elementtidy (1.0-4) unstable; urgency=low
 
   * Updated for the new Python policy. Closes: #373419
 
- -- Raphael Hertzog <hertzog at debian.org>  Fri, 23 Jun 2006 19:14:44 +0200
+ -- Torsten Marek <shlomme at debian.org>  Thu,  6 Jul 2006 22:38:29 +0200
 
 elementtidy (1.0-3) unstable; urgency=low
 

Modified: packages/elementtidy/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/elementtidy/trunk/debian/control?rev=1121&op=diff
==============================================================================
--- packages/elementtidy/trunk/debian/control (original)
+++ packages/elementtidy/trunk/debian/control Thu Jul  6 21:03:13 2006
@@ -1,10 +1,11 @@
 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>, 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
+Uploaders: Torsten Marek <shlomme at debian.org>
+Build-Depends: cdbs (>= 0.4.23-1.1), patchutils (>= 0.2.25), debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.0), libtidy-dev
 Standards-Version: 3.7.2
+XS-Python-Version: all
 
 Package: python-elementtidy
 Architecture: any

Modified: packages/elementtidy/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/elementtidy/trunk/debian/control.in?rev=1121&op=diff
==============================================================================
--- packages/elementtidy/trunk/debian/control.in (original)
+++ packages/elementtidy/trunk/debian/control.in Thu Jul  6 21:03:13 2006
@@ -3,12 +3,17 @@
 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
+Build-Depends: @cdbs@, libtidy-dev
 Standards-Version: 3.7.2
+XS-Python-Version: all
 
 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 +21,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

Modified: packages/elementtidy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/elementtidy/trunk/debian/rules?rev=1121&op=diff
==============================================================================
--- packages/elementtidy/trunk/debian/rules (original)
+++ packages/elementtidy/trunk/debian/rules Thu Jul  6 21:03:13 2006
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pysupport
+DEB_PYTHON_SYSTEM=pycentral
 
 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