[libreoffice] 05/05: xz-compression is default since dpkg 1.17.0

Rene Engelhard rene at moszumanska.debian.org
Sun Aug 6 18:57:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libreoffice.

commit 16a335c64f22a99dc2aabf61d8b24d9d48dc83b8
Author: Rico Tzschichholz <ricotz at ubuntu.com>
Date:   Sun Aug 6 17:00:38 2017 +0200

    xz-compression is default since dpkg 1.17.0
---
 rules | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/rules b/rules
index aa4eb77..27741ac 100755
--- a/rules
+++ b/rules
@@ -805,8 +805,6 @@ else
 endif
 USE_GOLD=n
 
-BUILDDEB_OPTIONS ?= -- -Zxz
-
 ifneq "$(ENABLE_GLTF)" "y"
 	CONFIGURE_FLAGS += --disable-gltf
 else
@@ -3465,7 +3463,7 @@ ifeq "$(BUILD_DBGSYM_PACKAGES)" "y"
 endif
 
 	dh_md5sums -a
-	dh_builddeb -a $(DEBHELPER_OPTIONS) $(BUILDDEB_OPTIONS)
+	dh_builddeb -a $(DEBHELPER_OPTIONS)
 
 	touch $@
 
@@ -3603,7 +3601,7 @@ ifeq "$(ENABLE_REPORTDESIGN)" "y"
 		-V'java-runtime-depends=$(JAVA_RUNTIME_DEPENDS)'
 endif
 	dh_md5sums -i
-	dh_builddeb -i $(DEBHELPER_OPTIONS) $(BUILDDEB_OPTIONS)
+	dh_builddeb -i $(DEBHELPER_OPTIONS)
 
 	touch $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list