[med-svn] [fastqc] 02/02: Exclude the .pc directory from the compilation path
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Dec 4 18:21:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository fastqc.
commit 0e968ddc6e05ff67fe9592554d8fbe04824e92e6
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Dec 4 19:18:21 2015 +0100
Exclude the .pc directory from the compilation path
---
debian/patches/build_xml.patch | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/debian/patches/build_xml.patch b/debian/patches/build_xml.patch
index b3c9e3c..2d9345a 100644
--- a/debian/patches/build_xml.patch
+++ b/debian/patches/build_xml.patch
@@ -14,3 +14,11 @@
</path>
<target name="init">
<mkdir dir="bin"/>
+@@ -34,6 +35,7 @@
+ <echo message="${ant.project.name}: ${ant.file}"/>
+ <javac debug="true" debuglevel="${debuglevel}" destdir="bin" includeantruntime="false" source="${source}" target="${target}">
+ <src path="."/>
++ <exclude name=".pc/**"/>
+ <classpath refid="FastQC.classpath"/>
+ </javac>
+ </target>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fastqc.git
More information about the debian-med-commit
mailing list