[SCM] Calligra suite packaging. branch, master, updated. f04d94c803143bcbf16d832cbd64bfc061dc7462

Pino Toscano pino at alioth.debian.org
Thu Sep 15 20:27:40 UTC 2011


The following commit has been merged in the master branch:
commit f759a79185e7197bda796f0399258bf2cef9b5f7
Author: Pino Toscano <pino at debian.org>
Date:   Thu Sep 15 22:08:03 2011 +0200

    use dh_sodeps for the calligra-dev shlibs depends
---
 debian/control |    2 +-
 debian/rules   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 5f4cad1..ab41bca 100644
--- a/debian/control
+++ b/debian/control
@@ -436,7 +436,7 @@ Architecture: any
 Section: devel
 Replaces: koffice-dev
 Conflicts: koffice-dev
-Depends: ${misc:Depends}, calligra-libs (= ${binary:Version}), karbon (= ${binary:Version}), calligraplan (= ${binary:Version}), calligrastage (= ${binary:Version}), krita (= ${binary:Version}), calligratables (= ${binary:Version}), kthesaurus (= ${binary:Version}), calligrawords (= ${binary:Version}), kdelibs5-dev
+Depends: ${so:Depends}, ${misc:Depends}, kdelibs5-dev
 Description: common libraries for Calligra (development files)
  This package provides the development files for the libraries that are
  shared amongst the various components of Calligra.
diff --git a/debian/rules b/debian/rules
index 0f89c03..965b211 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 export LDFLAGS += -Wl,--as-needed
 
 %:
-	dh $@ --parallel --with kde
+	dh $@ --parallel --with kde --with sodeps
 
 override_dh_install:
 	dh_install --list-missing

-- 
Calligra suite packaging.



More information about the pkg-kde-commits mailing list