[Python-modules-commits] [pygame] 02/02: Remove debian patch.
Dominik George
natureshadow-guest at moszumanska.debian.org
Thu Jan 26 00:26:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch upstream
in repository pygame.
commit c1ec48148fd7e826a29bb3b4cca8e500cec20db4
Author: Dominik George <nik at naturalnet.de>
Date: Thu Jan 26 01:24:57 2017 +0100
Remove debian patch.
---
debian/.git-dpm | 11 -
debian/TODO | 6 -
debian/changelog | 543 ---------------------
debian/clean | 3 -
debian/compat | 1 -
debian/control | 75 ---
debian/copyright | 249 ----------
...-dependencies-pygame-no-longer-has-movie-.patch | 293 -----------
...the-subprocess-test_runner-by-module-name.patch | 37 --
debian/patches/0005-python3.5-support.patch | 43 --
debian/patches/MMX.diff | 27 -
debian/patches/series | 5 -
.../setup_ignore_portmidi_on_non_linux.diff | 30 --
debian/python-pygame.lintian-overrides | 4 -
debian/python3-pygame.lintian-overrides | 4 -
debian/rules | 76 ---
debian/source/format | 1 -
debian/watch | 4 -
18 files changed, 1412 deletions(-)
diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index bf485bb..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-16af24021f1f86531ac2d6edfd90f4a7f4ed060d
-16af24021f1f86531ac2d6edfd90f4a7f4ed060d
-5d82fc71991fc4557c567b01129e288253eec908
-5d82fc71991fc4557c567b01129e288253eec908
-pygame_1.9.2~pre~r3449.orig.tar.xz
-467b065e20d143a6c4a1ccbd89be6e43ff6f1248
-2191868
-debianTag="debian/%e%v"
-patchedTag="patched/%e%v"
-upstreamTag="upstream/%e%u"
diff --git a/debian/TODO b/debian/TODO
deleted file mode 100644
index 395c77c..0000000
--- a/debian/TODO
+++ /dev/null
@@ -1,6 +0,0 @@
-- Migrate to pybuild and clean up debian/rules
-- Separate documentation into another binary package (python-pygame-doc?)
-- Run tests with all supported python versions (not just default one)
-- Run tests with xvfb
-
-...and other issues mentioned in https://lists.debian.org/debian-python/2013/05/msg00093.html
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 7a49047..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,543 +0,0 @@
-pygame (1.9.2~pre~r3449-2) experimental; urgency=medium
-
- * Ignore test failures temporarily (pre-release).
-
- -- Vincent Cheng <vcheng at debian.org> Tue, 03 May 2016 23:58:01 -0700
-
-pygame (1.9.2~pre~r3449-1) experimental; urgency=medium
-
- [ Vincent Cheng ]
- * Stop symlinking fonts into deprecated /usr/share/pyshared/ directory;
- fixes FTBFS. (Closes: #750315)
- * Drop doc-base file.
- * Update Standards version to 3.9.8.
-
- [ Stefano Rivera ]
- * New upstream snapshot.
- - Fixes FTBFS with clang. (Closes: #812717)
- * Support Python 3 in setup_ignore_portmidi_on_non_linux.diff
- * Drop ffmpeg, and smpeg dependencies, upstream has dropped movie support.
- (Closes: #803555)
- * Run tests against built pygame, don't build-depend on it.
- - Build-Depend on: fluid-soundfont-gm, fontconfig, fonts-dejavu-core,
- musescore-soundfont-gm, for the tests.
- * Port to pybuild.
-
- [ Ondřej Nový ]
- * Fixed VCS URL (https)
-
- -- Vincent Cheng <vcheng at debian.org> Tue, 03 May 2016 21:39:41 -0700
-
-pygame (1.9.2~pre~r3348-1) experimental; urgency=medium
-
- [ Vincent Cheng ]
- * Set Debian Python Modules Team <python-modules-team at l.a.d.o> as new
- maintainer, and move Ed Boraas into Uploaders with his consent.
- - Update Vcs-* fields accordingly.
- * Replace dependency ttf-freefont -> fonts-freefont-ttf. (Closes: #738244)
- * Replace build-dep on python3.2 (>= 3.2.3-7) with build-conflicts instead.
- * Remove dependency on ${python:Provides}.
- * Remove Replaces+Conflicts with obsolete pygame packages.
- * Update Standards version to 3.9.5.
- * Update my email address.
-
- [ Jakub Wilk ]
- * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
-
- -- Vincent Cheng <vcheng at debian.org> Wed, 19 Feb 2014 01:41:42 -0800
-
-pygame (1.9.2~pre~r3189-2) experimental; urgency=low
-
- * Fix FTBFS by reverting faulty fix for #700997; distutils in Debian now
- takes care of installing headers into the right location as of python3.2
- (>= 3.2.3-7), so add a build-dep on that instead. (Closes: #700997)
-
- -- Vincent Cheng <Vincentc1208 at gmail.com> Thu, 21 Feb 2013 22:40:36 -0800
-
-pygame (1.9.2~pre~r3189-1) experimental; urgency=low
-
- * New upstream hg snapshot (rev 3189).
- * Avoid potentially overriding a symlink in python3.2-dev. (Closes: #700997)
- * Generate correct versioned dependency on python-numpy following ABI change
- using the dh_numpy and dh_numpy3 helpers. (Closes: #698169)
- - Add build-depends on python3-numpy.
- * Fix a number of failing tests that rely on pygame being tested with OpenGL
- and a graphical display available, as well as audio/video devices.
- * Remove deprecated DMUA flag in debian/control.
- * Fix lintian tag vcs-field-not-canonical.
- * Update Standards version from 3.9.3 to 3.9.4, no updates required.
-
- -- Vincent Cheng <Vincentc1208 at gmail.com> Thu, 21 Feb 2013 00:23:03 -0800
-
-pygame (1.9.2~pre~r3144-1) experimental; urgency=low
-
- * New upstream hg snapshot (rev 3144).
- - Drop drop_v4l_support.patch, set_WM_CLASS.patch, check_for_v4l2.diff,
- no_asm_types_h.diff; applied upstream.
- - Refresh remaining patches.
- * Add build-depends on libfreetype6-dev, libavformat-dev, libswscale-dev.
- * Add build-depends on python-pygame in order to run tests.
- * Remove unneeded debian/python-pygame.bug-{presubj,script} files;
- src:libsdl1.2 merged all builds into a single package as of 1.2.14-6.3.
- * Build pygame module for Python 3. (LP: #682144)
- - Add build-depends on python3-all-dev.
- * Add depends on libjs-sphinxdoc and replace embedded js libraries
- with symlinks in debian/rules.
- * Add lintian overrides for hardening-no-fortify-function and
- image-file-in-usr-lib.
- * Add missing DEP-3 patch headers.
- * Set DMUA flag in debian/control as per agreement with sponsor.
-
- -- Vincent Cheng <Vincentc1208 at gmail.com> Mon, 10 Sep 2012 18:24:55 -0700
-
-pygame (1.9.1release+dfsg-7) unstable; urgency=low
-
- * Add missing licenses and copyright holders in debian/copyright.
- (Closes: #685189)
-
- -- Vincent Cheng <Vincentc1208 at gmail.com> Mon, 10 Sep 2012 15:08:11 -0700
-
-pygame (1.9.1release+dfsg-6) unstable; urgency=low
-
- * Add b-d on libpng-dev and libjpeg-dev to fix FTBFS. (Closes: #669464)
- * Update Standards version from 3.9.2 to 3.9.3, no updates required.
- * Update debhelper compatibility level from 8 to 9.
-
- -- Vincent Cheng <Vincentc1208 at gmail.com> Thu, 19 Apr 2012 20:07:10 -0700
-
-pygame (1.9.1release+dfsg-5) unstable; urgency=high
-
- * camera.h : do not include asm/types.h -- not all arches have it,
- and linux does not need it
- * Setting priority on high so as to (possibly) migrate
- before Ubuntu snapshot.
-
- -- A Mennucc1 <mennucc1 at debian.org> Fri, 06 Jan 2012 09:16:52 +0100
-
-pygame (1.9.1release+dfsg-4) unstable; urgency=high
-
- * check for v4l2 , if absent do not compile camera module
- * Setting priority on high so as to (possibly) migrate
- before Ubuntu snapshot.
-
- -- A Mennucc1 <mennucc1 at debian.org> Thu, 05 Jan 2012 22:29:11 +0100
-
-pygame (1.9.1release+dfsg-3) unstable; urgency=high
-
- * Build-depends on portmidi only in linux-any architectures.
- * Turn on MMX instructions, thanks to jeff at jab.org;
- (Closes: #653215).
- * Setting priority on high so as to (possibly) migrate
- before Ubuntu snapshot.
-
- -- A Mennucc1 <mennucc1 at debian.org> Thu, 05 Jan 2012 08:10:48 +0100
-
-pygame (1.9.1release+dfsg-2) unstable; urgency=low
-
- * Upload to unstable.
- * Repack tarball to remove lib/freesansbold.ttf.
- * Import debian/patches/set_the_SDL_WM_CLASS_when_running_under_X11.diff
- from Ubuntu.
- * Drop debian/patches/documentation_fix since the revised link doesn't seem
- to work either.
- * Update debian/copyright to conform to DEP-5.
- * Update debian/rules to dh 7 rules.tiny style.
- * Modify debian/watch to ensure uscan can process it correctly.
- * Add Vcs-* fields in debian/control.
- * Add Homepage: field in debian/control.
-
- -- Vincent Cheng <Vincentc1208 at gmail.com> Sun, 25 Sep 2011 17:41:16 -0700
-
-pygame (1.9.1release-1) experimental; urgency=low
-
- * Upload to experimental.
- * New upstream release. (Closes: #544347)
- * Add myself to uploaders.
- * Add build dependency on libportmidi-dev.
- * Transition to dh_python2: (Closes: #616965)
- - Remove dependency on python-central.
- - Bump dependency on python-all-dev to >= 2.6.6-3~.
- - Remove XB-Python-Version.
- - Change XS-Python-Version to X-Python-Version.
- - Use dh_python2 instead of dh_pycentral in debian/rules.
- * Add timidity as a suggested package for python-pygame. (Closes: #428070)
- * Include a doc-base registration file. (Closes: #451674)
- * Update Standards version from 3.8.4 to 3.9.2, no updates required.
- * Update debhelper compatiblity level from 7 to 8.
- * Import debian/patches from Ubuntu.
-
- -- Vincent Cheng <Vincentc1208 at gmail.com> Wed, 29 Jun 2011 14:56:36 -0700
-
-pygame (1.8.1release-2) unstable; urgency=low
-
- * Switch to dpkg-source 3.0 (quilt) format
- * Add debian/python-pygame.bug-presubj . The contents of this file are
- displayed to the user by the bug reporting tool before allowing the
- user to write a bug report. This file explains that the user may need
- to install some libsdl libraries to hear audio.
- * bump standard, no changes
- * fix lintian warnings:
- - duplicate-font-file usr/share/pyshared/pygame/freesansbold.ttf
- also in ttf-freefont : replace with symlink
- - some executable-not-elf-or-script
- - debhelper-but-no-misc-depends, added
- * Thanks morph for NMU.
-
- -- A Mennucc1 <mennucc1 at debian.org> Sun, 07 Mar 2010 14:58:47 +0100
-
-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 <morph at debian.org> Sun, 15 Nov 2009 22:22:48 +0100
-
-pygame (1.8.1release-1) unstable; urgency=low
-
- * Upload in unstable.
- * Add myself to uploaders.
- * Added a script for reportbug ,
- build-dep debhelper >= 7.2.3.
-
- -- A Mennucc1 <mennucc1 at debian.org> Sat, 16 May 2009 14:28:04 +0200
-
-pygame (1.8.1release-0) experimental; urgency=low
-
- * Non-maintainer upload.
- [ Barry deFreese ]
- * New upstream release. (Closes: #473672).
- + image.fromstring fixes. (Closes: #481071).
- * Depend and Build-depend on python-numpy. (Closes: #478450).
- + Drop python-numeric depend and build-dep.
- * Add noopt handling in rules. (Closes: #481062).
- Thanks to Sam Morris for the patch.
- * Add watch file.
- * Bump Standards Version to 3.7.3. (No changes needed).
-
- -- A Mennucc1 <mennucc1 at debian.org> Fri, 12 Dec 2008 19:17:02 +0100
-
-pygame (1.8.0release-0) experimental; urgency=low
-
- * Non-maintainer upload.
- * New upstream release
- thanks to René Dudfield (Closes: #473672).
- * Bug fix: "python-pygame: pygame.image.fromstring does not work",
- thanks to Sam Morris (Closes: #481071).
-
- -- A Mennucc1 <mennucc1 at debian.org> Wed, 04 Jun 2008 20:36:19 +0200
-
-pygame (1.7.1release-4.1) unstable; urgency=high
-
- * 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 <hertzog at debian.org> Thu, 30 Nov 2006 15:07:18 +0100
-
-pygame (1.7.1release-4) unstable; urgency=low
-
- * control: Add ${shlibs:Depends} Depends:.
-
- -- Joe Wreschnig <piman at debian.org> Tue, 13 Jun 2006 16:55:04 -0500
-
-pygame (1.7.1release-3) unstable; urgency=low
-
- * control, rules: Update to new Python policy, using pycentral.
- * Switch to debhelper level 5.
-
- -- Joe Wreschnig <piman at debian.org> Mon, 12 Jun 2006 23:45:00 -0500
-
-pygame (1.7.1release-2) unstable; urgency=low
-
- * Ignore invalid fonts.scale files. (Closes: #337120)
-
- -- Joe Wreschnig <piman at debian.org> Mon, 21 Nov 2005 19:01:52 -0600
-
-pygame (1.7.1release-1) unstable; urgency=low
-
- * New upstream release.
- * Remove 64-bit patch from 1.6-0.2, merged upstream.
- * Remove SMPEG detection patch from 1.4-1, no longer needed.
-
- -- Joe Wreschnig <piman at debian.org> Thu, 15 Sep 2005 15:10:45 -0500
-
-pygame (1.6-3) unstable; urgency=low
-
- * debian/control:
- - Add myself to Uploaders.
- - Section: python.
- - Standards-Version 3.6.2.
- * debian/copyright: Include proper copyright line. (Closes: #290220)
- * Build packages for Python 2.3/2.4 instead of 2.2/2.3.
- * Move API documentation and examples to arch-indep python-pygame.
- * Build-Dep on libsmpeg-dev >= 0.4.5+cvs20030824-1.3 to get libsmpeg0c2.
-
- -- Joe Wreschnig <piman at debian.org> Sun, 14 Aug 2005 12:26:45 -0500
-
-pygame (1.6-2) unstable; urgency=low
-
- * Actually build-depend on python (for dh_python)
- * Closes: #264086
-
- -- Ed Boraas <ed at debian.org> Sun, 8 Aug 2004 00:10:10 -0600
-
-pygame (1.6-1) unstable; urgency=low
-
- * Acknowledge NMUs (Closes: #186916, #219524, #246278)
-
- -- Ed Boraas <ed at debian.org> Sat, 7 Aug 2004 23:56:37 -0600
-
-pygame (1.6-0.2) unstable; urgency=low
-
- * NMU on maintainer's request.
- * src/constants.c: cast constants to ints to prevent breakage on 64-bit
- architectures (closes: #186916, #246278).
- * debian/rules: use dh_python.
- * debian/python2.X-pygame.{prerm,postinst}: removed.
- * debian/control:
- + require debhelper 4.1.25.
- + make python-pygame depend on ${python:Depends}.
- + Standards-version is 3.6.1 (no changes required).
-
- -- Josselin Mouette <joss at debian.org> Fri, 28 May 2004 15:57:25 +0200
-
-pygame (1.6-0.1) unstable; urgency=low
-
- * Non-maintainer upload.
- * Don't build the Python 2.1 target anymore, Pygame now requires 2.2
- or better.
- * Update the download URL in the copyright file to www.pygame.org/ftp.
- * New upstream version. (Closes: #219524)
-
- -- Joe Wreschnig <piman at debian.org> Tue, 10 Feb 2004 19:26:36 -0600
-
-pygame (1.5.6-2) unstable; urgency=low
-
- * Build python-pygame dummy package where it should be,
- in binary-arch (Closes: #207192)
-
- -- Ed Boraas <ed at debian.org> Mon, 25 Aug 2003 11:27:18 -0600
-
-pygame (1.5.6-1) unstable; urgency=low
-
- * New upstream release
- * Build (and default to) Python 2.3 version
-
- -- Ed Boraas <ed at debian.org> Mon, 11 Aug 2003 20:20:39 -0600
-
-pygame (1.5.5-2) unstable; urgency=low
-
- * Rebuild against libsdl-ttf2.0-dev
-
- -- Ed Boraas <ed at debian.org> Wed, 16 Apr 2003 20:44:48 -0600
-
-pygame (1.5.5-1) unstable; urgency=low
-
- * New upstream release
- * Rebuild against current python-numeric (Closes: #173041)
- * Add build-depends on python2.[12]-numeric (Closes: #174770)
- * Version python dependency in python-pygame package
- (Closes: #174289)
- * Only install documentation and examples in "real"
- (python2.[12]-pygame) packages (Closes: #175268)
-
- -- Ed Boraas <ed at debian.org> Mon, 6 Jan 2002 20:06:15 -0700
-
-pygame (1.5.3-2) unstable; urgency=low
-
- * Version the conflicts and replaces on python2.1-pygame
- * Add (versioned) conflicts and replaces to python2.2-pygame
- (Closes: #159347)
- * Remove emacs settings from changelog.Debian
-
- -- Ed Boraas <ed at debian.org> Thu, 19 Sep 2002 17:11:38 -0600
-
-pygame (1.5.3-1) unstable; urgency=low
-
- * New upstream release
- * Update documentation paths in postinst (Closes: #159481)
- * pygame2.1-pygame conflicts with pygame (Closes: #159482)
- * python-pygame suggests all other pygame versions
-
- -- Ed Boraas <ed at debian.org> Sun, 8 Sep 2002 15:30:14 -0600
-
-pygame (1.5-4) unstable; urgency=medium
-
- * Update postinst and prerm to precompile the right things
-
- -- Ed Boraas <ed at debian.org> Sat, 24 Aug 2002 21:06:34 -0600
-
-pygame (1.5-3) unstable; urgency=low
-
- * Build separate python2.1-pygame and python2.2-pygame
- packages (Closes: #158078)
-
- -- Ed Boraas <ed at debian.org> Sat, 24 Aug 2002 20:51:12 -0600
-
-pygame (1.5-2) unstable; urgency=low
-
- * Move to python 2.2 (#135323)
- * Fix errors in documentation (Closes: #145388)
-
- -- Ed Boraas <ed at debian.org> Sat, 24 Aug 2002 13:43:54 -0600
-
-pygame (1.5-1) unstable; urgency=high
-
- * New upstream release (Closes: #155030)
- * Upstream now includes Helmet Bold (not condensed)
-
- -- Ed Boraas <ed at debian.org> Tue, 6 Aug 2002 06:54:56 -0600
-
-pygame (1.4-3) unstable; urgency=high
-
- * RC Fix: include Helmet Condensed Bold from openoffice
- and set default font accordingly
-
- -- Ed Boraas <ed at debian.org> Mon, 29 Apr 2002 07:56:12 -0700
-
-pygame (1.4-2) unstable; urgency=high
-
- * RC Fix: Remove bluebold.ttf from package, as it's non-free
- (Closes: #143960)
- * Suggests ttf-larabie-straight, which provides this font
- (bluebold.ttf remains the default font)
-
- -- Ed Boraas <ed at debian.org> Sun, 28 Apr 2002 22:04:37 -0700
-
-pygame (1.4-1) unstable; urgency=medium
-
- * New upstream release (Closes: #131196)
- * Extend default path to allow detection of libsmpeg
- * pygame.sprite now built correctly (Closes: #126244)
-
- -- Ed Boraas <ed at debian.org> Wed, 20 Feb 2002 06:39:24 -0700
-
-pygame (1.2-5) unstable; urgency=medium
-
- * Fix python 2.0 references in postinst (Closes: #120422)
-
- -- Ed Boraas <ed at debian.org> Wed, 21 Nov 2001 06:54:08 -0700
-
-pygame (1.2-4) unstable; urgency=medium
-
- * Move to python 2.1
- * Update dependencies (Closes: #118251)
-
- -- Ed Boraas <ed at debian.org> Tue, 20 Nov 2001 06:35:16 -0700
-
-pygame (1.2-3) unstable; urgency=low
-
- * Rebuild against new SDL packages (Closes: #115863)
-
- -- Ed Boraas <ed at debian.org> Wed, 17 Oct 2001 18:18:34 -0600
-
-pygame (1.2-2) unstable; urgency=low
-
- * Build as non-native package (oops)
- * Hardcode Debian directory locations, to ensure correct builds
- on the autobuilders (Closes: #113714)
-
- -- Ed Boraas <ed at debian.org> Sat, 30 Sep 2001 19:27:49 -0600
-
-pygame (1.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Ed Boraas <ed at debian.org> Mon, 24 Sep 2001 20:14:06 -0600
-
-pygame (1.1-3) unstable; urgency=low
-
- * New maintainer, in that I am adopting contributed third-party debs
- for official use (Thanks, Francis).
- * Updated config_unix.py to check for depends in /usr as well as
- /usr/local
- * Removed invalid versioning on libsdl1.2-dev (which is no longer
- necessary, with the above fix)
-
- -- Ed Boraas <ed at debian.org> Tue, 26 Jun 2001 18:39:37 -0600
-
-pygame (1.1-2) unstable; urgency=low
-
- * Fixed standards version so it is lintian compliant
- * Closes: #83446 (ITP: pygame)
-
- -- Francis Irving <francis at flourish.org> Wed, 27 Jun 2001 00:32:02 +0100
-
-pygame (1.1-1) unstable; urgency=low
-
- * New upstream release
- * Now depends on 1.2 versions of all SDL libraries
- * Added dependencies for python2-numeric, so more examples work
-
- -- Francis Irving <francis at flourish.org> Sun, 24 Jun 2001 10:46:00 +0100
-
-pygame (1.0-2) unstable; urgency=low
-
- * Now depends on libsdl-ttf1.2 1.2.2-1 as it is available in Debian.
- More of the examples can be now be run.
-
- -- Francis Irving <francis at flourish.org> Mon, 16 Apr 2001 22:49:38 +0100
-
-pygame (1.0-1) unstable; urgency=low
-
- * New upstream release
-
- -- Francis Irving <francis at flourish.org> Sat, 7 Apr 2001 13:04:19 +0100
-
-pygame (0.99pre-1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Francis Irving <francis at flourish.org> Sat, 31 Mar 2001 10:09:39 +0100
-
-pygame (0.9-1) unstable; urgency=low
-
- * New upstream release
-
- -- Francis Irving <francis at flourish.org> Tue, 20 Feb 2001 03:03:20 +0000
-
-pygame (0.5-3) unstable; urgency=low
-
- * Tidied up documentation so installation instructions and documentation
- building tools are not installed
-
- -- Francis Irving <francis at flourish.org> Sun, 28 Jan 2001 13:15:22 +0000
-
-pygame (0.5-2) unstable; urgency=low
-
- * Correctly compiles *.py files to *.pyc and *.pyo on installation, and
- deletes the *.pyc and *.pyo files on uninstallation
- * Build depedency now includes python2-dev
- * Documentation moved to correct place within /usr/share/doc/pygame
-
- -- Francis Irving <francis at flourish.org> Thu, 25 Jan 2001 00:52:56 +0000
-
-pygame (0.5-1) unstable; urgency=low
-
- * New upstream release
-
- -- Francis Irving <francis at flourish.org> Mon, 22 Jan 2001 23:02:10 +0000
-
-pygame (0.4-1) unstable; urgency=low
-
- * Initial Release.
- * This is my first Debian package ;-)
-
- -- Francis Irving <francis at flourish.org> Fri, 5 Jan 2001 00:22:42 +0000
-
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 496ac52..0000000
--- a/debian/clean
+++ /dev/null
@@ -1,3 +0,0 @@
-Setup
-lib/version.py
-sdlaudio.raw
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 5b027d9..0000000
--- a/debian/control
+++ /dev/null
@@ -1,75 +0,0 @@
-Source: pygame
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders:
- Ed Boraas <ed at debian.org>,
- A Mennucc1 <mennucc1 at debian.org>,
- Vincent Cheng <vcheng at debian.org>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- fluid-soundfont-gm,
- fontconfig,
- fonts-dejavu-core,
- libfreetype6-dev,
- libjpeg-dev,
- libpng-dev,
- libportmidi-dev [linux-any],
- 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),
- libsdl1.2-dev (>= 1.2.2-3.1),
- musescore-soundfont-gm,
- python-all-dev (>= 2.6.6-3~),
- python-numpy,
- python3-all-dev,
- python3-numpy,
- sharutils
-Build-Conflicts: python3.2-dev (<< 3.2.3-7)
-Standards-Version: 3.9.8
-X-Python-Version: >= 2.3
-X-Python3-Version: >= 3.2
-Homepage: http://www.pygame.org/
-Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pygame.git
-Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pygame.git
-
-Package: python-pygame
-Architecture: any
-Depends:
- fonts-freefont-ttf,
- python-numpy,
- ${misc:Depends},
- ${python:Depends},
- ${shlibs:Depends}
-Suggests: timidity
-Description: SDL bindings for games development in Python (Python 2)
- A multimedia development kit for Python. Pygame provides modules for you
- to access the video display, play sounds, track time, read the mouse and
- joystick, control the CD player, render true type fonts and more. It does
- this using mainly the cross-platform SDL library, a lightweight wrapper
- to OS-specific APIs.
- .
- This package also includes Pygame's API documentation and examples.
- .
- This is the Python 2 version of the package.
-
-Package: python3-pygame
-Architecture: any
-Depends:
- fonts-freefont-ttf,
- python3-numpy,
- ${misc:Depends},
- ${python3:Depends},
- ${shlibs:Depends}
-Suggests: timidity
-Description: SDL bindings for games development in Python (Python 3)
- A multimedia development kit for Python. Pygame provides modules for you
- to access the video display, play sounds, track time, read the mouse and
- joystick, control the CD player, render true type fonts and more. It does
- this using mainly the cross-platform SDL library, a lightweight wrapper
- to OS-specific APIs.
- .
- This package also includes Pygame's API documentation and examples.
- .
- This is the Python 3 version of the package.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 756f2f4..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,249 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: pygame
-Source: http://www.pygame.org/ftp/
-
-Files: *
-Copyright: 2000-2003 Pete Shinners <pete at shinners.org>
- 2006-2007 Rene Dudfield
- 2007 Richard Goedeken
- 2007-2008 Marcus von Appen
-License: LGPL-2+
-
-Files: src/fastevents.c src/fastevents.h
-Copyright: 2002 Bob Pendleton
-License: LGPL-2.1+
-
-Files: src/sdlmain_osx.m
-Copyright: 2009 Brian Fisher
-License: LGPL-2+
-
-Files: src/SDL_gfx/*
-Copyright: A. Schiffler
-License: LGPL-2+
-
-Files: src/overlay.c
-Copyright: 2002-2003 Dmitry Borisov
-License: LGPL-2+
-
-Files: src/bitmask.c src/bitmask.h src/mask.c
-Copyright: 2002-2005 Ulf Ekstrom
- 1992 Donald W. Gillies
-License: LGPL-2+
-
-Files: lib/sprite.py
-Copyright: 2000-2003, 2007 Pete Shinners
- 2004 Joe Wreschnig
-License: LGPL-2+
-
-Files: lib/freesansbold.ttf
-Copyright: 2002-2009 Free Software Foundation
-License: GPL-3.0+ with FreeFont exception
-
-Files: src/camera.doc src/_camera.c docs/ref/camera.html
-Copyright: 2004 Takafumi Mizuno <taka-qce at ls-a.jp>
-License: BSD-2-clause
-
-Files: src/numeric_arrayobject.h
-Copyright: 1996 The Regents of the University of California
-License: python-numeric
-
-Files: test/test_utils/unittest.py
-Copyright: 1999-2003 Steve Purcell
-License: python
-
-Files: examples/*
-Copyright: Public Domain
-License: public-domain
-
-Files: debian/*
-Copyright: 2001 Francis Irving <francis at flourish.org>
- 2001-2004 Ed Boraas <ed at debian.org>
- 2005-2006 Joe Wreschnig <piman at debian.org>
- 2008-2011 A Mennucc1 <mennucc1 at debian.org>
- 2011-2014 Vincent Cheng <vcheng at debian.org>
-License: LGPL-2+
-
-License: LGPL-2+
- This package is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
- .
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in "/usr/share/common-licenses/LGPL-2".
-
-License: LGPL-2.1+
- This package is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
- .
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in "/usr/share/common-licenses/LGPL-2.1".
-
-License: GPL-3.0+ with FreeFont exception
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
- .
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- .
- As a special exception, if you create a document which uses this font, and
- embed this font or unaltered portions of this font into the document, this
- font does not by itself cause the resulting document to be covered by the GNU
- General Public License. This exception does not however invalidate any other
- reasons why the document might be covered by the GNU General Public License.
- If you modify this font, you may extend this exception to your version of the
- font, but you are not obligated to do so. If you do not wish to do so, delete
- this exception statement from your version.
- .
- On Debian systems, the complete text of the GNU General
- Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
-
-License: BSD-2-clause
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- .
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- .
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
-
-License: python
- Copyright (c) 1999-2003 Steve Purcell
- This module is free software, and you may redistribute it and/or modify
- it under the same terms as Python itself, so long as this copyright message
- and disclaimer are retained in their original form.
- .
- IN NO EVENT SHALL THE AUTHOR BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
- SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF
- THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
- DAMAGE.
- .
- THE AUTHOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
- PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
- AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
- SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
- .
- PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
- --------------------------------------------
- .
- 1. This LICENSE AGREEMENT is between the Python Software Foundation
- ("PSF"), and the Individual or Organization ("Licensee") accessing and
- otherwise using this software ("Python") in source or binary form and
- its associated documentation.
- .
- 2. Subject to the terms and conditions of this License Agreement, PSF hereby
- grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
- analyze, test, perform and/or display publicly, prepare derivative works,
- distribute, and otherwise use Python alone or in any derivative version,
- provided, however, that PSF's License Agreement and PSF's notice of copyright,
- i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
- Python Software Foundation; All Rights Reserved" are retained in Python alone or
- in any derivative version prepared by Licensee.
- .
- 3. In the event Licensee prepares a derivative work that is based on
- or incorporates Python or any part thereof, and wants to make
- the derivative work available to others as provided herein, then
- Licensee hereby agrees to include in any such work a brief summary of
- the changes made to Python.
- .
- 4. PSF is making Python available to Licensee on an "AS IS"
- basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
- IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
- DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
- FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
- INFRINGE ANY THIRD PARTY RIGHTS.
- .
- 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
- FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
- A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
- OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
- .
- 6. This License Agreement will automatically terminate upon a material
- breach of its terms and conditions.
- .
- 7. Nothing in this License Agreement shall be deemed to create any
- relationship of agency, partnership, or joint venture between PSF and
- Licensee. This License Agreement does not grant permission to use PSF
- trademarks or trade name in a trademark sense to endorse or promote
- products or services of Licensee, or any third party.
- .
- 8. By copying, installing or otherwise using Python, Licensee
- agrees to be bound by the terms and conditions of this License
- Agreement.
-
-License: python-numeric
- Copyright (c) 1996. The Regents of the University of California. All
- rights reserved.
- .
- Permission to use, copy, modify, and distribute this software for any
- purpose without fee is hereby granted, provided that this entire
- notice is included in all copies of any software which is or includes
- a copy or modification of this software and in all copies of the
- supporting documentation for such software.
- .
- This work was produced at the University of California, Lawrence
- Livermore National Laboratory under contract no. W-7405-ENG-48
- between the U.S. Department of Energy and The Regents of the
- University of California for the operation of UC LLNL.
- .
- DISCLAIMER
- .
- This software was prepared as an account of work sponsored by an
- agency of the United States Government. Neither the United States
- Government nor the University of California nor any of their
- employees, makes any warranty, express or implied, or assumes any
- liability or responsibility for the accuracy, completeness, or
- usefulness of any information, apparatus, product, or process
- disclosed, or represents that its use would not infringe
- privately-owned rights. Reference herein to any specific commercial
- products, process, or service by trade name, trademark, manufacturer,
- or otherwise, does not necessarily constitute or imply its
- endorsement, recommendation, or favoring by the United States
- Government or the University of California. The views and opinions of
- authors expressed herein do not necessarily state or reflect those of
- the United States Government or the University of California, and
- shall not be used for advertising or product endorsement purposes.
-
-License: public-domain
- The source code for these examples is in the public domain. Feel free to
- use for your own projects. (See examples/readme.txt)
diff --git a/debian/patches/0003-Drop-ffmpeg-dependencies-pygame-no-longer-has-movie-.patch b/debian/patches/0003-Drop-ffmpeg-dependencies-pygame-no-longer-has-movie-.patch
deleted file mode 100644
index a8153d6..0000000
--- a/debian/patches/0003-Drop-ffmpeg-dependencies-pygame-no-longer-has-movie-.patch
+++ /dev/null
@@ -1,293 +0,0 @@
-From 9393c5cbd104755447358418e318db256b09d325 Mon Sep 17 00:00:00 2001
-From: Stefano Rivera <stefanor at debian.org>
-Date: Sat, 5 Mar 2016 17:19:40 -0500
-Subject: Drop ffmpeg dependencies, pygame no longer has movie support
-
-Forwarded: https://bitbucket.org/pygame/pygame/pull-requests/53/pull-out-ffmpeg-and-smpeg-dependencies/diff
----
- .travis.yml | 2 +-
- Setup.in | 1 -
- bdist_mpkg_support.py | 1 -
- config_darwin.py | 4 ----
- config_msys.py | 3 +--
- config_unix.py | 39 +--------------------------------------
- config_win.py | 10 ++--------
- configtest/test-smpeg-config | 7 -------
- configtest/test_config_msys.py | 6 ------
- configtest/test_config_win.py | 4 +---
- configtest/test_dll.py | 1 -
- dll.py | 3 +--
- 12 files changed, 7 insertions(+), 74 deletions(-)
- delete mode 100644 configtest/test-smpeg-config
-
-diff --git a/.travis.yml b/.travis.yml
-index 82b73b1..6162591 100644
---- a/.travis.yml
-+++ b/.travis.yml
-@@ -24,7 +24,7 @@ script:
- # Here we install the ubuntu dependencies with apt-get.
- before_install:
- - sudo apt-get update
-- - sudo apt-get install python-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev libsmpeg-dev python-numpy libportmidi-dev ffmpeg libswscale-dev libavformat-dev libavcodec-dev libjpeg-dev libtiff4-dev libx11-6 libX11-dev xfonts-base xfonts-100dpi xfonts-75dpi xfonts-cyrillic
-+ - sudo apt-get install python-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev python-numpy libportmidi-dev libjpeg-dev libtiff4-dev libx11-6 libX11-dev xfonts-base xfonts-100dpi xfonts-75dpi xfonts-cyrillic
-
- # Here we can notify the pygame irc chat.
-
-diff --git a/Setup.in b/Setup.in
-index 8a72fd4..735b890 100644
---- a/Setup.in
... 546 lines suppressed ...
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pygame.git
More information about the Python-modules-commits
mailing list