[SCM] Qt 4 packaging branch, experimental, updated. debian/4.8.0-1-44-gcd68536
Pino Toscano
pino at alioth.debian.org
Tue May 1 10:56:14 UTC 2012
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt4-x11.git;a=commitdiff;h=cd68536
The following commit has been merged in the experimental branch:
commit cd685368d2fea2fbc29c5bbff77404df8b9168d7
Author: Pino Toscano <pino at debian.org>
Date: Tue May 1 12:52:04 2012 +0200
compress qt4-doc-html as XZ
---
debian/changelog | 1 +
debian/rules | 6 ++++++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8d303d5..a4c395d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,6 +41,7 @@ qt4-x11 (4:4.8.1-0r1) UNRELEASED; urgency=low
* Fix atomic support on sparc64, by Aurelien Jarno (thanks!);
patch qt_atomic_sparc64.patch. (Closes: #647265)
* Remove ${shlibs:Depends} from all the -dbg packages.
+ * Compress qt4-doc-html as XZ.
-- Fathi Boudra <fabo at debian.org> Wed, 04 Jan 2012 22:15:56 +0200
diff --git a/debian/rules b/debian/rules
index 1d44ef7..0e1aded 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,8 @@ pkgs_dbg := $(shell dh_listpackages | grep dbg | sed -e '/libqt4-dbg/d; s|-dbg||
pkgs_dbgbin := libqt4-dev-bin $(filter-out %-dbg lib% $(pkgs_dbg),$(shell dh_listpackages))
# Library package list for override_dh_makeshlibs, excludes libqt4-phonon
pkgs_lib := $(filter-out %-dev %-dbg libqt4-phonon libqt4-dev-bin,$(filter lib%,$(shell dh_listpackages)))
+# Packages to compress as XZ
+pkgs_compress_xz := qt4-doc-html
# Upstream changelog
upstream_changes := $(wildcard changes-*)
# Current debian version (e.g.: 4:4.5.2-1)
@@ -366,4 +368,8 @@ override_dh_shlibdeps:
dh_shlibdeps -plibqt4-phonon -- -xlibphonon4 -xlibqt4-phonon
dh_shlibdeps --remaining-packages
+override_dh_builddeb:
+ dh_builddeb $(addprefix -p,$(pkgs_compress_xz)) -- -Zxz
+ dh_builddeb --remaining-packages
+
.PHONY: override_dh_auto_test
--
Qt 4 packaging
More information about the pkg-kde-commits
mailing list