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 <[email protected]> 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 <[email protected]> -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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
