This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository rna-star.
commit 38c7b0430e5a209856ea003a3e7817989e036f5c Author: Andreas Tille <[email protected]> Date: Thu May 19 17:57:00 2016 +0200 Use xz compression option in d/watch --- debian/changelog | 6 ++++++ debian/rules | 3 --- debian/watch | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5746c84..1b219fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rna-star (2.5.1b+dfsg-2) UNRELEASED; urgency=medium + + * Use xz compression option in d/watch + + -- Andreas Tille <[email protected]> Thu, 19 May 2016 17:56:42 +0200 + rna-star (2.5.1b+dfsg-1) unstable; urgency=medium * New upstream version. diff --git a/debian/rules b/debian/rules index 5f2ead9..cce11a1 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,3 @@ override_dh_auto_clean: override_dh_compress: dh_compress --exclude=.pdf - -get-orig-source: - uscan --verbose --force-download --repack --compress xz diff --git a/debian/watch b/debian/watch index 18136fe..bb25381 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=3 -opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g" \ +opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \ https://github.com/alexdobin/STAR/releases .*/archive/(?:STAR_?)?(\d[\d.a-z]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/rna-star.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
