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 @@ -1,10 +1,11 @@ Source: pygame Section: python Priority: optional -Maintainer: Ed Boraas +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Ed Boraas Uploaders: Joe Wreschnig , A Mennucc1 -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 +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), quilt +Standards-Version: 3.8.0 XS-Python-Version: >= 2.3 Package: python-pygame 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,17 @@ +pygame (1.8.1release-1ubuntu1) karmic; urgency=low + + * Merge from Debian Unstable,remaining Ubuntu changes: + - debian/control: Bumped Standards-Version to 3.8.0 + - debian/rules: + + Build for python2.6 + + Add quilt support. + - debian/patches/documentation_fix: + + Fix URL to point to the exact location of the online documentation. + - debian/control: + + Build-depend on quilt. + + -- Andrea Gasparini Mon, 18 May 2009 12:38:01 +0200 + pygame (1.8.1release-1) unstable; urgency=low * Upload in unstable. @@ -7,6 +21,12 @@ -- A Mennucc1 Sat, 16 May 2009 14:28:04 +0200 +pygame (1.8.1release-0ubuntu2) jaunty; urgency=low + + * Build for python2.6. + + -- Matthias Klose Thu, 26 Feb 2009 11:21:25 +0000 + pygame (1.8.1release-0) experimental; urgency=low * Non-maintainer upload. @@ -22,16 +42,49 @@ -- A Mennucc1 Fri, 12 Dec 2008 19:17:02 +0100 +pygame (1.8.1release-0ubuntu1) intrepid; urgency=low + + * New upstream release. (LP: #255823) + * debian/control: Bumped Standards-Version to 3.8.0 + * Created debian/watch + + -- Andrew Starr-Bochicchio Sun, 17 Aug 2008 14:31:28 -0400 + +pygame (1.8.0release-0ubuntu1) intrepid; urgency=low + + * Merge from Debian experimental, remaining Ubuntu changes: + + debian/rules: + - Add quilt support. + + debian/patches/documentation_fix: + - Fix URL to point to the exact location of the online documentation. + + debian/control: + - Build-depend on quilt. + - Update Maintainer field as per spec. + * New upstream version (LP: #198544, #209967) + + -- Luca Falavigna Sat, 07 Jun 2008 12:03:18 +0200 + pygame (1.8.0release-0) experimental; urgency=low * Non-maintainer upload. * New upstream release - thanks to René Dudfield (Closes: #473672). + thankg to René Dudfield (Closes: #473672). * Bug fix: "python-pygame: pygame.image.fromstring does not work", thanks to Sam Morris (Closes: #481071). -- A Mennucc1 Wed, 04 Jun 2008 20:36:19 +0200 +pygame (1.7.1release-4.1ubuntu1) gutsy; urgency=low + + * Build-depend on dpatch + * 01_stack_overwrite.dpatch: fix a stack overwrite issue which prevents + pygame from starting (LP: #138430) + * 02_documentation_fixup.dpatch: fix URL to point to the exact location + of the online documentation (LP: #134977) + * Update Maintainer field in debian/control + + -- Luca Falavigna Sun, 23 Sep 2007 14:00:49 +02000 + pygame (1.7.1release-4.1) unstable; urgency=high * Non-maintainer upload. 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 @@ -2,6 +2,8 @@ # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. +include /usr/share/quilt/quilt.make + PYVERS=$(shell pyversions -r debian/control) ifeq (noopt,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -19,14 +21,14 @@ touch $@ build: build-stamp -build-stamp: +build-stamp: patch dh_testdir for python in $(PYVERS); \ do $$python setup.py build; \ done touch $@ -clean: +clean: unpatch dh_testdir dh_testroot rm -f build-stamp configure-stamp @@ -50,7 +52,7 @@ dh_installdirs for python in $(PYVERS); \ do $$python setup.py install \ - --root=$(CURDIR)/debian/python-pygame; \ + --root=$(CURDIR)/debian/python-pygame --install-layout=deb; \ done # We include all the documentation except: only in patch2: unchanged: --- pygame-1.8.1release.orig/debian/patches/documentation_fix +++ pygame-1.8.1release/debian/patches/documentation_fix @@ -0,0 +1,13 @@ +Index: pygame-1.8.0release/docs/tut/tom/MakeGames.html +=================================================================== +--- pygame-1.8.0release.orig/docs/tut/tom/MakeGames.html 2008-06-07 12:02:21.000> ++++ pygame-1.8.0release/docs/tut/tom/MakeGames.html 2008-06-07 12:03:05.0000000> +@@ -88,7 +88,7 @@ + > + +
+-

The most current version of this document will always be found at http://www.tomchance.org.uk/writing/pygame.
++

The most current version of this document will always be found at http://tom.acrewoods.net/writing/pygame.
+


+