Author: tbooth-guest Date: 2011-01-30 13:13:20 +0000 (Sun, 30 Jan 2011) New Revision: 5819
Modified: trunk/packages/mothur/trunk/debian/changelog trunk/packages/mothur/trunk/debian/copyright trunk/packages/mothur/trunk/debian/rules Log: Minor fixes to clean: target of rules file and copyright, still no license for this package. Modified: trunk/packages/mothur/trunk/debian/changelog =================================================================== --- trunk/packages/mothur/trunk/debian/changelog 2011-01-30 12:49:03 UTC (rev 5818) +++ trunk/packages/mothur/trunk/debian/changelog 2011-01-30 13:13:20 UTC (rev 5819) @@ -1,3 +1,9 @@ +mothur (1.15.0-1ubuntu1) lucid; urgency=low + + * Rebuild for upload to PPA, license or not. + + -- Tim Booth <[email protected]> Sun, 30 Jan 2011 12:14:18 +0000 + mothur (1.14.0-1) UNRELEASED; urgency=low UNRELEASED BECAUSE OF MISSING LICENSE STATEMENT Modified: trunk/packages/mothur/trunk/debian/copyright =================================================================== --- trunk/packages/mothur/trunk/debian/copyright 2011-01-30 12:49:03 UTC (rev 5818) +++ trunk/packages/mothur/trunk/debian/copyright 2011-01-30 13:13:20 UTC (rev 5819) @@ -1,6 +1,6 @@ Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Mothur -Upstream-Contact: http://dep.debian.net/deps/dep5/ +Upstream-Contact: Dr. Patrick Schloss <[email protected]> Source: http://www.mothur.org/wiki/Download_mothur Modified: trunk/packages/mothur/trunk/debian/rules =================================================================== --- trunk/packages/mothur/trunk/debian/rules 2011-01-30 12:49:03 UTC (rev 5818) +++ trunk/packages/mothur/trunk/debian/rules 2011-01-30 13:13:20 UTC (rev 5819) @@ -22,3 +22,7 @@ get-orig-source: . debian/get-orig-source + +override_dh_auto_clean: + rm mothur *.o || true + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
