[Python-modules-commits] r4848 - in packages/pygpu/trunk/debian (control rules)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Tue Mar 18 23:31:45 UTC 2008


    Date: Tuesday, March 18, 2008 @ 23:31:44
  Author: morph-guest
Revision: 4848

POX suggestions

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

Modified: packages/pygpu/trunk/debian/control
===================================================================
--- packages/pygpu/trunk/debian/control	2008-03-18 23:03:42 UTC (rev 4847)
+++ packages/pygpu/trunk/debian/control	2008-03-18 23:31:44 UTC (rev 4848)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Sandro Tosi <matrixhasu at gmail.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5), python-all
-Build-Depends-Indep: python-support (>= 0.4)
+Build-Depends: debhelper (>= 5), python
+Build-Depends-Indep: python-central (>= 0.6)
 Standards-Version: 3.7.3
 Homepage: http://www.cs.lth.se/home/Calle_Lejdfors/pygpu/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pygpu/trunk/
@@ -13,14 +13,11 @@
 
 Package: python-pygpu
 Architecture: all
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-numpy, python-pyglew, python-pygame, python-imaging
-Suggests: python-cg
+Depends: ${python:Depends}, ${misc:Depends}, python-numpy, python-pyglew, python-pygame, python-imaging, python-cg
 XB-Python-Version: ${python:Versions}
-Provides: ${python:Provides}
 Description: embedded language for programming GPU using Python
- PyGPU is a compiler that  lets you write image processing programs in
- Python that execute on the  graphics processing unit (GPU) present in
- modern graphics  cards.  This enables image  processing algorithms to
- take advantage of  the performance of the GPU.  In some applications,
- performance  increases approach  an order  of magnitude,  compared to
- CPUs.
+ PyGPU is a compiler that lets you write image processing programs in
+ Python that execute on the graphics processing unit (GPU) present in
+ modern graphics cards. This enables image processing algorithms to
+ take advantage of the performance of the GPU. In some applications,
+ performance increases approach an order of magnitude, compared to CPUs.

Modified: packages/pygpu/trunk/debian/rules
===================================================================
--- packages/pygpu/trunk/debian/rules	2008-03-18 23:03:42 UTC (rev 4847)
+++ packages/pygpu/trunk/debian/rules	2008-03-18 23:31:44 UTC (rev 4848)
@@ -5,12 +5,7 @@
 #export DH_VERBOSE=1
 
 build:
-	dh_testdir
-	
-	python debian/setup.py build
 
-	touch $@
-
 clean:
 	dh_testdir
 	dh_testroot
@@ -42,12 +37,10 @@
 	dh_installchangelogs 
 	dh_installdocs
 	dh_installexamples	main.py pygpu_test.py
-	dh_pysupport
-	dh_link
+	dh_pycentral
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




More information about the Python-modules-commits mailing list