[med-svn] r4990 - in trunk/packages/mothur/trunk/debian: . patches

Sri Girish Srinivasa Murthy jawsai-guest at alioth.debian.org
Fri Jul 2 10:59:42 UTC 2010


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




More information about the debian-med-commit mailing list