Author: lkajan Date: 2013-06-10 14:50:15 +0000 (Mon, 10 Jun 2013) New Revision: 13901
Modified: trunk/packages/metastudent-data-2/trunk/debian/README.source trunk/packages/metastudent-data-2/trunk/debian/changelog trunk/packages/metastudent-data-2/trunk/debian/control trunk/packages/metastudent-data-2/trunk/debian/copyright trunk/packages/metastudent-data-2/trunk/debian/rules trunk/packages/metastudent-data-2/trunk/debian/watch Log: fixed Debianization with minor changes Modified: trunk/packages/metastudent-data-2/trunk/debian/README.source =================================================================== --- trunk/packages/metastudent-data-2/trunk/debian/README.source 2013-06-10 12:49:26 UTC (rev 13900) +++ trunk/packages/metastudent-data-2/trunk/debian/README.source 2013-06-10 14:50:15 UTC (rev 13901) @@ -1,4 +1,3 @@ -metastudent-data for Debian -=========================== -This package provides large (>100MB uncompressed) BLAST databases required by metastudent. -The databases are in binary format, and are multi-platform. For this reason they are installed into /usr/share/metastudent-data. +metastudent-data-2 for Debian +============================= +This package provides additional architecture independent data files required by metastudent. Modified: trunk/packages/metastudent-data-2/trunk/debian/changelog =================================================================== --- trunk/packages/metastudent-data-2/trunk/debian/changelog 2013-06-10 12:49:26 UTC (rev 13900) +++ trunk/packages/metastudent-data-2/trunk/debian/changelog 2013-06-10 14:50:15 UTC (rev 13901) @@ -1,4 +1,4 @@ -metastudent-data-2 (1.0.0-1~bpo70+1) unstable; urgency=low +metastudent-data-2 (1.0.0-1) UNRELEASED; urgency=low * Initial release Modified: trunk/packages/metastudent-data-2/trunk/debian/control =================================================================== --- trunk/packages/metastudent-data-2/trunk/debian/control 2013-06-10 12:49:26 UTC (rev 13900) +++ trunk/packages/metastudent-data-2/trunk/debian/control 2013-06-10 14:50:15 UTC (rev 13901) @@ -14,7 +14,7 @@ Homepage: http://www.rostlab.org Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends} -Description: predictor of Gene Ontology terms from protein sequence - name mapping file +Description: predictor of Gene Ontology terms from protein sequence - data #2 Often, only the sequence of a protein is known, but not its functions. Metastudent will try to predict missing functional annotations through homology searches (BLAST). @@ -23,4 +23,4 @@ terms from the Molecular Function Ontology (MFO) and the Biological Process Ontology (BPO) and are associated with a reliability score. . - This package contains a name mapping data file for metastudent. + This package contains additional data files for metastudent. Modified: trunk/packages/metastudent-data-2/trunk/debian/copyright =================================================================== --- trunk/packages/metastudent-data-2/trunk/debian/copyright 2013-06-10 12:49:26 UTC (rev 13900) +++ trunk/packages/metastudent-data-2/trunk/debian/copyright 2013-06-10 14:50:15 UTC (rev 13901) @@ -1,10 +1,10 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: metastudent-data +Upstream-Name: metastudent-data-2 Upstream-Contact: Tobias Hamp <[email protected]> Source: ftp://rostlab.org/metastudent/ Files: * -Copyright: 2011-2013, Tobias Hamp <[email protected]> +Copyright: 2013, Tobias Hamp <[email protected]> License: GPL-2+ License: GPL-2+ Modified: trunk/packages/metastudent-data-2/trunk/debian/rules =================================================================== --- trunk/packages/metastudent-data-2/trunk/debian/rules 2013-06-10 12:49:26 UTC (rev 13900) +++ trunk/packages/metastudent-data-2/trunk/debian/rules 2013-06-10 14:50:15 UTC (rev 13901) @@ -9,3 +9,8 @@ #DEB_COMPRESS_LEVEL ?= -z0v override_dh_builddeb: dh_builddeb -- -Z$(DEB_COMPRESS_TYPE) $(DEB_COMPRESS_LEVEL) + +.PHONY: +get-orig-source: + mkdir -p ../tarballs + uscan --verbose --force-download --destdir=../tarballs Modified: trunk/packages/metastudent-data-2/trunk/debian/watch =================================================================== --- trunk/packages/metastudent-data-2/trunk/debian/watch 2013-06-10 12:49:26 UTC (rev 13900) +++ trunk/packages/metastudent-data-2/trunk/debian/watch 2013-06-10 14:50:15 UTC (rev 13901) @@ -1,2 +1,2 @@ version=3 -opts=pasv ftp://rostlab.org/metastudent/metastudent-data-([0-9.]+)\.tar\.[bgx]z debian uupdate +opts=pasv ftp://rostlab.org/metastudent/metastudent-data-2-([0-9.]+)\.tar\.[bgx]z debian uupdate _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
