[med-svn] r4945 - trunk/packages/python-cogent/trunk/debian

Steffen Möller moeller at alioth.debian.org
Sat Jun 26 18:29:31 UTC 2010


Author: moeller
Date: 2010-06-26 18:29:29 +0000 (Sat, 26 Jun 2010)
New Revision: 4945

Modified:
   trunk/packages/python-cogent/trunk/debian/control
   trunk/packages/python-cogent/trunk/debian/rules
Log:
PyCogent is now fully functional from what I observe.
What is still missing for an upload is some extra
confirmation on parts of the code if it may be redistributed.


Modified: trunk/packages/python-cogent/trunk/debian/control
===================================================================
--- trunk/packages/python-cogent/trunk/debian/control	2010-06-26 14:24:20 UTC (rev 4944)
+++ trunk/packages/python-cogent/trunk/debian/control	2010-06-26 18:29:29 UTC (rev 4945)
@@ -2,9 +2,11 @@
 Section: python
 Priority: extra
 Maintainer: Sri Girish Srinivasa Murthy <srigirish at evolbio.mpg.de>
-Build-Depends: debhelper (>= 7), cdbs, python, python-central, python-numpy (>= 1.3.0)
+Build-Depends: debhelper (>= 7), cdbs, python, python-support, python-numpy (>= 1.3.0)
 Standards-Version: 3.8.4
 Homepage: http://pycogent.sourceforge.net/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/python-cogent/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/python-cogent/trunk/
 
 Package: python-cogent
 Architecture: any

Modified: trunk/packages/python-cogent/trunk/debian/rules
===================================================================
--- trunk/packages/python-cogent/trunk/debian/rules	2010-06-26 14:24:20 UTC (rev 4944)
+++ trunk/packages/python-cogent/trunk/debian/rules	2010-06-26 18:29:29 UTC (rev 4945)
@@ -4,16 +4,13 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export DEB_PYTHON_SYSTEM=pycentral
+export DEB_PYTHON_SYSTEM=pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-install::
-	find . -name runAdt | xargs -r chmod +x 
+#install::
+#	dh_link usr/lib/python$(cdbs_python_build_versions)/site-packages/cogent usr/lib/python$(cdbs_python_build_versions)
 
 clean::
-	find . -name CVS -a -type d | xargs -r rm -r
-	find . -name runAdt | xargs -r chmod +x 
 	rm -rf build build-stamp




More information about the debian-med-commit mailing list