This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository prottest.
commit 70a3c5bcd240d2fdb4a064447b23b9df3114e39f Author: Andreas Tille <[email protected]> Date: Mon May 9 21:03:32 2016 +0200 Use repack and compress option in watch file --- 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 4bde855..4ee1d41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +prottest (3.4.1+dfsg-3) UNRELEASED; urgency=medium + + * Use repack and compress option in watch file + + -- Andreas Tille <[email protected]> Mon, 09 May 2016 21:03:00 +0200 + prottest (3.4.1+dfsg-2) unstable; urgency=medium * Depends: phyml diff --git a/debian/rules b/debian/rules index 9bafc14..7bc3388 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,3 @@ override_dh_installchangelogs: override_dh_compress: dh_compress --exclude=.nex --exclude=alignment - -get-orig-source: - uscan --verbose --force-download --repack --compression xz diff --git a/debian/watch b/debian/watch index dd95464..e9782ce 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/ddarriba/prottest3/releases .*/archive/(\d[\d.-]+)-release\.(?:tar(?:\.gz|\.bz2)?|tgz) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/prottest.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
