[med-svn] [fastqc] 03/03: Remove deactivated patch
Andreas Tille
tille at debian.org
Thu Jan 14 13:44:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository fastqc.
commit 0c1f0513c97dec7cee05b46346f6972b75787eec
Author: Andreas Tille <tille at debian.org>
Date: Thu Jan 14 14:42:47 2016 +0100
Remove deactivated patch
---
debian/patches/Makefile.patch | 27 ---------------------------
debian/patches/series | 1 -
2 files changed, 28 deletions(-)
diff --git a/debian/patches/Makefile.patch b/debian/patches/Makefile.patch
deleted file mode 100644
index 69b00f4..0000000
--- a/debian/patches/Makefile.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Steffen Moeller <moeller at debian.org>
-Subject: Simplyfy installation by creating a Makefile
-
---- /dev/null
-+++ b/Makefile
-@@ -0,0 +1,21 @@
-+
-+all: fastqc.jar
-+
-+fastqc.jar:
-+ javac -source 1.6 -target 1.6 -cp /usr/share/java/commons-math3.jar:/usr/share/java/sam.jar:/usr/share/java/jbzip2.jar `find uk -name "*.java"` `find net -name "*.java"`
-+ jar cf fastqc.jar `find uk -name "*.class" -o -name "*.png"` `find net -name "*.class" -o -name "*.png"` Templates
-+
-+DESTDIR=
-+PREFIX=/usr
-+install: fastqc.jar
-+ mkdir -p $(DESTDIR)$(PREFIX)/bin/
-+ cp -a fastqc $(DESTDIR)$(PREFIX)/bin/
-+ chmod +x $(DESTDIR)$(PREFIX)/bin/fastqc
-+ mkdir -p $(DESTDIR)$(PREFIX)/share/fastqc/
-+ cp -a fastqc.jar $(DESTDIR)$(PREFIX)/share/fastqc/
-+ cp -r Templates Help $(DESTDIR)$(PREFIX)/share/fastqc/
-+ mkdir -p $(DESTDIR)/etc/fastqc
-+ cp -r Configuration $(DESTDIR)/etc/fastqc/
-+
-+clean:
-+ find . -name "*.jar" -o -name "*.class" | xargs -r rm
diff --git a/debian/patches/series b/debian/patches/series
index f2f9106..ca9e6da 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-# Makefile.patch
build_xml.patch
fastqc.patch
fix-help-call.patch
--
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