diff options
author | Michele Calgaro <[email protected]> | 2020-02-23 22:42:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-02-23 22:42:45 +0900 |
commit | d9a39a491e349ee0f52b8e8d7985539d9e0267ba (patch) | |
tree | 70238d1d58845e3dcdf325cdcb72c32d79864ea9 /ubuntu/_base/tdebase/debian/control | |
parent | 37e448b58b5544c1cbb39443825d0f4d5043d4ec (diff) | |
download | tde-packaging-d9a39a491e349ee0f52b8e8d7985539d9e0267ba.tar.gz tde-packaging-d9a39a491e349ee0f52b8e8d7985539d9e0267ba.zip |
DEB: invert dependency between kcontrol and kicker. This resolves bug 1385.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ubuntu/_base/tdebase/debian/control')
-rw-r--r-- | ubuntu/_base/tdebase/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/_base/tdebase/debian/control b/ubuntu/_base/tdebase/debian/control index 5b57ec962..f51427f87 100644 --- a/ubuntu/_base/tdebase/debian/control +++ b/ubuntu/_base/tdebase/debian/control @@ -323,9 +323,9 @@ Section: tde Architecture: any Replaces: kicker-kde3 (<< 4:14.0.0~), kicker-trinity (<< 4:14.0.0~) Breaks: kicker-kde3 (<< 4:14.0.0~), kicker-trinity (<< 4:14.0.0~) -Depends: ${shlibs:Depends}, tdebase-data-trinity (>> ${TDE-Version3}~), tdebase-data-trinity (<< ${TDE-Next-Version3}~) +Depends: ${shlibs:Depends}, kcontrol-trinity (>= ${source:Version}), tdebase-data-trinity (>> ${TDE-Version3}~), tdebase-data-trinity (<< ${TDE-Next-Version3}~) Suggests: khelpcenter-trinity, kicker-applets-trinity, menu -Conflicts: tdebase-libs-trinity (<< 4:3.0.0) +Conflicts: tdebase-libs-trinity (<< 4:3.0.0), kcontrol-trinity (<< 4:14.0.8~) Description: desktop panel for TDE Kicker provides the TDE panel on you desktop. It can be used as a program launcher and can load plugins to provide additional |