summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-01-08 19:24:21 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-01-08 19:24:21 +0100
commitc8feb721f2cb700766562823638f1962507d06aa (patch)
treee6c462a2e7ce9d16b4d994672bc5afb791f1ac34
parentde3dc7f83e3c74d32105f05fc5d843e7d1ad6905 (diff)
downloadtde-packaging-c8feb721.tar.gz
tde-packaging-c8feb721.zip
DEB sip4-tqt: Fix substitution for Python 3 dependency.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--debian/_base/dependencies/sip4-tqt/debian/control5
-rw-r--r--dilos/dependencies/sip4-tqt/debian/control5
-rw-r--r--ubuntu/_base/dependencies/sip4-tqt/debian/control5
3 files changed, 6 insertions, 9 deletions
diff --git a/debian/_base/dependencies/sip4-tqt/debian/control b/debian/_base/dependencies/sip4-tqt/debian/control
index edfed3d45..247b6f3b3 100644
--- a/debian/_base/dependencies/sip4-tqt/debian/control
+++ b/debian/_base/dependencies/sip4-tqt/debian/control
@@ -24,7 +24,7 @@ Description: Python 3/C++ bindings generator runtime library
Package: python3-sip-tqt-dev
Architecture: any
Section: python
-Depends: ${python:Depends}, python3-sip-tqt (= ${binary:Version}), sip-tqt-dev, python3-all-dev, ${shlibs:Depends}, libjs-jquery, ${misc:Depends}
+Depends: ${python3:Depends}, python3-sip-tqt (= ${binary:Version}), sip-tqt-dev, python3-all-dev, ${shlibs:Depends}, libjs-jquery, ${misc:Depends}
Description: Python/C++ bindings generator development files
SIP-TQt is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
@@ -62,7 +62,7 @@ Description: Python 3/C++ bindings generator runtime library
Package: sip-tqt-dev
Architecture: any
Section: python
-Depends: ${python:Depends}, ${shlibs:Depends}
+Depends: ${python3:Depends}, ${shlibs:Depends}
Breaks: python-sip-tqt-dev (<< 4:14.1.0~)
Recommends: python3-sip-tqt-dev
Description: Python/C++ bindings generator development files
@@ -85,4 +85,3 @@ Description: Python/C++ bindings generator development files
- static member functions.
.
This package contains the code generator tool needed to develop Python 3 bindings with sip-tqt.
-
diff --git a/dilos/dependencies/sip4-tqt/debian/control b/dilos/dependencies/sip4-tqt/debian/control
index edfed3d45..247b6f3b3 100644
--- a/dilos/dependencies/sip4-tqt/debian/control
+++ b/dilos/dependencies/sip4-tqt/debian/control
@@ -24,7 +24,7 @@ Description: Python 3/C++ bindings generator runtime library
Package: python3-sip-tqt-dev
Architecture: any
Section: python
-Depends: ${python:Depends}, python3-sip-tqt (= ${binary:Version}), sip-tqt-dev, python3-all-dev, ${shlibs:Depends}, libjs-jquery, ${misc:Depends}
+Depends: ${python3:Depends}, python3-sip-tqt (= ${binary:Version}), sip-tqt-dev, python3-all-dev, ${shlibs:Depends}, libjs-jquery, ${misc:Depends}
Description: Python/C++ bindings generator development files
SIP-TQt is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
@@ -62,7 +62,7 @@ Description: Python 3/C++ bindings generator runtime library
Package: sip-tqt-dev
Architecture: any
Section: python
-Depends: ${python:Depends}, ${shlibs:Depends}
+Depends: ${python3:Depends}, ${shlibs:Depends}
Breaks: python-sip-tqt-dev (<< 4:14.1.0~)
Recommends: python3-sip-tqt-dev
Description: Python/C++ bindings generator development files
@@ -85,4 +85,3 @@ Description: Python/C++ bindings generator development files
- static member functions.
.
This package contains the code generator tool needed to develop Python 3 bindings with sip-tqt.
-
diff --git a/ubuntu/_base/dependencies/sip4-tqt/debian/control b/ubuntu/_base/dependencies/sip4-tqt/debian/control
index edfed3d45..247b6f3b3 100644
--- a/ubuntu/_base/dependencies/sip4-tqt/debian/control
+++ b/ubuntu/_base/dependencies/sip4-tqt/debian/control
@@ -24,7 +24,7 @@ Description: Python 3/C++ bindings generator runtime library
Package: python3-sip-tqt-dev
Architecture: any
Section: python
-Depends: ${python:Depends}, python3-sip-tqt (= ${binary:Version}), sip-tqt-dev, python3-all-dev, ${shlibs:Depends}, libjs-jquery, ${misc:Depends}
+Depends: ${python3:Depends}, python3-sip-tqt (= ${binary:Version}), sip-tqt-dev, python3-all-dev, ${shlibs:Depends}, libjs-jquery, ${misc:Depends}
Description: Python/C++ bindings generator development files
SIP-TQt is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
@@ -62,7 +62,7 @@ Description: Python 3/C++ bindings generator runtime library
Package: sip-tqt-dev
Architecture: any
Section: python
-Depends: ${python:Depends}, ${shlibs:Depends}
+Depends: ${python3:Depends}, ${shlibs:Depends}
Breaks: python-sip-tqt-dev (<< 4:14.1.0~)
Recommends: python3-sip-tqt-dev
Description: Python/C++ bindings generator development files
@@ -85,4 +85,3 @@ Description: Python/C++ bindings generator development files
- static member functions.
.
This package contains the code generator tool needed to develop Python 3 bindings with sip-tqt.
-