Author: moeller Date: 2010-08-06 12:25:51 +0000 (Fri, 06 Aug 2010) New Revision: 5110
Modified: trunk/packages/mothur/trunk/debian/changelog trunk/packages/mothur/trunk/debian/copyright trunk/packages/mothur/trunk/debian/patches/series trunk/packages/mothur/trunk/debian/rules Log: New upstream version, "make clean" patch no longer required Modified: trunk/packages/mothur/trunk/debian/changelog =================================================================== --- trunk/packages/mothur/trunk/debian/changelog 2010-08-05 12:55:59 UTC (rev 5109) +++ trunk/packages/mothur/trunk/debian/changelog 2010-08-06 12:25:51 UTC (rev 5110) @@ -1,3 +1,9 @@ +mothur (1.12.3-1) UNRELEASED; urgency=low + + * New upstream version. + + -- Steffen Moeller <[email protected]> Fri, 06 Aug 2010 14:02:45 +0200 + mothur (1.12.2-1) UNRELEASED; urgency=low * New upstream version. Modified: trunk/packages/mothur/trunk/debian/copyright =================================================================== --- trunk/packages/mothur/trunk/debian/copyright 2010-08-05 12:55:59 UTC (rev 5109) +++ trunk/packages/mothur/trunk/debian/copyright 2010-08-06 12:25:51 UTC (rev 5110) @@ -7,11 +7,11 @@ Upstream Author: Patrick Schloss <[email protected]> + Sarah Westcott Copyright: - <Copyright (C) YYYY Name OfAuthor> - <likewise for another author> + Copyright (C) 2009 Schloss Lab UMASS Amhers., Patrick Schloss <[email protected]> License: Modified: trunk/packages/mothur/trunk/debian/patches/series =================================================================== --- trunk/packages/mothur/trunk/debian/patches/series 2010-08-05 12:55:59 UTC (rev 5109) +++ trunk/packages/mothur/trunk/debian/patches/series 2010-08-06 12:25:51 UTC (rev 5110) @@ -1,2 +1 @@ makefile.patch -fix_clean_with_no_object_files.patch Modified: trunk/packages/mothur/trunk/debian/rules =================================================================== --- trunk/packages/mothur/trunk/debian/rules 2010-08-05 12:55:59 UTC (rev 5109) +++ trunk/packages/mothur/trunk/debian/rules 2010-08-06 12:25:51 UTC (rev 5110) @@ -42,7 +42,13 @@ clean: dh_clean -UPSTREAM_VERSION=1.12.2 + +#UPSTREAM_VERSION=1.12.3 +UPSTREAM_VERSION=$(shell dpkg-parsechangelog | grep ^Version: | cut -f 2 -d \ | cut -f 1 -d -) + +test: + echo 'UPSTREAM_VESRION="$(UPSTREAM_VERSION)"' + 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" ; \ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
