[Python-modules-commits] r20728 - in packages/pyopengl/trunk/debian (changelog watch)
adejong at users.alioth.debian.org
adejong at users.alioth.debian.org
Sat Mar 10 15:02:46 UTC 2012
Date: Saturday, March 10, 2012 @ 15:02:42
Author: adejong
Revision: 20728
* debian/watch
- Update to use PyPI
Modified:
packages/pyopengl/trunk/debian/changelog
packages/pyopengl/trunk/debian/watch
Modified: packages/pyopengl/trunk/debian/changelog
===================================================================
--- packages/pyopengl/trunk/debian/changelog 2012-03-10 14:16:08 UTC (rev 20727)
+++ packages/pyopengl/trunk/debian/changelog 2012-03-10 15:02:42 UTC (rev 20728)
@@ -1,3 +1,10 @@
+pyopengl (3.0.1~b2-2) UNRELEASED; urgency=low
+
+ * debian/watch
+ - Update to use PyPI
+
+ -- Arthur de Jong <adejong at debian.org> Sat, 10 Mar 2012 15:58:19 +0100
+
pyopengl (3.0.1~b2-1) unstable; urgency=low
* New upstream release
@@ -114,12 +121,12 @@
* Added suggestion for libgle3
* Updated standards version to 3.7.3, no changes necessary.
* Added patch to remove setuptools-dependency on ctypes in setup.py
- * Replace dependency on python-setuptools with
+ * Replace dependency on python-setuptools with
python-pkg-resources. (Closes: #468718)
* Documentation is not included in source package, is now
created during package build. Added build-dependencies
- on GL (libgl1), GLU (libglu1), GLUT (freeglut3) and
- GLE (libgle3) to make this possible.
+ on GL (libgl1), GLU (libglu1), GLUT (freeglut3) and
+ GLE (libgle3) to make this possible.
-- Torsten Marek <shlomme at debian.org> Sun, 02 Mar 2008 22:51:50 +0100
@@ -135,7 +142,7 @@
* Promoted NumPy to a recommendation.
* Added python-tk to suggests.
* Depend on python-setuptools. (Closes: #435161)
-
+
-- Torsten Marek <shlomme at debian.org> Fri, 27 Jul 2007 19:34:06 +0200
pyopengl (3.0.0~a6-2) unstable; urgency=low
@@ -178,7 +185,7 @@
removed and replaced with a symlink to Bitstream Vera Sans Italic.
(Closes: 393730)
* Bumped standards-version to 3.7.2, no changes required.
- * Removed dh_python, not longer necessary.
+ * Removed dh_python, not longer necessary.
-- Ana Beatriz Guerrero Lopez <ana at debian.org> Sun, 29 Oct 2006 15:14:56 +0100
@@ -189,7 +196,7 @@
on s390 (Closes: #387930)
* Don't instantiate Tkinter.Tk in setup/togl_setup, modified
build scripts to work without it
- * Bump debhelper compatibility level to 5
+ * Bump debhelper compatibility level to 5
* Add debian/pycompat and build-depend on correct debhelper version
-- Torsten Marek <shlomme at debian.org> Mon, 18 Sep 2006 20:33:43 +0200
@@ -236,7 +243,7 @@
* Acknowledge NMUs. (Closes: #282942, #258480)
* Updated build dependencies for xlibmesa-dev split.
* Cleaned out version control files from the diff.
- * Remove .cvsignore files from the packages.
+ * Remove .cvsignore files from the packages.
-- Jamie Wilkinson <jaq at debian.org> Sun, 24 Apr 2005 14:48:41 +1000
@@ -328,7 +335,7 @@
-- Jamie Wilkinson <jaq at debian.org> Sun, 30 May 2004 20:13:46 +1000
pyopengl (2.0.0.44-1) unstable; urgency=low
-
+
* New upstream release. (Closes: #111372)
* Packages for each Python minor version. (Closes: #152568)
* Source package name changed to that of upstream.
@@ -342,7 +349,7 @@
+ Fixing tk-include-path detection in setup/togl_setup.py.
* Bumped standards version.
* Depends on libgle-dev for the OpenGL.GLE module.
-
+
-- Jamie Wilkinson <jaq at debian.org> Thu, 8 Apr 2004 16:17:07 +1000
python-opengl (1.5.7-6) unstable; urgency=low
@@ -478,5 +485,3 @@
* Initial Release.
-- Enrique Zanardi <ezanard at debian.org> Sun, 25 Mar 2001 13:54:08 +0100
-
-
Modified: packages/pyopengl/trunk/debian/watch
===================================================================
--- packages/pyopengl/trunk/debian/watch 2012-03-10 14:16:08 UTC (rev 20727)
+++ packages/pyopengl/trunk/debian/watch 2012-03-10 15:02:42 UTC (rev 20728)
@@ -2,4 +2,4 @@
# bloody trick to identify only versions starting with a digit, removing the tilde from debian version
opts=dversionmangle=s/~//g \
-http://sf.net/pyopengl/PyOpenGL-(\d.*)\.tar\.gz
+http://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-([\d\.]*)\.tar\.gz
More information about the Python-modules-commits
mailing list