[SCM] androidsdk-tools packaging branch, master, updated. 082538505f9d3221b66c76bbbb8f08e57a4b1e7b

Jakub Adam jakub.adam at ktknet.cz
Mon Mar 18 16:45:43 UTC 2013


The following commit has been merged in the master branch:
commit 082538505f9d3221b66c76bbbb8f08e57a4b1e7b
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Mon Mar 18 17:18:52 2013 +0100

    Use xz compression for orig tarball

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

-- 
androidsdk-tools packaging



More information about the pkg-java-commits mailing list