[Pkg-virtualbox-commits] [virtualbox] 01/03: debian/rules: stop overriding dh_builddeb, xz is the default compression is dpkg 1.17.0

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Wed Nov 18 11:31:25 UTC 2015


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

locutusofborg-guest pushed a commit to branch master
in repository virtualbox.

commit b1a72e9f99b12542c49f1d4f8ffa544a0ca70b11
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Wed Nov 18 01:59:51 2015 +0000

    debian/rules: stop overriding dh_builddeb, xz is the default compression is dpkg 1.17.0
---
 debian/rules | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index d4456ab..d36a8dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,8 +18,6 @@ MAKE:=kmk
 
 upstreamversion := $(shell dpkg-parsechangelog | sed -n 's/^Version: *\([^-]\+\)-.\+/\1/p')
 
-pkgs_xzcompress = $(shell dh_listpackages | grep -v -e source)
-
 DIST_NAME := $(shell lsb_release -si)
 DIST_RELEASE := $(DIST_NAME)/$(shell lsb_release -sc)
 
@@ -193,10 +191,6 @@ override_dh_shlibdeps:
 override_dh_compress:
 	dh_compress -X.pdf
 
-override_dh_builddeb:
-	dh_builddeb $(foreach pkg,$(pkgs_xzcompress),-p$(pkg)) -- -Zxz
-	dh_builddeb --remaining-packages
-
 override_dh_auto_clean:
 	dh_auto_clean
 

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



More information about the Pkg-virtualbox-commits mailing list