[med-svn] [SCM] picard-tools branch, master, updated. debian/1.82-2-18-ge2c1be2
Olivier Sallou
olivier.sallou at debian.org
Wed May 1 07:51:57 UTC 2013
The following commit has been merged in the master branch:
commit d8c95d8fc0e89707525569400a54e260a27227b9
Author: Olivier Sallou <olivier.sallou at debian.org>
Date: Wed May 1 09:22:10 2013 +0200
add jexl2 to classpath
diff --git a/debian/patches/01-build.xml b/debian/patches/01-build.xml
index 615f631..ffa30a1 100644
--- a/debian/patches/01-build.xml
+++ b/debian/patches/01-build.xml
@@ -25,7 +25,7 @@ Forwarded: no
<property environment="env"/>
-@@ -72,6 +72,10 @@
+@@ -72,6 +72,11 @@
<fileset dir="${lib}">
<include name="**/*.jar"/>
</fileset>
@@ -33,10 +33,11 @@ Forwarded: no
+ <pathelement path="/usr/share/java/snappy1.0.3-java.jar"/>
+ <pathelement path="/usr/share/java/jbzip2.jar"/>
+ <pathelement path="/usr/share/java/cofoja.jar"/>
++ <pathelement path="/usr/share/java/commons-jexl2.jar"/>
</path>
<path id="metrics.classpath">
<pathelement path="${classpath}"/>
-@@ -209,7 +213,7 @@
+@@ -209,7 +214,7 @@
<mkdir dir="${dist}"/>
<jar destfile="${dist}/picard-${picard-version}.jar" compress="no">
<fileset dir="${classes}" includes ="net/sf/picard/**/*.*"/>
@@ -45,7 +46,7 @@ Forwarded: no
<manifest>
<attribute name="Implementation-Version" value="${picard-version}(${repository.revision})"/>
<attribute name="Implementation-Vendor" value="Broad Institute"/>
-@@ -239,6 +243,8 @@
+@@ -239,6 +244,8 @@
</copy>
</target>
--
manipulate SAM and BAM files
More information about the debian-med-commit
mailing list