Dear maintainer, I've prepared an NMU for python-oss (versioned as 0.0.0.20010624-6.1) and uploaded it to DELAYED/5.
Regards.
diff -u python-oss-0.0.0.20010624/debian/changelog python-oss-0.0.0.20010624/debian/changelog --- python-oss-0.0.0.20010624/debian/changelog +++ python-oss-0.0.0.20010624/debian/changelog @@ -1,3 +1,14 @@ +python-oss (0.0.0.20010624-6.1) unstable; urgency=low + + * Non-maintainer upload. + * Prepare for the upcoming Python 2.6 transition; thanks to Piotr Ożarowski + for the bug report and to Kumar Appaiah for the patch; Closes: #556155 + - debian/rules + + optionally include python.mk, add $(py_setup_install_args) and + --prefix=/usr when installing + + -- Sandro Tosi <mo...@debian.org> Sun, 15 Nov 2009 21:52:34 +0100 + python-oss (0.0.0.20010624-6) unstable; urgency=low * New maintainer. Closes: #440783 diff -u python-oss-0.0.0.20010624/debian/rules python-oss-0.0.0.20010624/debian/rules --- python-oss-0.0.0.20010624/debian/rules +++ python-oss-0.0.0.20010624/debian/rules @@ -2,6 +2,8 @@ PYTHON_VERSIONS=$(shell pyversions -vs) +-include /usr/share/python/python.mk + docdir=debian/tmp/python-oss/usr/share/doc/python-oss build: build-pre $(PYTHON_VERSIONS:%=build-python-%) @@ -29,7 +31,7 @@ install -d -m0755 'debian/tmp/python-oss' install-python-%: build - /usr/bin/python$* setup.py install --root='debian/tmp/python-oss' + /usr/bin/python$* setup.py install --root='debian/tmp/python-oss' --prefix=/usr $(py_setup_install_args) install: build install-pre $(PYTHON_VERSIONS:%=install-python-%) # Don't ship *.pyc files