tags 503859 + patch pending thanks Hi Matthias,
I'm uploading this NMU for python-extclass (versioned as 1.2.0zope-2.5.1-6.1) to build python-extclass only for python2.4 to close #503859. Kind Regards T. diff -u python-extclass-1.2.0zope-2.5.1/debian/changelog python-extclass-1.2.0zope-2.5.1/debian/changelog --- python-extclass-1.2.0zope-2.5.1/debian/changelog +++ python-extclass-1.2.0zope-2.5.1/debian/changelog @@ -1,3 +1,11 @@ +python-extclass (1.2.0zope-2.5.1-6.1) unstable; urgency=low + + * Non-maintainer upload. + * python-extclass only works with python <= 2.4, so only + build for that. Closes: #503859. + + -- Thomas Viehmann <[EMAIL PROTECTED]> Sun, 23 Nov 2008 20:47:34 +0100 + python-extclass (1.2.0zope-2.5.1-6) unstable; urgency=low * Rebuild to move files to /usr/share/pyshared. diff -u python-extclass-1.2.0zope-2.5.1/debian/control python-extclass-1.2.0zope-2.5.1/debian/control --- python-extclass-1.2.0zope-2.5.1/debian/control +++ python-extclass-1.2.0zope-2.5.1/debian/control @@ -2,8 +2,8 @@ Section: python Priority: optional Maintainer: Matthias Klose <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5.0.37.1), python-central (>= 0.4.17), python-all-dev (>= 2.3.5-10) -XS-Python-Version: all +Build-Depends: debhelper (>= 5.0.37.1), python-central (>= 0.4.17), python2.4-dev +XS-Python-Version: 2.4 Standards-Version: 3.8.0 Package: python-extclass diff -u python-extclass-1.2.0zope-2.5.1/debian/rules python-extclass-1.2.0zope-2.5.1/debian/rules --- python-extclass-1.2.0zope-2.5.1/debian/rules +++ python-extclass-1.2.0zope-2.5.1/debian/rules @@ -9,7 +9,7 @@ SHELL = /bin/bash -PYVERS := $(shell pyversions -vs) +PYVERS := $(shell pyversions -vr) PYVER := $(shell pyversions -vd) build: build-stamp -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]