[SCM] Calligra suite packaging branch, experimental, updated. debian/2.4.3-2-358-gcbdb04f

Adrien Grellier adrien-guest at alioth.debian.org
Wed Feb 13 13:07:43 UTC 2013


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

The following commit has been merged in the experimental branch:
commit 81ad2a7b2ff5f21101d6d535950ce099324cdaa4
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