This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository tophat.
commit c95f80301e0db1d2495f412d4d5377bde49d1d01 Author: Andreas Tille <[email protected]> Date: Fri Aug 22 10:05:00 2014 +0200 Fix syntax of uscan call --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 46812a6..080bb52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tophat (2.0.12+dfsg-2) UNRELEASED; urgency=medium + + * d/rules: Fix syntax of uscan call + + -- Andreas Tille <[email protected]> Fri, 22 Aug 2014 10:04:23 +0200 + tophat (2.0.12+dfsg-1) unstable; urgency=medium [ Alexandre Mestiashvili ] diff --git a/debian/rules b/debian/rules index cdfcc8a..4be0570 100755 --- a/debian/rules +++ b/debian/rules @@ -43,4 +43,4 @@ override_dh_installman: $(bindir)/tophat > $(mandir)/tophat.1 get-orig-source: - uscan --verbose --force-download --repack --repack-compression xz + uscan --verbose --force-download --repack --compression xz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/tophat.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
