This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository androidsdk-tools.
commit 082538505f9d3221b66c76bbbb8f08e57a4b1e7b Author: Jakub Adam <[email protected]> Date: Mon Mar 18 17:18:52 2013 +0100 Use xz compression for orig tarball --- debian/gbp.conf | 2 ++ debian/orig-tar.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index f3c7c4d..901b529 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -37,7 +37,7 @@ rm -fr androidsdk-tools/common/.settings rm -fr androidsdk-tools/common/.gitignore rm -fr androidsdk-tools/.gitignore -echo "Packaging archive into ../android-sdk-tools_$REVISION+git$VERSION.orig.tar.gz ..." -tar -czf ../androidsdk-tools_$REVISION+git$VERSION.orig.tar.gz androidsdk-tools +echo "Packaging archive into ../android-sdk-tools_$REVISION+git$VERSION.orig.tar.xz ..." +tar -cJf ../androidsdk-tools_$REVISION+git$VERSION.orig.tar.xz androidsdk-tools echo "Deleting folder 'androidsdk-tools'" rm -Ir androidsdk-tools -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/androidsdk-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

