This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-logging-java.
commit 562f9c5806125c92cbd5f824d9ae188e7d16707b Author: Emmanuel Bourg <[email protected]> Date: Sun Jul 13 23:42:57 2014 +0000 Use XZ compression for the upstream tarball --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6855cae..edbeba9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ libcommons-logging-java (1.2-1) UNRELEASED; urgency=medium - Use canonical URLs for the Vcs-* fields - Removed the suggested dependency on libservlet3.0-java * Switch to debhelper level 9 + * debian/rules: Use XZ compression for the upstream tarball built + by get-orig-source -- Emmanuel Bourg <[email protected]> Mon, 14 Jul 2014 01:01:01 +0200 diff --git a/debian/rules b/debian/rules index 1c9e140..37a8069 100755 --- a/debian/rules +++ b/debian/rules @@ -28,5 +28,5 @@ clean:: mh_clean get-orig-source: - -uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename + -uscan --download-current-version --force-download --rename --repack --compression xz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-logging-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

