[SCM] kproperty packaging branch, master, updated. a662765e99923f2deac20b13191320575476dd07
Pino Toscano
pino at moszumanska.debian.org
Sun Sep 18 07:49:12 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/calligra/kproperty.git;a=commitdiff;h=20f4287
The following commit has been merged in the master branch:
commit 20f42872116cbffd85590873cf717c72105382bb
Author: Pino Toscano <pino at debian.org>
Date: Sun Sep 18 09:41:20 2016 +0200
libs: depend on -data
---
debian/control | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 295d7d1..3981e75 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/calligra/kproperty.git
Package: libkpropertycore3-2
Architecture: any
-Depends: ${misc:Depends},
+Depends: libkproperty-data (>= ${source:Version}),
+ ${misc:Depends},
${shlibs:Depends}
Description: property editing framework -- core library
KProperty is a property editing framework with editor widget similar
@@ -33,7 +34,8 @@ Description: property editing framework -- core library
Package: libkpropertywidgets3-2
Architecture: any
-Depends: ${misc:Depends},
+Depends: libkproperty-data (>= ${source:Version}),
+ ${misc:Depends},
${shlibs:Depends}
Description: property editing framework -- widgets library
KProperty is a property editing framework with editor widget similar
--
kproperty packaging
More information about the pkg-kde-commits
mailing list