[Python-modules-commits] r24509 - in packages/pygame (4 files)
vincentc-guest at users.alioth.debian.org
vincentc-guest at users.alioth.debian.org
Fri May 24 10:06:18 UTC 2013
Date: Friday, May 24, 2013 @ 10:06:15
Author: vincentc-guest
Revision: 24509
pygame: Remove dependency on ${python:Provides}
Modified:
packages/pygame/branches/sid/debian/changelog
packages/pygame/branches/sid/debian/control
packages/pygame/trunk/debian/changelog
packages/pygame/trunk/debian/control
Modified: packages/pygame/branches/sid/debian/changelog
===================================================================
--- packages/pygame/branches/sid/debian/changelog 2013-05-24 10:04:36 UTC (rev 24508)
+++ packages/pygame/branches/sid/debian/changelog 2013-05-24 10:06:15 UTC (rev 24509)
@@ -3,6 +3,7 @@
* 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.
+ * Remove dependency on ${python:Provides}.
-- Vincent Cheng <Vincentc1208 at gmail.com> Fri, 24 May 2013 02:54:45 -0700
Modified: packages/pygame/branches/sid/debian/control
===================================================================
--- packages/pygame/branches/sid/debian/control 2013-05-24 10:04:36 UTC (rev 24508)
+++ packages/pygame/branches/sid/debian/control 2013-05-24 10:06:15 UTC (rev 24509)
@@ -35,7 +35,6 @@
${python:Depends},
${shlibs:Depends}
Suggests: timidity
-Provides: ${python:Provides}
Replaces: python2.3-pygame, python2.4-pygame
Conflicts: python2.3-pygame, python2.4-pygame
Description: SDL bindings for games development in Python
Modified: packages/pygame/trunk/debian/changelog
===================================================================
--- packages/pygame/trunk/debian/changelog 2013-05-24 10:04:36 UTC (rev 24508)
+++ packages/pygame/trunk/debian/changelog 2013-05-24 10:06:15 UTC (rev 24509)
@@ -4,6 +4,7 @@
maintainer, and move Ed Boraas into Uploaders with his consent.
- Update Vcs-* fields accordingly.
* Replace build-dep on python3.2 (>= 3.2.3-7) with build-conflicts instead.
+ * Remove dependency on ${python:Provides}.
-- Vincent Cheng <Vincentc1208 at gmail.com> Fri, 24 May 2013 02:54:45 -0700
Modified: packages/pygame/trunk/debian/control
===================================================================
--- packages/pygame/trunk/debian/control 2013-05-24 10:04:36 UTC (rev 24508)
+++ packages/pygame/trunk/debian/control 2013-05-24 10:06:15 UTC (rev 24509)
@@ -43,7 +43,6 @@
${python:Depends},
${shlibs:Depends}
Suggests: timidity
-Provides: ${python:Provides}
Replaces: python2.3-pygame, python2.4-pygame
Conflicts: python2.3-pygame, python2.4-pygame
Description: SDL bindings for games development in Python (Python 2)
@@ -67,7 +66,6 @@
${python3:Depends},
${shlibs:Depends}
Suggests: timidity
-Provides: ${python3:Provides}
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
More information about the Python-modules-commits
mailing list