This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository fastqc.
commit cdadf23d07a8ebf7c2f73c125fa54213ecc07b17 Author: Andreas Tille <[email protected]> Date: Sun Mar 20 14:07:10 2016 +0100 Add compression method to watch file --- debian/changelog | 6 +++++- debian/rules | 4 ---- debian/watch | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index e7d58e2..56b296c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ fastqc (0.11.4+dfsg-4) UNRELEASED; urgency=medium + [ Steffen Moeller ] * Contribued EDAM ontology description to debian/upstream/edam - -- Steffen Moeller <[email protected]> Fri, 05 Feb 2016 15:13:50 +0100 + [ Andreas Tille ] + * Add compression method to watch file + + -- Andreas Tille <[email protected]> Sun, 20 Mar 2016 14:06:29 +0100 fastqc (0.11.4+dfsg-3) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index a383b30..06049f1 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,3 @@ 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 diff --git a/debian/watch b/debian/watch index 058e4f1..ac19f02 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g" \ +opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \ http://www.bioinformatics.babraham.ac.uk/projects/download.html fastqc/fastqc_v([.\d]+)_source\.zip -- 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
