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

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Wed May 24 09:03:25 UTC 2006


Author: shlomme
Date: Wed May 24 09:03:24 2006
New Revision: 684

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=684
Log:
* commit changes from 1.0-3

Modified:
    packages/elementtidy/trunk/debian/changelog
    packages/elementtidy/trunk/debian/control
    packages/elementtidy/trunk/debian/control.in

Modified: packages/elementtidy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/elementtidy/trunk/debian/changelog?rev=684&op=diff
==============================================================================
--- packages/elementtidy/trunk/debian/changelog (original)
+++ packages/elementtidy/trunk/debian/changelog Wed May 24 09:03:24 2006
@@ -1,3 +1,11 @@
+elementtidy (1.0-3) unstable; urgency=low
+
+  * Bump standards version to 3.7.2
+  * Depend on python-all-dev
+  * pythonx.y-elementtidy packages depend on python-elementtree only
+
+ -- Torsten Marek <shlomme at debian.org>  Wed, 24 May 2006 10:47:00 +0200
+
 elementtidy (1.0-2) unstable; urgency=low
 
   * Create patch for setup.py

Modified: packages/elementtidy/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/elementtidy/trunk/debian/control?rev=684&op=diff
==============================================================================
--- packages/elementtidy/trunk/debian/control (original)
+++ packages/elementtidy/trunk/debian/control Wed May 24 09:03:24 2006
@@ -3,8 +3,8 @@
 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), python2.3-dev, python2.4-dev, libtidy-dev, python
-Standards-Version: 3.6.2.1
+Build-Depends: cdbs (>= 0.4.23-1.1), patchutils (>= 0.2.25), debhelper (>= 5), python-all-dev, libtidy-dev, python
+Standards-Version: 3.7.2
 
 Package: python-elementtidy
 Architecture: all
@@ -23,7 +23,7 @@
 
 Package: python2.3-elementtidy
 Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, python2.3-elementtree
+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.
@@ -38,7 +38,7 @@
 
 Package: python2.4-elementtidy
 Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, python2.4-elementtree
+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.

Modified: packages/elementtidy/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/elementtidy/trunk/debian/control.in?rev=684&op=diff
==============================================================================
--- packages/elementtidy/trunk/debian/control.in (original)
+++ packages/elementtidy/trunk/debian/control.in Wed May 24 09:03:24 2006
@@ -3,8 +3,8 @@
 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@, python2.3-dev, python2.4-dev, libtidy-dev, python
-Standards-Version: 3.6.2.1
+Build-Depends: cdbs (>= 0.4.23-1.1), patchutils (>= 0.2.25), debhelper (>= 5), python-all-dev, libtidy-dev, python
+Standards-Version: 3.7.2
 
 Package: python-elementtidy
 Architecture: all
@@ -23,7 +23,7 @@
 
 Package: python2.3-elementtidy
 Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, python2.3-elementtree
+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.
@@ -38,7 +38,7 @@
 
 Package: python2.4-elementtidy
 Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, python2.4-elementtree
+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.




More information about the Python-modules-commits mailing list