[Glibc-bsd-commits] r4670 - trunk/kfreebsd-10/debian

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


Author: rmh
Date: 2013-07-02 10:40:14 +0000 (Tue, 02 Jul 2013)
New Revision: 4670

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

Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2013-07-02 10:39:07 UTC (rev 4669)
+++ trunk/kfreebsd-10/debian/changelog	2013-07-02 10:40:14 UTC (rev 4670)
@@ -18,8 +18,9 @@
   * Simplify handling of debug mode. To enable/disable debug options,
     just edit sys/conf/DEBIAN in 999_config.diff and comment/uncomment
     the appropriate line.
+  * Use xz for deb compression.
 
- -- Christoph Egger <christoph at debian.org>  Thu, 20 Jun 2013 18:13:53 +0200
+ -- Robert Millan <rmh at debian.org>  Tue, 02 Jul 2013 12:39:41 +0200
 
 kfreebsd-10 (10.0~svn242489-1) experimental; urgency=low
 

Modified: trunk/kfreebsd-10/debian/rules
===================================================================
--- trunk/kfreebsd-10/debian/rules	2013-07-02 10:39:07 UTC (rev 4669)
+++ trunk/kfreebsd-10/debian/rules	2013-07-02 10:40:14 UTC (rev 4670)
@@ -347,7 +347,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