This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository libcommons-jxpath-java.
commit c059a780c06ffd573ab0f85e5fdf70dbdff5715d Author: tony mancill <[email protected]> Date: Tue Aug 18 22:08:02 2015 -0700 use gzip for compression --- debian/changelog | 3 +-- debian/gbp.conf | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index edf6afe..e25e144 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,8 @@ -libcommons-jxpath-java (1.3-7) UNRELEASED; urgency=medium +libcommons-jxpath-java (1.3-7) unstable; urgency=medium * Moved the package to Git * Add Jakub Adam to Uploaders * Bump Standards-Version to 3.9.6 - * Use xz for orig tarball compression * Add OSGi metadata to JAR manifest -- Jakub Adam <[email protected]> Sun, 02 Aug 2015 23:12:33 +0200 diff --git a/debian/gbp.conf b/debian/gbp.conf index e2232b4..cb6381d 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,2 +1,2 @@ [DEFAULT] -compression=xz +compression=gzip -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-jxpath-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

