[med-svn] r13606 - trunk/packages/metastudent/trunk/debian
Laszlo Kajan
lkajan at alioth.debian.org
Thu May 16 16:28:11 UTC 2013
Author: lkajan
Date: 2013-05-16 16:28:11 +0000 (Thu, 16 May 2013)
New Revision: 13606
Modified:
trunk/packages/metastudent/trunk/debian/README.Debian
trunk/packages/metastudent/trunk/debian/changelog
trunk/packages/metastudent/trunk/debian/control
trunk/packages/metastudent/trunk/debian/rules
Log:
documented Depends: metastudent-data
Modified: trunk/packages/metastudent/trunk/debian/README.Debian
===================================================================
--- trunk/packages/metastudent/trunk/debian/README.Debian 2013-05-16 15:15:39 UTC (rev 13605)
+++ trunk/packages/metastudent/trunk/debian/README.Debian 2013-05-16 16:28:11 UTC (rev 13606)
@@ -1,5 +1,5 @@
metastudent for Debian
======================
-metastudent searches through large data files (~400M compressed) in order to predict gene ontology terms. These data files are available from [1], and are released under the GPL-2+. metastudent automatically downloads the data files from [1], in case they are not yet present on the host machine.
+metastudent searches through large data files (>100M compressed) in order to predict gene ontology terms. These data files are available from the metastudent-data package or [1], and are released under the GPL-2+.
[1] ftp://rostlab.org/metastudent/metastudent-data_[0-9.]+.tar.gz
Modified: trunk/packages/metastudent/trunk/debian/changelog
===================================================================
--- trunk/packages/metastudent/trunk/debian/changelog 2013-05-16 15:15:39 UTC (rev 13605)
+++ trunk/packages/metastudent/trunk/debian/changelog 2013-05-16 16:28:11 UTC (rev 13606)
@@ -1,7 +1,6 @@
-metastudent (1.0.8-1.1) UNRELEASED; urgency=low
+metastudent (1.0.8-2) unstable; urgency=low
- * Non-maintainer upload.
- * NOT RELEASED YET
+ * This version depends on data packaged as metastudent-data.
-- Laszlo Kajan <lkajan at rostlab.org> Wed, 08 May 2013 17:23:51 +0200
Modified: trunk/packages/metastudent/trunk/debian/control
===================================================================
--- trunk/packages/metastudent/trunk/debian/control 2013-05-16 15:15:39 UTC (rev 13605)
+++ trunk/packages/metastudent/trunk/debian/control 2013-05-16 16:28:11 UTC (rev 13606)
@@ -2,7 +2,7 @@
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Tobias Hamp <hampt at rostlab.org>, Laszlo Kajan <lkajan at debian.org>
+Uploaders: Tobias Hamp <hampt at rostlab.org>, Laszlo Kajan <lkajan at rostlab.org>
Build-Depends-Indep: debhelper (>=8~), python-support (>= 0.6), python (>= 2.6), javahelper (>=0.25), default-jdk
XS-Python-Version: >= 2.6
Standards-Version: 3.9.4
Modified: trunk/packages/metastudent/trunk/debian/rules
===================================================================
--- trunk/packages/metastudent/trunk/debian/rules 2013-05-16 15:15:39 UTC (rev 13605)
+++ trunk/packages/metastudent/trunk/debian/rules 2013-05-16 16:28:11 UTC (rev 13606)
@@ -14,3 +14,7 @@
override_dh_auto_install:
dh_auto_install
find . -regex ".*/knn_weighted\|.*/CafaWrapper1\.pl\|.*/CafaWrapper2\.pl\|.*/CafaWrapper3\.pl\|.*/CafaWrapper3_new\.pl\|.*/exercise3\.pl\|.*/treehandler\.pl\|.*/validate\.pl" -exec chmod +x {} \;
+
+get-orig-source:
+ mkdir -p ../tarballs
+ uscan --verbose --force-download --destdir=../tarballs
More information about the debian-med-commit
mailing list