Author: moeller Date: 2010-07-19 21:23:25 +0000 (Mon, 19 Jul 2010) New Revision: 5053
Modified: trunk/packages/mothur/trunk/debian/changelog trunk/packages/mothur/trunk/debian/control trunk/packages/mothur/trunk/debian/rules Log: Improved description, downloading. Modified: trunk/packages/mothur/trunk/debian/changelog =================================================================== --- trunk/packages/mothur/trunk/debian/changelog 2010-07-19 21:22:25 UTC (rev 5052) +++ trunk/packages/mothur/trunk/debian/changelog 2010-07-19 21:23:25 UTC (rev 5053) @@ -1,5 +1,5 @@ mothur (1.11.0-1) unstable; urgency=low - * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> + * Initial release (Closes: #589675) -- Sri Girish Srinivasa Murthy <[email protected]> Fri, 02 Jul 2010 12:27:50 +0200 Modified: trunk/packages/mothur/trunk/debian/control =================================================================== --- trunk/packages/mothur/trunk/debian/control 2010-07-19 21:22:25 UTC (rev 5052) +++ trunk/packages/mothur/trunk/debian/control 2010-07-19 21:23:25 UTC (rev 5053) @@ -2,14 +2,18 @@ Section: science Priority: extra Maintainer: Sri Girish Srinivasa Murthy <[email protected]> +Uploaders: Steffen Moeller <[email protected]> Build-Depends: debhelper (>= 7) Standards-Version: 3.9.0 Homepage: http://www.mothur.org +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mothur/trunk/?rev=0&sc=0 +Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mothur/trunk/ + Package: mothur Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: sequence analysis for research on microbiota +Description: sequence analysis suite for research on microbiota Mothur seeks to develop a single piece of open-source, expandable software to fill the bioinformatics needs of the microbial ecology community. It has incorporated the functionality of dotur, sons, Modified: trunk/packages/mothur/trunk/debian/rules =================================================================== --- trunk/packages/mothur/trunk/debian/rules 2010-07-19 21:22:25 UTC (rev 5052) +++ trunk/packages/mothur/trunk/debian/rules 2010-07-19 21:23:25 UTC (rev 5053) @@ -11,3 +11,16 @@ %: dh $@ + +UPSTREAM_VERSION=1.11.0 +get-orig-source: + -@ if [ -d "mothur-$(UPSTREAM_VERSION)" -o -d "Mothur.source" -o -r Mothur.source.zip ] ; then \ + echo "First run rm -rf Mothur.source mothur-$(UPSTREAM_VERSION) Mothur.source.zip" ; \ + false ; \ + fi + wget http://www.mothur.org/w/images/2/2b/Mothur.source.zip + unzip Mothur.source.zip + mv Mothur.source mothur-$(UPSTREAM_VERSION) + tar czvf ../mothur_$(UPSTREAM_VERSION).orig.tar.gz mothur-$(UPSTREAM_VERSION) + rm -rf Mothur.source mothur-$(UPSTREAM_VERSION) Mothur.source.zip + rm -rf __MACOSX _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
