This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository eclipse-anyedit.
commit 534466d7fb1d2af17558572cdad5e5bf354bd638 Author: Jakub Adam <[email protected]> Date: Thu Aug 1 21:21:27 2013 +0200 Use xz for upstream tarball compression --- debian/changelog | 1 + debian/gbp.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d28c285..a69eecf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ eclipse-anyedit (2.4.4-1) UNRELEASED; urgency=low * New upstream release. * Bump Standards-Version to 3.9.4. + * Use xz for upstream tarball compression. -- Jakub Adam <[email protected]> Thu, 01 Aug 2013 21:18:42 +0200 diff --git a/debian/gbp.conf b/debian/gbp.conf index a7cda7e..e2232b4 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,2 +1,2 @@ [DEFAULT] -compression=bzip2 +compression=xz -- Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-java/eclipse-anyedit.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

