tags 399697 + patch tags 399816 + patch thanks Hi,
Attached is a patch that fixes the two bugs and that improves various other things. If you want me to upload this as NMU, just ask. Cheers, -- Raphaël Hertzog Premier livre français sur Debian GNU/Linux : http://www.ouaza.com/livre/admin-debian/
diff -u pygame-1.7.1release/debian/control pygame-1.7.1release/debian/control --- pygame-1.7.1release/debian/control +++ pygame-1.7.1release/debian/control @@ -3,13 +3,13 @@ Priority: optional Maintainer: Ed Boraas <[EMAIL PROTECTED]> Uploaders: Joe Wreschnig <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5.0.37.1), python2.3-dev, python2.4-dev, 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, python2.4-numeric, python2.3-numeric, python-central (>= 0.4.10), python (>= 2.3.5-7) +Build-Depends: debhelper (>= 5.0.38), 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-numeric (>= 24.2-3), python-central (>= 0.5.6) Standards-Version: 3.7.2 -XS-Python-Version: 2.3, 2.4 +XS-Python-Version: >= 2.3 Package: python-pygame Architecture: any -Depends: ${python:Depends}, ${shlibs:Depends} +Depends: ${python:Depends}, ${shlibs:Depends}, python-numeric (>= 24.2-3) Provides: ${python:Provides} Replaces: python2.3-pygame, python2.4-pygame Conflicts: python2.3-pygame, python2.4-pygame diff -u pygame-1.7.1release/debian/rules pygame-1.7.1release/debian/rules --- pygame-1.7.1release/debian/rules +++ pygame-1.7.1release/debian/rules @@ -64,11 +64,12 @@ dh_fixperms -a dh_pycentral -a - dh_python -a dh_installdeb -a dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a dh_builddeb -a +binary-indep: + binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure diff -u pygame-1.7.1release/debian/changelog pygame-1.7.1release/debian/changelog --- pygame-1.7.1release/debian/changelog +++ pygame-1.7.1release/debian/changelog @@ -1,3 +1,22 @@ +pygame (1.7.1release-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Build-depend on python-numeric instead of python2.[34]-numeric. + Closes: #399697 + * Likewise build-depend on python-all-dev instead of python2.[34]-dev. + * Dropped useless build-dependency on python (it's granted with + python-all-dev). + * Add missing dependency on python-numeric. Closes: #399816 + * Changed XS-Python-Version to ">= 2.3" since pygame apparently supports + python 2.5 and I couldn't find a rationale for "2.3, 2.4" in the + changelog. + * Fix lintian errors/warnings: + - Added empty binary-indep target in debian/rules. + - Removed dh_python call and adjust python-central build-dependency + accordingly. + + -- Raphael Hertzog <[EMAIL PROTECTED]> Wed, 22 Nov 2006 21:42:59 +0100 + pygame (1.7.1release-4) unstable; urgency=low * control: Add ${shlibs:Depends} Depends:.