diff -u python-kde3-3.16.0/debian/rules python-kde3-3.16.0/debian/rules --- python-kde3-3.16.0/debian/rules +++ python-kde3-3.16.0/debian/rules @@ -46,7 +46,7 @@ INSTALL_PROGRAM += -s endif -PYTHONS := $(filter-out 2.5, $(shell pyversions -vr debian/control)) +PYTHONS := $(shell pyversions -vr debian/control) configure: configure-stamp configure-stamp: diff -u python-kde3-3.16.0/debian/changelog python-kde3-3.16.0/debian/changelog --- python-kde3-3.16.0/debian/changelog +++ python-kde3-3.16.0/debian/changelog @@ -1,3 +1,10 @@ +python-kde3 (3.16.0-0ubuntu7) feisty; urgency=low + + * Remove filter-out for python 2.5 (closes LP #79191) + Patch from Michael Biebl. + + -- Luka Renko Sun, 14 Jan 2007 12:28:30 +0100 + python-kde3 (3.16.0-0ubuntu6) feisty; urgency=low * Rebuild for python2.5 as the default python version.