tags 547874 + patch thanks Dear maintainer,
Attached patch should fix this report. Regards.
diff -u slides-1.0.1/debian/changelog slides-1.0.1/debian/changelog --- slides-1.0.1/debian/changelog +++ slides-1.0.1/debian/changelog @@ -1,3 +1,10 @@ +slides (1.0.1-12.1) unstable; urgency=low + + * Non-maintainer upload. + * Python 2.6 transition (Closes: #547874). + + -- Luca Falavigna <[email protected]> Tue, 29 Sep 2009 22:26:31 +0200 + slides (1.0.1-12) unstable; urgency=low * Add copyright notice. diff -u slides-1.0.1/debian/rules slides-1.0.1/debian/rules --- slides-1.0.1/debian/rules +++ slides-1.0.1/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +-include /usr/share/python/python.mk + versions := $(shell pyversions -vs) build: build-stamp @@ -21,7 +23,7 @@ dh_installdirs python$* setup.py install --no-compile \ - --prefix=$(CURDIR)/debian/python-slides/usr + --prefix=$(CURDIR)/debian/python-slides/usr ${py_setup_install_args} touch install-$*

