[med-svn] [fastqc] 01/01: Create and install fastqc.jar

Andreas Tille tille at debian.org
Sat Dec 5 12:03:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository fastqc.

commit 526e8a6e8aceeb204c8ce806129eec04a4ec2341
Author: Andreas Tille <tille at debian.org>
Date:   Sat Dec 5 11:09:14 2015 +0100

    Create and install fastqc.jar
---
 debian/jlibs    | 1 +
 debian/manifest | 2 +-
 debian/rules    | 4 ++++
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/jlibs b/debian/jlibs
new file mode 100644
index 0000000..628b2b1
--- /dev/null
+++ b/debian/jlibs
@@ -0,0 +1 @@
+bin/fastqc.jar
diff --git a/debian/manifest b/debian/manifest
index db4e4d2..33be396 100644
--- a/debian/manifest
+++ b/debian/manifest
@@ -1,3 +1,3 @@
-/usr/share/fastqc/fastqc.jar:
+/usr/share/java/fastqc.jar:
  Main-Class: uk.ac.babraham.FastQC.FastQCApplication
  Class-Path: /usr/share/java/jbzip2.jar /usr/share/java/sam.jar /usr/share/java/commons-math3.jar
diff --git a/debian/rules b/debian/rules
index 3496285..a383b30 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,10 @@
 %:
 	dh $@ --with javahelper
 
+override_dh_auto_build:
+	dh_auto_build
+	cd bin && jar cf fastqc.jar `find uk -name "*.class" -o -name "*.png"` `find net -name "*.class" -o -name "*.png"` Templates # Configuration Help
+
 get-orig-source:
 	mkdir -p ../tarballs
 	uscan --verbose --force-download --repack --compression xz --destdir ../tarballs

-- 
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