Hi,

Attached is the diff for my utidylib 0.2-3.1 NMU.

-- 
·O·  Pierre Habouzit
··O                                                [EMAIL PROTECTED]
OOO                                                http://www.madism.org
diff -u utidylib-0.2/debian/compat utidylib-0.2/debian/compat
--- utidylib-0.2/debian/compat
+++ utidylib-0.2/debian/compat
@@ -1 +1 @@
-4
+5
diff -u utidylib-0.2/debian/rules utidylib-0.2/debian/rules
--- utidylib-0.2/debian/rules
+++ utidylib-0.2/debian/rules
@@ -7,7 +7,8 @@
 # CDBS File Inclusions and Variable Declarations
 
################################################################################
 
-DEB_PYTHON_VERSIONS = 2.3 2.4
+DEB_PYTHON_SYSTEM = pysupport
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
diff -u utidylib-0.2/debian/control utidylib-0.2/debian/control
--- utidylib-0.2/debian/control
+++ utidylib-0.2/debian/control
@@ -5,30 +5,14 @@
-Build-Depends-Indep: debhelper (>= 4.1.38), cdbs, python-dev, python2.3-dev, 
python2.4-dev, dpatch
-Standards-Version: 3.6.2.1
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 
2.3.5-11), dpatch
+Build-Depends-Indep: python-support (>= 0.3)
+Standards-Version: 3.7.2
 
 Package: python-utidylib
 Architecture: all
-Depends: python (>= 2.3), python2.3-utidylib
+Depends: ${python:Depends}, python-ctypes, libtidy-0.99-0 (>= 20051018)
+Provides: ${python:Provides}
+Replaces: python2.3-utidylib (<< 0.2-3.1), python2.4-utidylib (<< 0.2-3.1)
+Conflicts: python2.3-utidylib (<< 0.2-3.1), python2.4-utidylib (<< 0.2-3.1)
+XB-Python-Version: ${python:Versions}
 Description: Python wrapper for TidyLib
  uTidylib is a Python wrapper for TidyLib, a library from the HTML Tidy
  project.  This allows you to "tidy" HTML files through a Pythonic interface.
- .
- This package is responsible for tracking the default Python installation 
- by depending upon the version specific pythonX.Y-utidylib.
-
-Package: python2.4-utidylib
-Architecture: all
-Depends: python2.4, python2.4-ctypes, libtidy-0.99-0 (>= 20051018)
-Description: Python wrapper for TidyLib
- uTidylib is a Python wrapper for TidyLib, a library from the HTML Tidy
- project. This allows you to "tidy" HTML files through a Pythonic interface.
- .
- This version should be used with python2.4
-
-Package: python2.3-utidylib
-Architecture: all
-Depends: python2.3, python2.3-ctypes, libtidy-0.99-0 (>= 20051018)
-Description: Python wrapper for TidyLib
- uTidylib is a Python wrapper for TidyLib, a library from the HTML Tidy
- project. This allows you to "tidy" HTML files through a Pythonic interface.
- .
- This version should be used with python2.3
diff -u utidylib-0.2/debian/changelog utidylib-0.2/debian/changelog
--- utidylib-0.2/debian/changelog
+++ utidylib-0.2/debian/changelog
@@ -1,3 +1,10 @@
+utidylib (0.2-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update to new Python Policy (Closes: #373404).
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Thu, 29 Jun 2006 14:48:22 +0200
+
 utidylib (0.2-3) unstable; urgency=low
 
   * debian/control: changed dependency on libtidy from
only in patch2:
unchanged:
--- utidylib-0.2.orig/debian/pycompat
+++ utidylib-0.2/debian/pycompat
@@ -0,0 +1 @@
+2

Attachment: signature.asc
Description: Digital signature

Reply via email to