The following commit has been merged in the master branch:
commit add5535eae33729031cfad1ec1266a8d1c285a32
Author: Jakub Adam <[email protected]>
Date:   Fri Mar 15 17:18:25 2013 +0100

    Use xz compression for orig tarball

diff --git a/debian/changelog b/debian/changelog
index 9561fc3..08917f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 eclipse-cdt (8.1.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Use xz compression for orig tarball.
 
  -- Jakub Adam <[email protected]>  Fri, 15 Mar 2013 17:16:32 +0100
 
diff --git a/debian/fetch-cdt.sh b/debian/fetch-cdt.sh
index b76519b..8f8b745 100755
--- a/debian/fetch-cdt.sh
+++ b/debian/fetch-cdt.sh
@@ -58,8 +58,8 @@ find core/org.eclipse.cdt.core.tests/resources/testlib/x86 
-type f \
 
 cd ..
 
-echo "Creating tarball '${NAME}_${DEB_VERSION}.orig.tar.bz2'..."
-tar -cjf ../${NAME}_${DEB_VERSION}.orig.tar.bz2 $OUT_DIR
+echo "Creating tarball '${NAME}_${DEB_VERSION}.orig.tar.xz'..."
+tar -cJf ../${NAME}_${DEB_VERSION}.orig.tar.xz $OUT_DIR
 
 rm -rf $OUT_DIR
 
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

-- 
eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package.

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to