This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository last-align.
commit 536af3885005afb4882e3db91cb4edf78e78d3e9 Author: Andreas Tille <[email protected]> Date: Sat Mar 12 07:52:51 2016 +0100 Use xz compression in watch opts --- debian/changelog | 8 ++++++++ debian/rules | 4 ---- debian/watch | 3 ++- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 180fb97..2df5263 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +last-align (712-2) UNRELEASED; urgency=medium + + * New upstream version + * Fix debian/upstream/metadata + * Use xz compression in watch opts + + -- Andreas Tille <[email protected]> Sat, 12 Mar 2016 07:50:41 +0100 + last-align (712-1) unstable; urgency=medium [ Andreas Tille ] diff --git a/debian/rules b/debian/rules index 1b1fd15..191def9 100755 --- a/debian/rules +++ b/debian/rules @@ -91,7 +91,3 @@ override_dh_installman: override_dh_installchangelogs: dh_installchangelogs ChangeLog.txt - -get-orig-source: - mkdir -p ../tarballs - uscan --verbose --force-download --repack --compress xz --destdir=../tarballs diff --git a/debian/watch b/debian/watch index fff0eb5..e333765 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ version=3 -http://last.cbrc.jp/last-(.*).zip +opts=repack,compression=xz \ + http://last.cbrc.jp/last-(.*).zip -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/last-align.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
