Package: python-soaplib Version: 0.0+svn44-1 Severity: wishlist Tags: patch
Please make python-soaplib ready for Python 2.6. Attaching Ubuntu's debdiff. -- System Information: Debian Release: lenny/sid APT prefers intrepid-updates APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'), (500, 'intrepid-backports'), (500, 'intrepid') Architecture: amd64 (x86_64) Kernel: Linux 2.6.27-11-generic (SMP w/1 CPU core) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u python-soaplib-0.0+svn44/debian/control python-soaplib-0.0+svn44/debian/control --- python-soaplib-0.0+svn44/debian/control +++ python-soaplib-0.0+svn44/debian/control @@ -1,11 +1,12 @@ Source: python-soaplib -Maintainer: Jonny Lamb <[email protected]> +Maintainer: Ubuntu MOTU Developers <[email protected]> +XSBC-Original-Maintainer: Jonny Lamb <[email protected]> Section: python Priority: optional Build-Depends: debhelper (>= 5.0) Build-Depends-Indep: python, python-central (>= 0.5), python-setuptools Standards-Version: 3.8.0 -XS-Python-Version: 2.5 +XS-Python-Version: current Homepage: http://trac.optio.webfactional.com/wiki/soaplib Vcs-Git: git://git.jonnylamb.com/git/packaging/python-soaplib.git Vcs-Browser: http://git.jonnylamb.com/?p=packaging/python-soaplib.git;a=summary diff -u python-soaplib-0.0+svn44/debian/changelog python-soaplib-0.0+svn44/debian/changelog --- python-soaplib-0.0+svn44/debian/changelog +++ python-soaplib-0.0+svn44/debian/changelog @@ -1,3 +1,13 @@ +python-soaplib (0.0+svn44-1ubuntu1) jaunty; urgency=low + + * Merge from debian unstable, Ubuntu remaining changes: + - Make package ready for Python 2.6: + + debian/rules: Include /usr/share/python/python.mk. and add + $(py_setup_install_args) macro to setup.py install. + + debian/control: Set XS-Python-Version to current. + + -- Alessio Treglia <[email protected]> Sun, 29 Mar 2009 15:11:28 +0200 + python-soaplib (0.0+svn44-1) unstable; urgency=low * New upstream release. @@ -7,6 +17,17 @@ -- Jonny Lamb <[email protected]> Mon, 16 Feb 2009 23:19:17 +0000 +python-soaplib (0.0+svn39-1ubuntu1) jaunty; urgency=low + + * Python 2.6 transition: + - debian/rules: + + Include /usr/share/python/python.mk. + + Add $(py_setup_install_args) macro to setup.py install. + - debian/control: + + Set XS-Python-Version to current. + + -- Alessio Treglia <[email protected]> Sat, 14 Mar 2009 10:44:09 +0100 + python-soaplib (0.0+svn39-1) unstable; urgency=low * Initial release. (Closes: #495453) diff -u python-soaplib-0.0+svn44/debian/rules python-soaplib-0.0+svn44/debian/rules --- python-soaplib-0.0+svn44/debian/rules +++ python-soaplib-0.0+svn44/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +include /usr/share/python/python.mk + PYVER=$(shell python -c 'import sys; print sys.version[:3]') clean: @@ -24,6 +26,7 @@ dh_installdirs python setup.py install \ --root=$(CURDIR)/debian/python-soaplib \ + $(py_setup_install_args) \ --single-version-externally-managed && cd .. binary-indep: build install

