[Glibc-bsd-commits] r3125 - trunk/kfreebsd-8/debian
Aurelien Jarno
aurel32 at alioth.debian.org
Fri Jul 30 19:05:53 UTC 2010
Author: aurel32
Date: 2010-07-30 19:05:26 +0000 (Fri, 30 Jul 2010)
New Revision: 3125
Modified:
trunk/kfreebsd-8/debian/changelog
trunk/kfreebsd-8/debian/rules
Log:
* Compress the sources with xz instead of bz2 to save space.
Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog 2010-07-30 18:55:19 UTC (rev 3124)
+++ trunk/kfreebsd-8/debian/changelog 2010-07-30 19:05:26 UTC (rev 3125)
@@ -3,8 +3,9 @@
* Backport apm emulation on amd64 from -CURRENT as it is required by a few
packages:
- patches/105_apm_amd64.diff
+ * Compress the sources with xz instead of bz2 to save space.
- -- Aurelien Jarno <aurel32 at debian.org> Fri, 30 Jul 2010 20:20:58 +0200
+ -- Aurelien Jarno <aurel32 at debian.org> Fri, 30 Jul 2010 21:05:09 +0200
kfreebsd-8 (8.1-1) unstable; urgency=low
Modified: trunk/kfreebsd-8/debian/rules
===================================================================
--- trunk/kfreebsd-8/debian/rules 2010-07-30 18:55:19 UTC (rev 3124)
+++ trunk/kfreebsd-8/debian/rules 2010-07-30 19:05:26 UTC (rev 3125)
@@ -24,7 +24,7 @@
SOURCE_PACKAGE := $(CURDIR)/debian/kfreebsd-source-$(version)
IMAGE_PACKAGE := $(CURDIR)/debian/kfreebsd-image-$(version)-$(abiname)
HEADERS_PACKAGE := $(CURDIR)/debian/kfreebsd-headers-$(version)-$(abiname)
-SRC_TAR := kfreebsd-source-$(version).tar.bz2
+SRC_TAR := kfreebsd-source-$(version).tar.xz
SRC_DIR := kfreebsd-source-$(version)
HEADERS_DIR := kfreebsd-headers-$(version)-$(abiname)
FLAVOR_DIR := flavor-$(version)-$(abiname)
@@ -115,7 +115,7 @@
mkdir -p $(SOURCE_PACKAGE)/usr/src
chown -R root.src $(SRC_DIR)
- tar cfj $(SOURCE_PACKAGE)/usr/src/$(SRC_TAR) $(SRC_DIR)
+ tar cfJ $(SOURCE_PACKAGE)/usr/src/$(SRC_TAR) $(SRC_DIR)
touch install-indep-stamp
More information about the Glibc-bsd-commits
mailing list