[SCM] Calligra suite packaging branch, tip, updated. ae0ce4dd7ac0cddf6dda5d961a3d8afb232d5b2d

Adrien Grellier adrien-guest at alioth.debian.org
Wed May 16 19:01:36 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/calligra.git;a=commitdiff;h=ec59498

The following commit has been merged in the tip branch:
commit ec594985ac37bdd7206b4c32bce0d763161ccdef
Author: Pino Toscano <pino at debian.org>
Date:   Thu Apr 12 17:20:47 2012 +0200

    calligra-libs: do not make it depend on kde-runtime and kdepim-runtime
---
 debian/rules |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index 8055668..15dd453 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+lib_pkgs := calligra-libs
+
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
@@ -14,5 +16,9 @@ override_dh_install:
 override_dh_strip:
 	dh_strip --dbg-package=calligra-dbg
 
+override_dh_shlibdeps:
+	dh_shlibdeps $(addprefix -p,$(lib_pkgs)) -- -xkde-runtime -xkdepim-runtime
+	dh_shlibdeps --remaining-packages
+
 .PHONY: override_dh_auto_test
 

-- 
Calligra suite packaging



More information about the pkg-kde-commits mailing list