[med-svn] r8791 - trunk/packages/mothur/trunk/debian
Timothy Booth
tbooth-guest at alioth.debian.org
Tue Dec 6 16:27:40 UTC 2011
Author: tbooth-guest
Date: 2011-12-06 16:27:39 +0000 (Tue, 06 Dec 2011)
New Revision: 8791
Removed:
trunk/packages/mothur/trunk/debian/docs
Modified:
trunk/packages/mothur/trunk/debian/changelog
trunk/packages/mothur/trunk/debian/rules
Log:
Fixed auto_clean to remove files in uchime_src.
Had to mangle version to get this into Launchpad, but this can be
reverted for Debian.
Modified: trunk/packages/mothur/trunk/debian/changelog
===================================================================
--- trunk/packages/mothur/trunk/debian/changelog 2011-12-06 15:53:46 UTC (rev 8790)
+++ trunk/packages/mothur/trunk/debian/changelog 2011-12-06 16:27:39 UTC (rev 8791)
@@ -1,3 +1,11 @@
+mothur (1.22.2~repack-ubuntu1) lucid; urgency=low
+
+ * Backport for Ubuntu
+ * Need to fudge version as upstream was repacked by Andreas'
+ script
+
+ -- Tim Booth <tbooth at ceh.ac.uk> Mon, 05 Dec 2011 17:37:16 +0000
+
mothur (1.22.2-1) unstable; urgency=low
* New upstream version
Deleted: trunk/packages/mothur/trunk/debian/docs
===================================================================
Modified: trunk/packages/mothur/trunk/debian/rules
===================================================================
--- trunk/packages/mothur/trunk/debian/rules 2011-12-06 15:53:46 UTC (rev 8790)
+++ trunk/packages/mothur/trunk/debian/rules 2011-12-06 16:27:39 UTC (rev 8791)
@@ -23,5 +23,8 @@
get-orig-source:
. debian/get-orig-source
+#Cleaning needs help right now
override_dh_auto_clean:
rm -f mothur *.o
+ make clean
+ ( cd uchime_src && rm -f *.o mk.stdout mk.stderr tmp.stderr )
More information about the debian-med-commit
mailing list