[med-svn] r18765 - trunk/packages/python-miso/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Thu Feb 12 14:35:39 UTC 2015


Author: tille
Date: 2015-02-12 14:35:38 +0000 (Thu, 12 Feb 2015)
New Revision: 18765

Modified:
   trunk/packages/python-miso/trunk/debian/control
   trunk/packages/python-miso/trunk/debian/rules
Log:
Really run any test that is supposed to be run


Modified: trunk/packages/python-miso/trunk/debian/control
===================================================================
--- trunk/packages/python-miso/trunk/debian/control	2015-02-12 14:06:31 UTC (rev 18764)
+++ trunk/packages/python-miso/trunk/debian/control	2015-02-12 14:35:38 UTC (rev 18765)
@@ -2,7 +2,7 @@
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Steffen Moeller <moeller at debian.org>,
            Andreas Tille <tille at debian.org>
-Section: science
+Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9~),
                dh-python,

Modified: trunk/packages/python-miso/trunk/debian/rules
===================================================================
--- trunk/packages/python-miso/trunk/debian/rules	2015-02-12 14:06:31 UTC (rev 18764)
+++ trunk/packages/python-miso/trunk/debian/rules	2015-02-12 14:35:38 UTC (rev 18765)
@@ -13,6 +13,8 @@
 		ln -s ../../../../misopy/test-data {build_dir}/misopy && \
 		mkdir -p {build_dir}/misopy/gff-events/mm9/genes && \
 		ln -s ../../../../../../../misopy/gff-events/mm9/genes/Atp2b1.mm9.gff {build_dir}/misopy/gff-events/mm9/genes && \
+		mkdir -p {build_dir}/misopy/settings && \
+		ln -s ../../../../../misopy/settings/miso_settings.txt {build_dir}/misopy/settings && \
 		cd {build_dir} && \
 		PYTHONPATH={build_dir} python -m unittest discover -v" \
 	dh_auto_test --buildsystem=pybuild




More information about the debian-med-commit mailing list