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

Andreas Tille tille at alioth.debian.org
Wed Apr 27 07:34:05 UTC 2011


Author: tille
Date: 2011-04-27 07:33:58 +0000 (Wed, 27 Apr 2011)
New Revision: 6664

Modified:
   trunk/packages/python-cogent/trunk/debian/changelog
   trunk/packages/python-cogent/trunk/debian/compat
   trunk/packages/python-cogent/trunk/debian/control
   trunk/packages/python-cogent/trunk/debian/rules
Log:
Move to dh_python2 and thus remove Python 2.5 dependency, debhelper 8


Modified: trunk/packages/python-cogent/trunk/debian/changelog
===================================================================
--- trunk/packages/python-cogent/trunk/debian/changelog	2011-04-27 07:30:58 UTC (rev 6663)
+++ trunk/packages/python-cogent/trunk/debian/changelog	2011-04-27 07:33:58 UTC (rev 6664)
@@ -1,3 +1,15 @@
+python-cogent (1.5-3) unstable; urgency=low
+
+  * debian/control:
+    - Remove Sri Girish Srinivasa Murthy from Uploaders
+    - Standards-Version: 3.9.2 (no changes needed)
+    - python-all-dev (>= 2.6) to be able to use dh_python2
+  * debhelper 8 (control+compat)
+  * debian/rules: dh_python2
+    Finally closes: #596540
+
+ -- Andreas Tille <tille at debian.org>  Wed, 27 Apr 2011 09:16:52 +0200
+
 python-cogent (1.5-2) unstable; urgency=low
 
   * debian/copyright: Clarified license of two single non-free files

Modified: trunk/packages/python-cogent/trunk/debian/compat
===================================================================
--- trunk/packages/python-cogent/trunk/debian/compat	2011-04-27 07:30:58 UTC (rev 6663)
+++ trunk/packages/python-cogent/trunk/debian/compat	2011-04-27 07:33:58 UTC (rev 6664)
@@ -1 +1 @@
-7
+8

Modified: trunk/packages/python-cogent/trunk/debian/control
===================================================================
--- trunk/packages/python-cogent/trunk/debian/control	2011-04-27 07:30:58 UTC (rev 6663)
+++ trunk/packages/python-cogent/trunk/debian/control	2011-04-27 07:33:58 UTC (rev 6664)
@@ -2,12 +2,11 @@
 Section: python
 Priority: extra
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Sri Girish Srinivasa Murthy <srigirish at evolbio.mpg.de>,
- Steffen Moeller <moeller at debian.org>,
+Uploaders: Steffen Moeller <moeller at debian.org>,
  Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 7.1), python-all-dev, python-support, python-numpy (>= 1.3.0),
+Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6), python-support, python-numpy (>= 1.3.0),
  python-sphinx
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 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/

Modified: trunk/packages/python-cogent/trunk/debian/rules
===================================================================
--- trunk/packages/python-cogent/trunk/debian/rules	2011-04-27 07:30:58 UTC (rev 6663)
+++ trunk/packages/python-cogent/trunk/debian/rules	2011-04-27 07:33:58 UTC (rev 6664)
@@ -7,7 +7,7 @@
 PKG := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_clean:
 	rm -rf build build-stamp




More information about the debian-med-commit mailing list