pygame 1.9.1release+dfsg-2 source package in Ubuntu

Changelog

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.

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 <email address hidden>   Tue,  03 Jan 2012 10:12:16 +0000

Upload details

Uploaded by:
Vincent Cheng
Uploaded to:
Precise
Original maintainer:
Ed Boraas
Architectures:
any
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pygame_1.9.1release+dfsg.orig.tar.gz 2.0 MiB 47edb295217211724f7c0686e1ea3e759840e0aada8ef774c82a366882a3fe36
pygame_1.9.1release+dfsg-2.debian.tar.gz 10.5 KiB d30ecd1bba0d62dde23592a7476d383a721399833aead86ab4e41838276d01cd
pygame_1.9.1release+dfsg-2.dsc 2.2 KiB 46a456290babca11dc14c985cbf9cb00a804189d7e196ed4e270e0b4bc375057

View changes file

Binary packages built by this source

python-pygame: SDL bindings for games development in Python

 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.