[Python-modules-commits] r5785 - in packages/pygpu/trunk/debian (changelog control)

jandd-guest at users.alioth.debian.org jandd-guest at users.alioth.debian.org
Tue Jul 1 19:56:26 UTC 2008


    Date: Tuesday, July 1, 2008 @ 19:56:25
  Author: jandd-guest
Revision: 5785

* did some testing of pygpu
* bump Standards-Version to 3.8.0

Modified:
  packages/pygpu/trunk/debian/changelog
  packages/pygpu/trunk/debian/control

Modified: packages/pygpu/trunk/debian/changelog
===================================================================
--- packages/pygpu/trunk/debian/changelog	2008-07-01 19:55:56 UTC (rev 5784)
+++ packages/pygpu/trunk/debian/changelog	2008-07-01 19:56:25 UTC (rev 5785)
@@ -1,5 +1,11 @@
 pygpu (0.2.0a-629-1) UNRELEASED; urgency=low
 
+  [ Sandro Tosi ]
   * Initial release (Closes: #446687)
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Tue, 20 Nov 2007 00:16:37 +0100
+  [ Jan Dittberner ]
+  * add me to Uploaders
+  * wrap Depends in debian/control
+  * bump Standards-Version to 3.8.0
+
+ -- Jan Dittberner <jan at dittberner.info>  Tue, 01 Jul 2008 21:55:24 +0200

Modified: packages/pygpu/trunk/debian/control
===================================================================
--- packages/pygpu/trunk/debian/control	2008-07-01 19:55:56 UTC (rev 5784)
+++ packages/pygpu/trunk/debian/control	2008-07-01 19:56:25 UTC (rev 5785)
@@ -2,10 +2,11 @@
 Section: contrib/python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Sandro Tosi <matrixhasu at gmail.com>
+Uploaders: Sandro Tosi <matrixhasu at gmail.com>, Jan Dittberner
+ <jan at dittberner.info>
 Build-Depends: debhelper (>= 5), python
 Build-Depends-Indep: python-central (>= 0.6)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://www.cs.lth.se/home/Calle_Lejdfors/pygpu/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pygpu/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pygpu/trunk/?op=log
@@ -13,7 +14,8 @@
 
 Package: python-pygpu
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-numpy, python-pyglew, python-pygame, python-imaging, python-cg
+Depends: ${python:Depends}, ${misc:Depends}, python-numpy,
+ python-pyglew, python-pygame, python-imaging, python-cg
 XB-Python-Version: ${python:Versions}
 Description: embedded language for programming GPU using Python
  PyGPU is a compiler that lets you write image processing programs in




More information about the Python-modules-commits mailing list