[med-svn] r19274 - in trunk/packages/python-cogent/trunk/debian: . patches
Andreas Tille
tille at moszumanska.debian.org
Thu May 21 07:24:58 UTC 2015
Author: tille
Date: 2015-05-21 07:24:58 +0000 (Thu, 21 May 2015)
New Revision: 19274
Removed:
trunk/packages/python-cogent/trunk/debian/python-cogent.install
Modified:
trunk/packages/python-cogent/trunk/debian/changelog
trunk/packages/python-cogent/trunk/debian/control
trunk/packages/python-cogent/trunk/debian/patches/raxml_unsupported_version.patch
trunk/packages/python-cogent/trunk/debian/rules
Log:
Switch from python-support to pybuild
Modified: trunk/packages/python-cogent/trunk/debian/changelog
===================================================================
--- trunk/packages/python-cogent/trunk/debian/changelog 2015-05-21 06:51:16 UTC (rev 19273)
+++ trunk/packages/python-cogent/trunk/debian/changelog 2015-05-21 07:24:58 UTC (rev 19274)
@@ -9,6 +9,8 @@
* cme fix dpkg-control
* Adapt to the naming scheme of cd-hit inside Debian
Closes: #730515
+ * Switch from python-support to pybuild
+ Closes: #786073
-- Andreas Tille <tille at debian.org> Thu, 21 May 2015 08:47:01 +0200
Modified: trunk/packages/python-cogent/trunk/debian/control
===================================================================
--- trunk/packages/python-cogent/trunk/debian/control 2015-05-21 06:51:16 UTC (rev 19273)
+++ trunk/packages/python-cogent/trunk/debian/control 2015-05-21 07:24:58 UTC (rev 19274)
@@ -6,8 +6,8 @@
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
+ dh-python,
python-all-dev,
- python-support,
python-numpy,
python-sphinx,
cython,
Modified: trunk/packages/python-cogent/trunk/debian/patches/raxml_unsupported_version.patch
===================================================================
--- trunk/packages/python-cogent/trunk/debian/patches/raxml_unsupported_version.patch 2015-05-21 06:51:16 UTC (rev 19273)
+++ trunk/packages/python-cogent/trunk/debian/patches/raxml_unsupported_version.patch 2015-05-21 07:24:58 UTC (rev 19274)
@@ -1,3 +1,8 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 21 May 2015 08:47:01 +0200
+Description: The test is checking for an old verison of raxml
+ for no good reason
+
--- a/tests/test_app/test_raxml_v730.py
+++ b/tests/test_app/test_raxml_v730.py
@@ -43,7 +43,8 @@ class GenericRaxml(TestCase):
Deleted: trunk/packages/python-cogent/trunk/debian/python-cogent.install
===================================================================
--- trunk/packages/python-cogent/trunk/debian/python-cogent.install 2015-05-21 06:51:16 UTC (rev 19273)
+++ trunk/packages/python-cogent/trunk/debian/python-cogent.install 2015-05-21 07:24:58 UTC (rev 19274)
@@ -1 +0,0 @@
-usr/lib
Modified: trunk/packages/python-cogent/trunk/debian/rules
===================================================================
--- trunk/packages/python-cogent/trunk/debian/rules 2015-05-21 06:51:16 UTC (rev 19273)
+++ trunk/packages/python-cogent/trunk/debian/rules 2015-05-21 07:24:58 UTC (rev 19274)
@@ -4,10 +4,11 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export PYBUILD_NAME=cogent
PKG := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
%:
- dh $@ --with python2
+ dh $@ --with python2 --buildsystem=pybuild
override_dh_clean:
#These files are rebuilt on-the-fly
More information about the debian-med-commit
mailing list