pyglet 1.1.4.dfsg-2 source package in Ubuntu

Changelog

pyglet (1.1.4.dfsg-2) unstable; urgency=low

  * Rebuild for upload to unstable

pyglet (1.1.4.dfsg-1) experimental; urgency=low

  * New upstream release (Closes: #532807)
  * debian/copyright:
    - converted to DEP5 format
    - added myself to holders of debian/*
  * debian/control:
    - boosted standards version to 3.9.1.  BSD license included
      verbatim in a debian/copyright now
    - added myself to uploaders
  * debian/rules: get-orig-sources
    - not removing materials with included now copyright, free license
      terms
    - not pruning tools since script is minimal, written by the pyglet
      original author, part of the project, thus is covered by project's
      copyright/license
  * debian/source/format: switch source format to 3.0 (quilt)
  * Introduced patches:
    - up_no_string_exceptions: deduced two types of exceptions appropritate
      for the context to replace deprecated in 2.6 string exceptions
      (Closes: #585316)
    - up_typo_have_getprocaddress: minor typo
    - up_no_standard_config_available: use find_library first -- workaround
      the issue for NVidia GLX libraries (Closes: #584548)

pyglet (1.1.2.dfsg-3) UNRELEASED; urgency=low

  * debian/control
    - removed Ondrej from Uploaders: thanks for your work!
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 May 2011 13:36:39 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pyglet_1.1.4.dfsg.orig.tar.gz 1.6 MiB 23206c7f25b3664278a2093e27714746bfc3398a628b76ba291f9e3690d937d9
pyglet_1.1.4.dfsg-2.debian.tar.gz 6.2 KiB 3eda5900ef6ef042e66a283369024f48deea161176e1f4dc0f2ad5f7e9868c3a
pyglet_1.1.4.dfsg-2.dsc 1.4 KiB 77b8f1c6ff483f155c6852762b6487f608c55906fb38c7d246b02723c7d01d86

Available diffs

View changes file

Binary packages built by this source

python-pyglet: cross-platform windowing and multimedia library

 This library provides an object-oriented programming interface for developing
 games and other visually-rich applications with Python.
 pyglet has virtually no external dependencies. For most applications and game
 requirements, pyglet needs nothing else besides Python, simplifying
 distribution and installation. It also handles multiple windows and
 fully aware of multi-monitor setups.
 .
 pyglet might be seen as an alternative to PyGame.