[Glibc-bsd-commits] r4675 - trunk/kfreebsd-9/debian

rmh at alioth.debian.org rmh at alioth.debian.org
Mon Jul 8 12:48:54 UTC 2013


Author: rmh
Date: 2013-07-02 23:48:25 +0000 (Tue, 02 Jul 2013)
New Revision: 4675

Modified:
   trunk/kfreebsd-9/debian/changelog
   trunk/kfreebsd-9/debian/rules
Log:
Use xz for deb compression.

Modified: trunk/kfreebsd-9/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2013-07-02 23:46:30 UTC (rev 4674)
+++ trunk/kfreebsd-9/debian/changelog	2013-07-02 23:48:25 UTC (rev 4675)
@@ -8,6 +8,7 @@
     - disable_ctf.diff: Fix non-CTF (WITHOUT_CTF) builds.
     - control.flavour.in: Breaks grub-common << 1.99-27+deb7u2.
     - Bump freebsd-buildutils to >= 10~svn251967-1~.
+  * Use xz for deb compression.
 
  -- Robert Millan <rmh at debian.org>  Wed, 03 Jul 2013 00:46:57 +0200
 

Modified: trunk/kfreebsd-9/debian/rules
===================================================================
--- trunk/kfreebsd-9/debian/rules	2013-07-02 23:46:30 UTC (rev 4674)
+++ trunk/kfreebsd-9/debian/rules	2013-07-02 23:48:25 UTC (rev 4675)
@@ -42,7 +42,7 @@
 HEADERS_DIR	:= kfreebsd-headers-$(version)-$(abiname)
 FLAVOR_DIR	:= flavor-$(version)-$(abiname)
 ORIG_DIR	:= kfreebsd-$(major)-$(tar_version)
-ORIG_TAR	:= kfreebsd-$(major)_$(tar_version).orig.tar.gz
+ORIG_TAR	:= kfreebsd-$(major)_$(tar_version).orig.tar.xz
 MAKE		:= make MACHINE_ARCH=$(kfreebsd_cpu) CC=gcc-$(gcc_version) WERROR=
 PATH		:= $(CURDIR)/config:/usr/lib/freebsd:$(PATH)
 
@@ -62,7 +62,7 @@
 		svn export $(SVN)/$$i $(ORIG_DIR)/$$i ; \
 	done
 	cd $(ORIG_DIR) && $(CURDIR)/debian/prune.sh
-	tar --numeric-owner --owner 0 --group 0 -czf ../$(ORIG_TAR) $(ORIG_DIR)
+	tar --numeric-owner --owner 0 --group 0 -cJf ../$(ORIG_TAR) $(ORIG_DIR)
 	rm -rf $(ORIG_DIR)
 
 control: clean
@@ -353,7 +353,7 @@
 	dh_shlibdeps -s -X/boot -X/lib/modules
 	dh_gencontrol -s
 	dh_md5sums -s
-	dh_builddeb -s
+	dh_builddeb -s -- -Zxz
 
 binary: binary-indep binary-arch
 




More information about the Glibc-bsd-commits mailing list