diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-01-08 02:10:43 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-01-08 02:10:43 +0100 |
commit | 85bfe8cfd7cdde3973467380f7e704b8df010727 (patch) | |
tree | 0b6ca2899105dc140b6c4f5446d8e084442661e2 /ubuntu/_base/applications/misc/desktop-effects-tde/debian/control | |
parent | 1709a69625238d42dd9d4f05b291aa0f8bd52186 (diff) | |
download | tde-packaging-85bfe8cfd7cdde3973467380f7e704b8df010727.tar.gz tde-packaging-85bfe8cfd7cdde3973467380f7e704b8df010727.zip |
DEB desktop-effects-tde: Update dependencies after rename python-trinity to pytde.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/_base/applications/misc/desktop-effects-tde/debian/control')
-rw-r--r-- | ubuntu/_base/applications/misc/desktop-effects-tde/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/_base/applications/misc/desktop-effects-tde/debian/control b/ubuntu/_base/applications/misc/desktop-effects-tde/debian/control index be175861e..7765f1050 100644 --- a/ubuntu/_base/applications/misc/desktop-effects-tde/debian/control +++ b/ubuntu/_base/applications/misc/desktop-effects-tde/debian/control @@ -3,13 +3,13 @@ Section: tde Priority: optional Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> Build-Depends-Indep: cdbs, debhelper (>= 9~), quilt, cmake-trinity, ninja-build, tdelibs-trinity-dev, - python-support (>= 0.6) | dh-python, python-all-dev, python-trinity-trinity-dev + python-support (>= 0.6) | dh-python, python-all-dev, pytde-dev Standards-Version: 3.8.4 XS-Python-Version: all Package: desktop-effects-tde-trinity Architecture: all -Depends: ${python:Depends}, python-pytqt, python-trinity-trinity +Depends: ${python:Depends}, python-pytqt, python-pytde Replaces: desktop-effects-kde-kde3 (<< 4:14.0.0~), desktop-effects-kde-trinity (<< 4:14.0.0~) Breaks: desktop-effects-kde-kde3 (<< 4:14.0.0~), desktop-effects-kde-trinity (<< 4:14.0.0~) XB-Python-Version: ${python:Versions} |