[Pkg-virtualbox-commits] [SCM] virtualbox Debian packaging branch, master, updated. debian/4.1.18-dfsg-1

Felix Geyer debfx-pkg at fobos.de
Thu Jun 21 15:31:11 UTC 2012


The following commit has been merged in the master branch:
commit 2792f6943a6af8c7110589b170aa2249efb3f4a7
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Thu Jun 21 11:53:40 2012 +0200

    Compress orig tarball with xz.

diff --git a/debian/changelog b/debian/changelog
index a5d2b77..9d06983 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ virtualbox (4.1.18-dfsg-1) UNRELEASED; urgency=low
     - Fixes host freezes with 64-bit guests on 32-bit hosts. (LP: #1012627)
     - Fixes odd permissions of files in shared folders. (LP: #1013368)
   * Drop 37-fix-unregister-netdevice.patch, fixed upstream.
-  * Compress binary packages with xz.
+  * Compress orig tarball and binary packages with xz.
 
  -- Felix Geyer <debfx-pkg at fobos.de>  Thu, 21 Jun 2012 10:58:59 +0200
 
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 9578389..5474c60 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,6 +1,3 @@
 [DEFAULT]
 pristine-tar = True
 sign-tags = True
-
-[git-buildpackage]
-compression = bzip2
diff --git a/debian/rules b/debian/rules
index 392330e..3604046 100755
--- a/debian/rules
+++ b/debian/rules
@@ -272,5 +272,5 @@ dfsg-free: clean
 	    -type d ! -name '*mesa-*' -exec rm -rf {} \;
 	cd ..; mv $(CURDIR) virtualbox-$(upstreamversion)-dfsg; \
 	    tar --exclude .svn --exclude '.git*' --exclude debian \
-	        -cjf virtualbox_$(upstreamversion)-dfsg.orig.tar.bz2 \
+	        -cJf virtualbox_$(upstreamversion)-dfsg.orig.tar.xz \
 	        virtualbox-$(upstreamversion)-dfsg

-- 
virtualbox Debian packaging



More information about the Pkg-virtualbox-commits mailing list