[SCM] Debian packaging for apache2 branch, next, updated. debian/2.4.2-2-37-g7240c52

Arno Töll arno at debian.org
Fri Aug 3 22:04:54 UTC 2012


The following commit has been merged in the next branch:
commit 7240c523251c42edf940ee4691db181761ad7ad7
Author: Arno Töll <arno at debian.org>
Date:   Sat Aug 4 00:03:25 2012 +0200

    Use xz for members

diff --git a/debian/changelog b/debian/changelog
index f2b0be2..4fa8278 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,9 +26,10 @@ apache2 (2.4.2-3) UNRELEASED; urgency=low
     Thanks Russ Allbery for the hint.
   * Be more careful regarding link attacks when for the the cache disk
     directory.
+  * Compress the data.tar in binary packages using xz to save some space on
+    installation medias (Debian only).
 
-
- -- Arno Töll <arno at debian.org>  Thu, 02 Aug 2012 23:32:36 +0200
+ -- Arno Töll <arno at debian.org>  Sat, 04 Aug 2012 00:03:48 +0200
 
 apache2 (2.4.2-2) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 4b982b3..fafd85f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -154,5 +154,7 @@ override_dh_auto_install:
 
 override_dh_clean: unpatch
 	dh_clean
+override_dh_builddeb:
+	dh_builddeb -- -Zxz
 
 .PHONY: patch unpatch generate-maintainer-scripts clean-config-vars prepare-scripts prebuild-checks

-- 
Debian packaging for apache2



More information about the Pkg-apache-commits mailing list