diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-02-23 15:55:29 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-02-23 15:55:29 +0100 |
commit | f3251f3b0bdf5e678e0c66119708c4b1cda8ffdb (patch) | |
tree | b2d0a6e53be6e27f254872cc0a4b92e578a0deac | |
parent | d9a39a491e349ee0f52b8e8d7985539d9e0267ba (diff) | |
download | tde-packaging-f3251f3b0bdf5e678e0c66119708c4b1cda8ffdb.tar.gz tde-packaging-f3251f3b0bdf5e678e0c66119708c4b1cda8ffdb.zip |
DEB tdebase: Fix typo from prior commit.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | debian/_base/tdebase/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/_base/tdebase/debian/control b/debian/_base/tdebase/debian/control index 50cc514d5..517322ca0 100644 --- a/debian/_base/tdebase/debian/control +++ b/debian/_base/tdebase/debian/control @@ -323,7 +323,7 @@ Section: tde Architecture: any Replaces: kicker-trinity (<< 4:14.0.0~) Breaks: kicker-trinity (<< 4:14.0.0~) -Depends: ${shlibs:Depends}, kcontrol-trinity (= ${source:Version}), 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), kcontrol-trinity (<< 4:14.0.8~) Description: desktop panel for TDE |