This is an automated email from the git hooks/post-receive script. bob.dybian-guest pushed a commit to branch master in repository gwama.
commit 46f49b1fc9bc78fec2b7f103c818a81274ac242d Author: Dylan Aïssi <[email protected]> Date: Tue Aug 23 00:01:24 2016 +0200 Update uscan options --- debian/changelog | 1 + debian/rules | 3 --- debian/watch | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7ed9702..89abfe5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ gwama (2.1+dfsg-3) UNRELEASED; urgency=medium * Bump Policy to 3.9.8 (no change needed). * Add a patch to fix spelling-error-in-binary. * Set all hardening options. + * Update uscan options. -- Dylan Aïssi <[email protected]> Mon, 22 Aug 2016 23:46:43 +0200 diff --git a/debian/rules b/debian/rules index 61761f9..764d97b 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,3 @@ override_dh_installchangelogs: # Install upstream log2.txt file as changelog dh_installchangelogs debian/upstream.docs/log2.txt -get-orig-source: - uscan --verbose --force-download --repack --compress xz - diff --git a/debian/watch b/debian/watch index dea4cc5..9054a49 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.well.ox.ac.uk/gwama/download.shtml gwama(\d\S*)\.zip -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gwama.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
