Hi,

Attached is the diff for my python-weblib 1.3.3-2.1 NMU.

-- 
·O·  Pierre Habouzit
··O                                                [EMAIL PROTECTED]
OOO                                                http://www.madism.org
diff -u python-weblib-1.3.3/debian/changelog 
python-weblib-1.3.3/debian/changelog
--- python-weblib-1.3.3/debian/changelog
+++ python-weblib-1.3.3/debian/changelog
@@ -1,3 +1,11 @@
+python-weblib (1.3.3-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update python-weblib to the new python policy (Closes: #373366):
+    + drop custom python-distutils in favor of the cdbs ones.
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Thu, 29 Jun 2006 13:43:38 +0200
+
 python-weblib (1.3.3-2) unstable; urgency=low
 
   * Acknowledge NMU (closes: bug#351153, #325166).
diff -u python-weblib-1.3.3/debian/control python-weblib-1.3.3/debian/control
--- python-weblib-1.3.3/debian/control
+++ python-weblib-1.3.3/debian/control
@@ -2,9 +2,8 @@
 Section: python
 Priority: optional
 Maintainer: Jonas Smedegaard <[EMAIL PROTECTED]>
-Standards-Version: 3.6.2
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), python2.3-dev, 
python2.4-dev, python, debhelper (>= 4.2.28), dh-buildinfo
-Build-Depends-Indep: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), 
python2.3-dev, python2.4-dev, python, debhelper (>= 4.2.28), dh-buildinfo
+Standards-Version: 3.7.2
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), debhelper (>= 
5.0.37.2), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-support (>= 
0.3.2), dh-buildinfo, python-all-dev (>= 2.3.5-11)
 
 Package: python-weblib-doc
 Architecture: all
@@ -25,8 +24,12 @@
 
 Package: python-weblib
 Architecture: all
-Depends: python2.3-weblib
+Depends: ${python:Depends}
+Provides: ${python:Replaces}
+Conflicts: python2.3-weblib (<< 1.3.3-2.1), python2.4-weblib (<< 1.3.3-2.1)
+Replaces: python2.3-weblib (<< 1.3.3-2.1), python2.4-weblib (<< 1.3.3-2.1)
 Suggests: python-weblib-doc
+XB-Python-Version: ${python:Versions}
 Description: Yet another web programming framework for Python - library
  The module package pyweblib consists of several submodules:
  .
@@ -43,34 +45,0 @@
-
-Package: python2.3-weblib
-Architecture: all
-Depends: ${python:Depends}
-Suggests: python-weblib-doc
-Description: Yet another web programming framework for Python - library
- The module package pyweblib consists of several submodules:
- .
-   * pyweblib.forms        class library for handling <FORM> input
-   * pyweblib.session      server-side web session handling
-   * pyweblib.helper       misc. stuff useful in CGI-BINs
-   * pyweblib.sslenv       retrieves SSL-related env vars
-   * pyweblib.httphelper   very basic HTTP functions
- .
- This package contains the libraries for Python 2.3.
- .
-  Homepage: http://www.stroeder.com/pylib/PyWebLib/
-
-Package: python2.4-weblib
-Architecture: all
-Depends: ${python:Depends}
-Suggests: python-weblib-doc
-Description: Yet another web programming framework for Python - library
- The module package pyweblib consists of several submodules:
- .
-   * pyweblib.forms        class library for handling <FORM> input
-   * pyweblib.session      server-side web session handling
-   * pyweblib.helper       misc. stuff useful in CGI-BINs
-   * pyweblib.sslenv       retrieves SSL-related env vars
-   * pyweblib.httphelper   very basic HTTP functions
- .
- This package contains the libraries for Python 2.4.
- .
-  Homepage: http://www.stroeder.com/pylib/PyWebLib/
reverted:
--- python-weblib-1.3.3/debian/cdbs/1/class/python-distutils-vars.mk
+++ python-weblib-1.3.3.orig/debian/cdbs/1/class/python-distutils-vars.mk
@@ -1,51 +0,0 @@
-# -*- mode: makefile; coding: utf-8 -*-
-# Copyright © 2003 Colin Walters <[EMAIL PROTECTED]>
-# Copyright © 2004-2006 Jonas Smedegaard <dr$jones.dk>
-# Description: Defines useful variables for Python libraries and programs
-#
-# 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 the Free Software Foundation; either version 2, or (at
-# your option) any later version.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA.
-
-
-ifndef _cdbs_bootstrap
-_cdbs_scripts_path ?= /usr/lib/cdbs
-_cdbs_rules_path ?= /usr/share/cdbs/1/rules
-_cdbs_class_path ?= /usr/share/cdbs/1/class
-endif
-
-ifndef _cdbs_class_python_distutils_vars
-_cdbs_class_python_distutils_vars := 1
-
-# These should reflect the system
-DEB_PYTHON_DEFAULT_VERSION := $(shell /usr/bin/python -V 2>&1 | sed 
's/^[^0-9]*\([0-9]\+.[0-9]\+\)[^0-9].*/\1/')
-DEB_PYTHON_NEXT_VERSION := $(shell expr '$(DEB_PYTHON_DEFAULT_VERSION)' : 
'[^0-9]*\([0-9]\+\).').$(shell expr '(' '$(DEB_PYTHON_DEFAULT_VERSION)' : 
'[^0-9]*[0-9]\+.\([0-9]\+\)' ')' + 1)
-
-# Common build options
-DEB_PYTHON_SETUP_CMD = setup.py
-DEB_PYTHON_CLEAN_ARGS = -a
-DEB_PYTHON_BUILD_ARGS = --build-base="$(CURDIR)/$(DEB_BUILDDIR)/build"
-DEB_PYTHON_INSTALL_ARGS_ALL = --no-compile -O0
-DEB_PYTHON_DESTDIR = $(CURDIR)/debian/$(cdbs_curpkg)
-
-# Properly named Python libraries are preferred
-DEB_PYTHON_VERSIONS = 2.1 2.2 2.3 2.4 2.5
-DEB_PYTHON_REAL_LIB_PACKAGES := $(strip $(filter $(patsubst 
%,python%%,$(DEB_PYTHON_VERSIONS)),$(filter-out %-doc,$(DEB_ALL_PACKAGES))))
-
-# Alternatively package simpler packages using default Python
-DEB_PYTHON_SIMPLE_PACKAGES := $(strip $(filter python-%,$(filter-out 
%-doc,$(DEB_ALL_PACKAGES))))
-# Force using a non-default Python for simpler packages
-DEB_PYTHON_COMPILE_VERSION = 
-
-endif
reverted:
--- python-weblib-1.3.3/debian/cdbs/1/class/python-distutils.mk
+++ python-weblib-1.3.3.orig/debian/cdbs/1/class/python-distutils.mk
@@ -1,99 +0,0 @@
-# -*- mode: makefile; coding: utf-8 -*-
-# Copyright © 2003 Colin Walters <[EMAIL PROTECTED]>
-# Copyright © 2004-2006 Jonas Smedegaard <[EMAIL PROTECTED]>
-# Description: configure, compile, binary, and clean Python libraries and 
programs
-#  This class works for Python packages which use the Python
-#  "distutils".  Note that optionally it can also use the
-#  dh_python program which does some nice stuff.  See
-#  the manual page for that program for more information.
-#
-# 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 the Free Software Foundation; either version 2, or (at
-# your option) any later version.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA.
-
-
-ifndef _cdbs_bootstrap
-_cdbs_scripts_path ?= /usr/lib/cdbs
-_cdbs_rules_path ?= /usr/share/cdbs/1/rules
-_cdbs_class_path ?= /usr/share/cdbs/1/class
-endif
-
-ifndef _cdbs_class_python_distutils
-_cdbs_class_python_distutils := 1
-
-include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
-## FIXME: Correct path when included officially!!!
-#include $(_cdbs_class_path)/python-distutils-vars.mk$(_cdbs_makefile_suffix)
-include debian/cdbs/1/class/python-distutils-vars.mk$(_cdbs_makefile_suffix)
-
-# make: *** No rule to make target `voodoo'.  Stop.
-# If no versioned python library packages found, grab all simpler ones
-ifeq (,$(DEB_PYTHON_REAL_LIB_PACKAGES))
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), python-dev (>= 
$(DEB_PYTHON_DEFAULT_VERSION)), python-dev (<< $(DEB_PYTHON_NEXT_VERSION))
-else
-DEB_PYTHON_REAL_VERSIONS := $(filter-out -%,$(subst -, -,$(patsubst 
python%,%,$(DEB_PYTHON_REAL_LIB_PACKAGES))))
-comma := ,
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), $(patsubst 
%,python%-dev$(comma),$(DEB_PYTHON_REAL_VERSIONS)) python
-endif
-
-cdbs_python_ver = $(filter-out -%,$(subst -, -,$(patsubst 
python%,%,$(cdbs_curpkg))))
-
-common-build-arch common-build-indep:: common-build-impl
-common-build-impl::
-       cd $(DEB_SRCDIR) && /usr/bin/python$(DEB_PYTHON_COMPILE_VERSION) 
$(DEB_PYTHON_SETUP_CMD) build $(DEB_PYTHON_BUILD_ARGS)
-
-
-# Use specific Python binary if needed
-ifeq (,$(DEB_PYTHON_REAL_LIB_PACKAGES))
-$(patsubst %,install/%,$(DEB_PYTHON_SIMPLE_PACKAGES)) :: install/% :
-       cd $(DEB_SRCDIR) && /usr/bin/python$(DEB_PYTHON_COMPILE_VERSION) 
$(DEB_PYTHON_SETUP_CMD) install --root="$(DEB_PYTHON_DESTDIR)" 
$(DEB_PYTHON_INSTALL_ARGS_ALL) $(DEB_PYTHON_INSTALL_ARGS_$(cdbs_curpkg))
-else
-$(patsubst %,install/%,$(DEB_PYTHON_REAL_LIB_PACKAGES)) :: install/% :
-       cd $(DEB_SRCDIR) && /usr/bin/python$(cdbs_python_ver) 
$(DEB_PYTHON_SETUP_CMD) install --root="$(DEB_PYTHON_DESTDIR)" 
$(DEB_PYTHON_INSTALL_ARGS_ALL) $(DEB_PYTHON_INSTALL_ARGS_$(cdbs_curpkg))
-endif
-
-# This class can optionally utilize debhelper's "dh_python" command.  Just
-# be sure you include debhelper.mk before including this file.
-ifdef _cdbs_rules_debhelper
-ifneq (,$(strip $(filter 2.4,$(DEB_PYTHON_REAL_VERSIONS))))
-# Python 2.4 support
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 4.2.28)
-else
-# Python 2.3 support
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 4.1.60)
-endif
-
-$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
-       dh_python -p$(cdbs_curpkg)
-endif
-
-
-# Ignore errors from this rule.  In a tarball build, the file may not
-# exist.
-ifeq (,$(DEB_PYTHON_REAL_LIB_PACKAGES))
-clean::
-       -/usr/bin/python$(DEB_PYTHON_COMPILE_VERSION) $(DEB_PYTHON_SETUP_CMD) 
clean $(DEB_PYTHON_CLEAN_ARGS)
-else
-clean:: $(patsubst %,python-cleanbuilddir/%,$(DEB_PYTHON_REAL_LIB_PACKAGES))
-
-$(patsubst %,python-cleanbuilddir/%,$(DEB_PYTHON_REAL_LIB_PACKAGES)) :: 
python-cleanbuilddir/% : 
-       -/usr/bin/python$(cdbs_python_ver) $(DEB_PYTHON_SETUP_CMD) clean 
$(DEB_PYTHON_CLEAN_ARGS)
-endif
-
-# Calling setup.py clean may create .pyc files, so we need a final cleanup
-# pass here.
-clean::
-       find . -name '*.pyc' -exec rm '{}' ';'
-
-endif
reverted:
--- python-weblib-1.3.3/debian/cdbs/1/class/python-distutils.mk.diff
+++ python-weblib-1.3.3.orig/debian/cdbs/1/class/python-distutils.mk.diff
@@ -1,94 +0,0 @@
---- /usr/share/cdbs/1/class/python-distutils.mk        2006-04-21 
17:52:15.000000000 +0200
-+++ python-distutils.mk        2006-04-22 21:43:51.000000000 +0200
-@@ -1,5 +1,6 @@
- # -*- mode: makefile; coding: utf-8 -*-
- # Copyright © 2003 Colin Walters <[EMAIL PROTECTED]>
-+# Copyright © 2004-2006 Jonas Smedegaard <[EMAIL PROTECTED]>
- # Description: configure, compile, binary, and clean Python libraries and 
programs
- #  This class works for Python packages which use the Python
- #  "distutils".  Note that optionally it can also use the
-@@ -32,48 +33,47 @@
- _cdbs_class_python_distutils := 1
- 
- include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
--include $(_cdbs_class_path)/langcore.mk$(_cdbs_makefile_suffix)
--
--DEB_PYTHON_COMPILE_VERSION = 
--
--DEB_PYTHON_VERSIONS = 2.1 2.2 2.3 2.4 2.5
--
--DEB_PYTHON_SETUP_CMD = setup.py
--DEB_PYTHON_CLEAN_ARGS = -a
--DEB_PYTHON_BUILD_ARGS = --build-base="$(CURDIR)/$(DEB_BUILDDIR)/build"
--DEB_PYTHON_INSTALL_ARGS_ALL = --no-compile -O0
-+## FIXME: Correct path when included officially!!!
-+#include $(_cdbs_class_path)/python-distutils-vars.mk$(_cdbs_makefile_suffix)
-+include debian/cdbs/1/class/python-distutils-vars.mk$(_cdbs_makefile_suffix)
- 
- # make: *** No rule to make target `voodoo'.  Stop.
--DEB_PYTHON_REAL_LIB_PACKAGES := $(strip $(filter $(patsubst 
%,python%%,$(DEB_PYTHON_VERSIONS)),$(DEB_ALL_PACKAGES)))
- # If no versioned python library packages found, grab all simpler ones
- ifeq (,$(DEB_PYTHON_REAL_LIB_PACKAGES))
--DEB_PYTHON_SIMPLE_PACKAGES := $(strip $(filter python-%,$(DEB_ALL_PACKAGES)))
-+CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), python-dev (>= 
$(DEB_PYTHON_DEFAULT_VERSION)), python-dev (<< $(DEB_PYTHON_NEXT_VERSION))
-+else
-+DEB_PYTHON_REAL_VERSIONS := $(filter-out -%,$(subst -, -,$(patsubst 
python%,%,$(DEB_PYTHON_REAL_LIB_PACKAGES))))
-+comma := ,
-+CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), $(patsubst 
%,python%-dev$(comma),$(DEB_PYTHON_REAL_VERSIONS)) python
- endif
- 
- cdbs_python_ver = $(filter-out -%,$(subst -, -,$(patsubst 
python%,%,$(cdbs_curpkg))))
- 
- common-build-arch common-build-indep:: common-build-impl
- common-build-impl::
--      cd $(DEB_SRCDIR) && python$(DEB_PYTHON_COMPILE_VERSION) 
$(DEB_PYTHON_SETUP_CMD) build $(DEB_PYTHON_BUILD_ARGS)
-+      cd $(DEB_SRCDIR) && /usr/bin/python$(DEB_PYTHON_COMPILE_VERSION) 
$(DEB_PYTHON_SETUP_CMD) build $(DEB_PYTHON_BUILD_ARGS)
- 
- 
--# See if this package doesn't appear to need to be compiled by multiple
--# Python versions.
-+# Use specific Python binary if needed
- ifeq (,$(DEB_PYTHON_REAL_LIB_PACKAGES))
--common-install-arch common-install-indep:: common-install-impl
--common-install-impl::
--      cd $(DEB_SRCDIR) && /usr/bin/python$(DEB_PYTHON_COMPILE_VERSION) 
$(DEB_PYTHON_SETUP_CMD) install --root=$(DEB_DESTDIR) 
$(DEB_PYTHON_INSTALL_ARGS_ALL) $(DEB_PYTHON_INSTALL_ARGS_$(cdbs_curpkg))
-+$(patsubst %,install/%,$(DEB_PYTHON_SIMPLE_PACKAGES)) :: install/% :
-+      cd $(DEB_SRCDIR) && /usr/bin/python$(DEB_PYTHON_COMPILE_VERSION) 
$(DEB_PYTHON_SETUP_CMD) install --root="$(DEB_PYTHON_DESTDIR)" 
$(DEB_PYTHON_INSTALL_ARGS_ALL) $(DEB_PYTHON_INSTALL_ARGS_$(cdbs_curpkg))
- else
- $(patsubst %,install/%,$(DEB_PYTHON_REAL_LIB_PACKAGES)) :: install/% :
--      cd $(DEB_SRCDIR) && /usr/bin/python$(cdbs_python_ver) 
$(DEB_PYTHON_SETUP_CMD) install --root=$(CURDIR)/debian/$(cdbs_curpkg) 
$(DEB_PYTHON_INSTALL_ARGS_ALL) $(DEB_PYTHON_INSTALL_ARGS_$(cdbs_curpkg))
-+      cd $(DEB_SRCDIR) && /usr/bin/python$(cdbs_python_ver) 
$(DEB_PYTHON_SETUP_CMD) install --root="$(DEB_PYTHON_DESTDIR)" 
$(DEB_PYTHON_INSTALL_ARGS_ALL) $(DEB_PYTHON_INSTALL_ARGS_$(cdbs_curpkg))
- endif
- 
--$(patsubst %,install/%,$(DEB_PYTHON_SIMPLE_PACKAGES)) :: install/% :
--      cd $(DEB_SRCDIR) && python $(DEB_PYTHON_SETUP_CMD) install 
--root=$(CURDIR)/debian/$(cdbs_curpkg) $(DEB_PYTHON_INSTALL_ARGS_ALL) 
$(DEB_PYTHON_INSTALL_ARGS_$(cdbs_curpkg))
--
- # This class can optionally utilize debhelper's "dh_python" command.  Just
- # be sure you include debhelper.mk before including this file.
- ifdef _cdbs_rules_debhelper
-+ifneq (,$(strip $(filter 2.4,$(DEB_PYTHON_REAL_VERSIONS))))
-+# Python 2.4 support
-+CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 4.2.28)
-+else
-+# Python 2.3 support
-+CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 4.1.60)
-+endif
-+
- $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
-       dh_python -p$(cdbs_curpkg)
- endif
-@@ -83,12 +83,12 @@
- # exist.
- ifeq (,$(DEB_PYTHON_REAL_LIB_PACKAGES))
- clean::
--      -python$(DEB_PYTHON_COMPILE_VERSION) $(DEB_PYTHON_SETUP_CMD) clean 
$(DEB_PYTHON_CLEAN_ARGS)
-+      -/usr/bin/python$(DEB_PYTHON_COMPILE_VERSION) $(DEB_PYTHON_SETUP_CMD) 
clean $(DEB_PYTHON_CLEAN_ARGS)
- else
- clean:: $(patsubst %,python-cleanbuilddir/%,$(DEB_PYTHON_REAL_LIB_PACKAGES))
- 
- $(patsubst %,python-cleanbuilddir/%,$(DEB_PYTHON_REAL_LIB_PACKAGES)) :: 
python-cleanbuilddir/% : 
--      -python$(cdbs_python_ver) $(DEB_PYTHON_SETUP_CMD) clean 
$(DEB_PYTHON_CLEAN_ARGS)
-+      -/usr/bin/python$(cdbs_python_ver) $(DEB_PYTHON_SETUP_CMD) clean 
$(DEB_PYTHON_CLEAN_ARGS)
- endif
- 
- # Calling setup.py clean may create .pyc files, so we need a final cleanup
reverted:
--- python-weblib-1.3.3/debian/cdbs/1/class/python-distutils.changes
+++ python-weblib-1.3.3.orig/debian/cdbs/1/class/python-distutils.changes
@@ -1,8 +0,0 @@
-  * Quote all paths.
-  * Drop irrelevant inclusion of langcore.mk.
-  * Resolve build-dependencies (when using debian/control auto-update).
-  * Separate -vars snippet, to properly support package name overriding.
-  * Decide in rules if building real-lib packages or simple ones (not
-    when defining variables, which breaks if overridden later).
-  * Drop simple-package install target (duplicates non-real-lib target).
-  * Filter out *-doc packages by default.
diff -u python-weblib-1.3.3/debian/control.in 
python-weblib-1.3.3/debian/control.in
--- python-weblib-1.3.3/debian/control.in
+++ python-weblib-1.3.3/debian/control.in
@@ -2,9 +2,8 @@
 Section: python
 Priority: optional
 Maintainer: Jonas Smedegaard <[EMAIL PROTECTED]>
-Standards-Version: 3.6.2
-Build-Depends: @cdbs@
-Build-Depends-Indep: @cdbs@
+Standards-Version: 3.7.2
+Build-Depends: @cdbs@, python-all-dev (>= 2.3.5-11)
 
 Package: python-weblib-doc
 Architecture: all
@@ -25,8 +24,12 @@
 
 Package: python-weblib
 Architecture: all
-Depends: python2.3-weblib
+Depends: ${python:Depends}
+Provides: ${python:Replaces}
+Conflicts: python2.3-weblib (<< 1.3.3-2.1), python2.4-weblib (<< 1.3.3-2.1)
+Replaces: python2.3-weblib (<< 1.3.3-2.1), python2.4-weblib (<< 1.3.3-2.1)
 Suggests: python-weblib-doc
+XB-Python-Version: ${python:Versions}
 Description: Yet another web programming framework for Python - library
  The module package pyweblib consists of several submodules:
  .
@@ -43,34 +45,0 @@
-
-Package: python2.3-weblib
-Architecture: all
-Depends: ${python:Depends}
-Suggests: python-weblib-doc
-Description: Yet another web programming framework for Python - library
- The module package pyweblib consists of several submodules:
- .
-   * pyweblib.forms        class library for handling <FORM> input
-   * pyweblib.session      server-side web session handling
-   * pyweblib.helper       misc. stuff useful in CGI-BINs
-   * pyweblib.sslenv       retrieves SSL-related env vars
-   * pyweblib.httphelper   very basic HTTP functions
- .
- This package contains the libraries for Python 2.3.
- .
-  Homepage: http://www.stroeder.com/pylib/PyWebLib/
-
-Package: python2.4-weblib
-Architecture: all
-Depends: ${python:Depends}
-Suggests: python-weblib-doc
-Description: Yet another web programming framework for Python - library
- The module package pyweblib consists of several submodules:
- .
-   * pyweblib.forms        class library for handling <FORM> input
-   * pyweblib.session      server-side web session handling
-   * pyweblib.helper       misc. stuff useful in CGI-BINs
-   * pyweblib.sslenv       retrieves SSL-related env vars
-   * pyweblib.httphelper   very basic HTTP functions
- .
- This package contains the libraries for Python 2.4.
- .
-  Homepage: http://www.stroeder.com/pylib/PyWebLib/
diff -u python-weblib-1.3.3/debian/rules python-weblib-1.3.3/debian/rules
--- python-weblib-1.3.3/debian/rules
+++ python-weblib-1.3.3/debian/rules
@@ -5,9 +5,14 @@
+DEB_PYTHON_SYSTEM=pysupport
+
 include debian/cdbs/1/rules/auto-update.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include debian/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
 include debian/cdbs/1/rules/buildinfo.mk
 include debian/cdbs/1/rules/copyright-check.mk
 
+DEB_DESTDIR := debian/python-weblib
+
 DEB_INSTALL_EXAMPLES_python-weblib-doc = cgi-bin
 #DEB_COMPRESS_EXCLUDE = .py .c
 DEB_INSTALL_DOCS_python-weblib-doc += htdocs
+
diff -u python-weblib-1.3.3/debian/compat python-weblib-1.3.3/debian/compat
--- python-weblib-1.3.3/debian/compat
+++ python-weblib-1.3.3/debian/compat
@@ -1 +1 @@
-4
+5
only in patch2:
unchanged:
--- python-weblib-1.3.3.orig/debian/pycompat
+++ python-weblib-1.3.3/debian/pycompat
@@ -0,0 +1 @@
+2

Attachment: signature.asc
Description: Digital signature

Reply via email to