diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-01-17 01:54:17 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-01-17 03:15:16 +0100 |
commit | 650686542574e609fcf1e7ff16beb13c8e53cc16 (patch) | |
tree | 23f273d44a2898097d137ae0fa3c1104ae8b80ea /ubuntu/_base/applications/misc/desktop-effects-tde/debian/control | |
parent | 93c4b3fb9dac52c8939ea6889cafa700bb9a5064 (diff) | |
download | tde-packaging-650686542574e609fcf1e7ff16beb13c8e53cc16.tar.gz tde-packaging-650686542574e609fcf1e7ff16beb13c8e53cc16.zip |
DEB desktop-effects-tde: Drop python2 support.
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 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ubuntu/_base/applications/misc/desktop-effects-tde/debian/control b/ubuntu/_base/applications/misc/desktop-effects-tde/debian/control index 762675323..ded360aa2 100644 --- a/ubuntu/_base/applications/misc/desktop-effects-tde/debian/control +++ b/ubuntu/_base/applications/misc/desktop-effects-tde/debian/control @@ -3,16 +3,15 @@ Section: tde Priority: optional Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> Build-Depends-Indep: cdbs, debhelper (>= 9~), quilt, tde-cmake, ninja-build, tdelibs-trinity-dev, - python-support (>= 0.6) | dh-python, python-all-dev, pytde-dev + dh-python, python3-all-dev, pytde-dev Standards-Version: 3.8.4 -XS-Python-Version: all +X-Python3-Version: all Package: desktop-effects-tde-trinity Architecture: all -Depends: ${python:Depends}, python-pytqt, python-pytde +Depends: ${python3:Depends}, python3-apt, python3-pytqt, python3-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} Description: compiz setup tool for Trinity A simple Compiz configuration tool for Trinity. Installs and sets Compiz as the window manager. |