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:50 +0100 |
commit | b11201c131213f17cf20615cb227bea3fe0a8b22 (patch) | |
tree | 616965052e855d0458e26860a55064be4f6af8f9 /debian | |
parent | 33ec3dcbba58098f766a5d75455222cc7aa6ca86 (diff) | |
download | tde-packaging-b11201c131213f17cf20615cb227bea3fe0a8b22.tar.gz tde-packaging-b11201c131213f17cf20615cb227bea3fe0a8b22.zip |
DEB tdebase: Fix typo from prior commit.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f3251f3b0bdf5e678e0c66119708c4b1cda8ffdb)
Diffstat (limited to 'debian')
-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 eb192e7ac..afe112f22 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 |