tags 547234 + patch thanks Dear maintainer,
I've prepared an NMU for pygame (versioned as 1.8.1release-1.1) and uploaded it to DELAYED/5. Regards.
diff -u pygame-1.8.1release/debian/control pygame-1.8.1release/debian/control --- pygame-1.8.1release/debian/control +++ pygame-1.8.1release/debian/control @@ -2,7 +2,7 @@ Section: python Priority: optional Maintainer: Ed Boraas <e...@debian.org> -Uploaders: Joe Wreschnig <pi...@debian.org>, A Mennucc1 <mennu...@debian.org> +Uploaders: A Mennucc1 <mennu...@debian.org> Build-Depends: debhelper (>= 7.2.3), python-all-dev (>= 2.3.5-11), libsdl1.2-dev (>= 1.2.2-3.1), libsdl-image1.2-dev (>= 1.2.0-1.1), libsdl-mixer1.2-dev (>= 1.2.0-1.1), libsdl-ttf2.0-dev (>= 1.2.2-1.1), libsmpeg-dev (>= 0.4.5+cvs20030824-1.3), sharutils, python-numpy, python-central (>= 0.5.6) Standards-Version: 3.7.3 XS-Python-Version: >= 2.3 diff -u pygame-1.8.1release/debian/changelog pygame-1.8.1release/debian/changelog --- pygame-1.8.1release/debian/changelog +++ pygame-1.8.1release/debian/changelog @@ -1,3 +1,15 @@ +pygame (1.8.1release-1.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: #556151 + - debian/rules + + pass --prefix=/usr when installing + * debian/control + - removed Joe Wreschnig from Uploaders field; Closes: #547234 + + -- Sandro Tosi <mo...@debian.org> Sun, 15 Nov 2009 22:22:48 +0100 + pygame (1.8.1release-1) unstable; urgency=low * Upload in unstable. diff -u pygame-1.8.1release/debian/rules pygame-1.8.1release/debian/rules --- pygame-1.8.1release/debian/rules +++ pygame-1.8.1release/debian/rules @@ -50,7 +50,7 @@ dh_installdirs for python in $(PYVERS); \ do $$python setup.py install \ - --root=$(CURDIR)/debian/python-pygame; \ + --root=$(CURDIR)/debian/python-pygame --prefix=/usr; \ done # We include all the documentation except: