This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository raxml.
commit f000a14691797da3a86b57f6784544b782afe17c Author: Andreas Tille <[email protected]> Date: Mon Mar 14 11:15:49 2016 +0100 Use repack anx xz option in d/watch --- debian/changelog | 1 + debian/rules | 4 ---- debian/watch | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index ddf045f..1bb7ae7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ raxml (8.2.4-2) UNRELEASED; urgency=medium * Moved packaging from SVN to Git + * Use repack anx xz option in d/watch -- Andreas Tille <[email protected]> Mon, 14 Mar 2016 10:40:57 +0100 diff --git a/debian/rules b/debian/rules index bf85529..80da269 100755 --- a/debian/rules +++ b/debian/rules @@ -50,7 +50,3 @@ override_dh_installexamples: for pscript in `ls usefulScripts/*.pl` ; do \ sed 's?/usr/local/bin/perl?/usr/bin/perl?' $${pscript} > $(CURDIR)/debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/examples/`basename $${pscript}` ; \ done - -get-orig-source: - mkdir -p ../tarballs - uscan --verbose --force-download --repack --compress xz --destdir=../tarballs diff --git a/debian/watch b/debian/watch index bc7f48a..a97cf04 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" \ https://github.com/stamatak/standard-RAxML/releases .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)$ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/raxml.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
