[med-svn] r14369 - trunk/packages/trimmomatic/trunk/debian/patches

Andreas Tille tille at alioth.debian.org
Wed Aug 7 11:14:16 UTC 2013


Author: tille
Date: 2013-08-07 11:14:16 +0000 (Wed, 07 Aug 2013)
New Revision: 14369

Added:
   trunk/packages/trimmomatic/trunk/debian/patches/there_is_no_MANIFEST.MF.patch
Log:
Try to fix the build process but failed a bit later - need help


Added: trunk/packages/trimmomatic/trunk/debian/patches/there_is_no_MANIFEST.MF.patch
===================================================================
--- trunk/packages/trimmomatic/trunk/debian/patches/there_is_no_MANIFEST.MF.patch	                        (rev 0)
+++ trunk/packages/trimmomatic/trunk/debian/patches/there_is_no_MANIFEST.MF.patch	2013-08-07 11:14:16 UTC (rev 14369)
@@ -0,0 +1,18 @@
+Author: Andreas Tille <tille at debian.org>
+Description: Try to cure the build failure
+  BUILD FAILED
+  $(CURDIR)/build.xml:66: Manifest file: /tmp/buildd/trimmomatic-0.30+dfsg/MANIFEST.MF does not exist.
+ .
+ This does not really help to finally build the package.  Is the file just lacking from upstream?
+
+--- a/build.xml
++++ b/build.xml
+@@ -63,7 +63,7 @@
+     		</fileset>
+ 		</copy>
+ 	
+-		<jar jarfile="${dist_jar}/trimmomatic-${version}.jar" basedir="${dist_unpack}" manifest="MANIFEST.MF"/>
++		<jar jarfile="${dist_jar}/trimmomatic-${version}.jar" basedir="${dist_unpack}" />
+ 		
+ 		<zip destfile="${dist}/Trimmomatic-${version}.zip">
+ 			<zipfileset prefix="Trimmomatic-${version}" dir="${distsrc}"/>




More information about the debian-med-commit mailing list