Author: jawsai-guest
Date: 2010-07-02 10:59:42 +0000 (Fri, 02 Jul 2010)
New Revision: 4990

Added:
   trunk/packages/mothur/trunk/debian/patches/
   
trunk/packages/mothur/trunk/debian/patches/fix_clean_with_no_object_files.patch
   trunk/packages/mothur/trunk/debian/patches/series
Log:
The Makefile was helped with an -f option to rm to allow for 
dpkg-buildpackage's initial clean.


Added: 
trunk/packages/mothur/trunk/debian/patches/fix_clean_with_no_object_files.patch
===================================================================
--- 
trunk/packages/mothur/trunk/debian/patches/fix_clean_with_no_object_files.patch 
                            (rev 0)
+++ 
trunk/packages/mothur/trunk/debian/patches/fix_clean_with_no_object_files.patch 
    2010-07-02 10:59:42 UTC (rev 4990)
@@ -0,0 +1,13 @@
+Index: mothur-1.11.0/makefile
+===================================================================
+--- mothur-1.11.0.orig/makefile        2010-07-02 12:54:50.381707626 +0200
++++ mothur-1.11.0/makefile     2010-07-02 12:56:01.039308482 +0200
+@@ -473,7 +473,7 @@
+               -o mothur
+ 
+ clean : 
+-              rm \
++              rm -f \
+               ./sharedutilities.o\
+               ./treegroupscommand.o\
+               ./bootstrapsharedcommand.o\

Added: trunk/packages/mothur/trunk/debian/patches/series
===================================================================
--- trunk/packages/mothur/trunk/debian/patches/series                           
(rev 0)
+++ trunk/packages/mothur/trunk/debian/patches/series   2010-07-02 10:59:42 UTC 
(rev 4990)
@@ -0,0 +1 @@
+fix_clean_with_no_object_files.patch


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to