This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository eclipse-egit.
commit f09644d5749012da40b409992772e7585e15cf79 Author: Jakub Adam <[email protected]> Date: Wed Aug 14 19:02:31 2013 +0200 Use xz for upstream tarball compression --- debian/changelog | 1 + debian/gbp.conf | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8912a4a..79be1ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ eclipse-egit (3.0.1-1) UNRELEASED; urgency=low * New Upstream release. * Refreshed d/patches/use-distribution-jgit.patch. * Add JavaEWAH.jar into orbit dependencies. + * Use xz for upstream tarball compression. -- Jakub Adam <[email protected]> Wed, 14 Aug 2013 18:58:43 +0200 diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..e2232b4 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +compression=xz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-egit.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

