[Python-modules-commits] r7619 - in packages/pyglet/trunk/debian (4 files)
speijnik-guest at users.alioth.debian.org
speijnik-guest at users.alioth.debian.org
Wed Feb 18 07:00:20 UTC 2009
Date: Wednesday, February 18, 2009 @ 07:00:19
Author: speijnik-guest
Revision: 7619
Fixed version mangling in debian/watch.
Fixed Recommends for libopenal1 (was: libopenal0a) as reported by debcheck.
Replace (C) with copyright sign in debian/copyright.
Modified:
packages/pyglet/trunk/debian/changelog
packages/pyglet/trunk/debian/control
packages/pyglet/trunk/debian/copyright
packages/pyglet/trunk/debian/watch
Modified: packages/pyglet/trunk/debian/changelog
===================================================================
--- packages/pyglet/trunk/debian/changelog 2009-02-18 06:46:59 UTC (rev 7618)
+++ packages/pyglet/trunk/debian/changelog 2009-02-18 07:00:19 UTC (rev 7619)
@@ -1,10 +1,20 @@
-pyglet (1.1.2.dfsg-2) UNRELEASED; urgency=low
+pyglet (1.1.2.dfsg-2) unstable; urgency=low
+ [ Sandro Tosi ]
* debian/control
- switch Vcs-Browser field to viewsvn
- -- Sandro Tosi <morph at debian.org> Mon, 03 Nov 2008 22:14:17 +0100
+ [ Stephan Peijnik ]
+ * debian/watch
+ - Fixed version mangling.
+ * debian/control
+ - Fixed Recommends for libopenal1 (was: libopenal0a) as reported
+ by debcheck.
+ * debian/copyright
+ - Replaced (C) with copyright sign.
+ -- Stephan Peijnik <debian at sp.or.at> Wed, 18 Feb 2009 07:57:29 +0100
+
pyglet (1.1.2.dfsg-1) unstable; urgency=low
* New upstream release.
Modified: packages/pyglet/trunk/debian/control
===================================================================
--- packages/pyglet/trunk/debian/control 2009-02-18 06:46:59 UTC (rev 7618)
+++ packages/pyglet/trunk/debian/control 2009-02-18 07:00:19 UTC (rev 7619)
@@ -4,7 +4,8 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Michael Hanke <michael.hanke at gmail.com>,
Per B. Sederberg <psederberg at gmail.com>,
- Ondrej Certik <ondrej at certik.cz>, Stephan Peijnik <debian at sp.or.at>
+ Ondrej Certik <ondrej at certik.cz>,
+ Stephan Peijnik <debian at sp.or.at>
Build-Depends: cdbs, debhelper (>= 5), python-support (>= 0.6), python
Standards-Version: 3.8.0
Homepage: http://www.pyglet.org
@@ -15,8 +16,8 @@
Package: python-pyglet
Architecture: all
-Depends: ${shlibs:Depends}, ${python:Depends}, python-ctypes | python (>= 2.5), libgtk2.0-0, libgl1 | libgl1-mesa-swx11, libglu1 | libglu1-mesa
-Recommends: libasound2 | libopenal0a
+Depends: ${shlibs:Depends}, ${python:Depends}, python-ctypes | python (>= 2.5), libgtk2.0-0, libgl1 | libgl1-mesa-swx11, libglu1 | libglu1-mesa, ${misc:Depends}
+Recommends: libasound2 | libopenal1
Provides: ${python:Provides}
Description: a cross-platform windowing and multimedia library
This library provides an object-oriented programming interface for developing
Modified: packages/pyglet/trunk/debian/copyright
===================================================================
--- packages/pyglet/trunk/debian/copyright 2009-02-18 06:46:59 UTC (rev 7618)
+++ packages/pyglet/trunk/debian/copyright 2009-02-18 07:00:19 UTC (rev 7619)
@@ -12,7 +12,7 @@
Copyright:
- Copyright 2006-2007 Alex Holkner
+ Copyright © 2006-2007 Alex Holkner
License:
@@ -44,12 +44,12 @@
Tobias Sargeant
pyglet/window/win32/constants.py is derived from Python for Windows
-Extensions. Copyright 1994-2001 Mark Hammond.
+Extensions. Copyright © 1994-2001 Mark Hammond.
-pyglet/image/codecs/pypng.py is derived from png.py. Copyright 2006
+pyglet/image/codecs/pypng.py is derived from png.py. Copyright © 2006
Johann C. Rocholl.
-The Debian packaging is (C) 2007, Per B. Sederberg <psederberg at gmail.com>
+The Debian packaging is © 2007, Per B. Sederberg <psederberg at gmail.com>
2007-2008, Michael Hanke <michael.hanke at gmail.com>
2008, Ondrej Certik <ondrej at certik.cz>,
2008, Stephan Peijnik <debian at sp.or.at>
Modified: packages/pyglet/trunk/debian/watch
===================================================================
--- packages/pyglet/trunk/debian/watch 2009-02-18 06:46:59 UTC (rev 7618)
+++ packages/pyglet/trunk/debian/watch 2009-02-18 07:00:19 UTC (rev 7619)
@@ -1,4 +1,4 @@
version=3
-opts=dversionmangle=s/\.dfsg\.\d+$// \
+opts=dversionmangle=s/\.dfsg$// \
http://code.google.com/p/pyglet/ \
http://pyglet.googlecode.com/files/pyglet-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list