Package: python-processing Version: 0.52-2 Severity: wishlist Tags: patch Please rebuild python-processing to build with Python 2.6.
Attaching Ubuntu 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-processing-0.52/debian/control python-processing-0.52/debian/control --- python-processing-0.52/debian/control +++ python-processing-0.52/debian/control @@ -1,7 +1,8 @@ Source: python-processing Section: python Priority: optional -Maintainer: Debian Python Modules Team <python-modules-t...@lists.alioth.debian.org> +Maintainer: Ubuntu MOTU Developers <ubuntu-m...@lists.ubuntu.com> +XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-t...@lists.alioth.debian.org> Uploaders: Sandro Tosi <mo...@debian.org>, Torsten Marek <shlo...@debian.org> Build-Depends: debhelper (>= 5), python-all-dev, python-support (>= 0.6), dpatch, python-ctypes Standards-Version: 3.8.0 diff -u python-processing-0.52/debian/changelog python-processing-0.52/debian/changelog --- python-processing-0.52/debian/changelog +++ python-processing-0.52/debian/changelog @@ -1,3 +1,13 @@ +python-processing (0.52-2ubuntu1) jaunty; urgency=low + + * Merge from debian unstable, Ubuntu remaining changes: + - debian/rules: + + Include /usr/share/python/python.mk. + + Add $(py_setup_install_args) option to setup.py install to build with + Python 2.6. + + -- Alessio Treglia <quadris...@ubuntu.com> Sun, 29 Mar 2009 14:14:51 +0200 + python-processing (0.52-2) unstable; urgency=low * debian/control @@ -21,6 +31,12 @@ -- Sandro Tosi <mo...@debian.org> Sat, 07 Feb 2009 12:04:03 +0100 +python-processing (0.52-1ubuntu1) jaunty; urgency=low + + * Python 2.6 transition (lp: #338024). + + -- Michael Bienia <ge...@ubuntu.com> Thu, 05 Mar 2009 01:15:12 +0100 + python-processing (0.52-1) unstable; urgency=low * New upstream release diff -u python-processing-0.52/debian/rules python-processing-0.52/debian/rules --- python-processing-0.52/debian/rules +++ python-processing-0.52/debian/rules @@ -5,6 +5,7 @@ PKGNAME:=python-processing include /usr/share/dpatch/dpatch.make +include /usr/share/python/python.mk PYVERS=$(shell pyversions -vs) @@ -59,7 +60,7 @@ dh_installdirs for py in $(PYVERS); do \ - python$$py setup.py install --root=$(CURDIR)/debian/$(PKGNAME); \ + python$$py setup.py install --root=$(CURDIR)/debian/$(PKGNAME) $(py_setup_install_args); \ done # Build architecture-independent files here.