diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-02-03 01:14:19 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-02-03 01:15:21 +0100 |
commit | 5858d082a1b9f639d90d3074c72e884157073f2c (patch) | |
tree | e7e133ede60107bd728dd39d532ba14506f98678 /ubuntu/_base/dependencies | |
parent | 87ee1006d2640b363bfed9f383801a1b865fa851 (diff) | |
download | tde-packaging-5858d082a1b9f639d90d3074c72e884157073f2c.tar.gz tde-packaging-5858d082a1b9f639d90d3074c72e884157073f2c.zip |
DEB sip4-tqt: Replace python-dev dependency with python-all-dev or dh-python.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 28ca87abb8f5108a174cd085f1de3d70dcb938dc)
Diffstat (limited to 'ubuntu/_base/dependencies')
-rw-r--r-- | ubuntu/_base/dependencies/sip4-tqt/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/_base/dependencies/sip4-tqt/debian/control b/ubuntu/_base/dependencies/sip4-tqt/debian/control index d7187b9e0..ddb14540f 100644 --- a/ubuntu/_base/dependencies/sip4-tqt/debian/control +++ b/ubuntu/_base/dependencies/sip4-tqt/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Uploaders: Torsten Marek <shlomme@debian.org>, Bernd Zeimetz <bzed@debian.org>, Michael Casadevall <mcasadevall@debian.org> -Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.3.5-10), python-all-dbg, python-support (>= 0.7.1) | python-dev (>= 2.6.6-3~), libtqtinterface-dev +Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.3.5-10), python-all-dbg, python-support (>= 0.7.1) | dh-python, libtqtinterface-dev Standards-Version: 3.8.4 XS-Python-Version: all @@ -42,7 +42,7 @@ Architecture: any Section: python Replaces: python-sip-tqt-dev (<< 4:14.0.0~) Breaks: python-sip-tqt-dev (<< 4:14.0.0~) -Depends: ${python:Depends}, python-sip-tqt (= ${binary:Version}), python-dev, ${shlibs:Depends}, libjs-jquery, ${misc:Depends} +Depends: ${python:Depends}, python-sip-tqt (= ${binary:Version}), python-all-dev, ${shlibs:Depends}, libjs-jquery, ${misc:Depends} Recommends: python-sip-tqt (>= ${source:Version}) Provides: python-sip-dev, python-sip4-dev, sip4 Conflicts: python-sip-dev, python-sip4-dev (<< 4.10), sip4 (<< 4.10) |