diff options
author | Slávek Banko <[email protected]> | 2020-02-03 03:12:28 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-02-03 03:12:28 +0100 |
commit | c36b9c9938a985e7ac1b7e3f275e55bdfe61a2e7 (patch) | |
tree | 170db8f308df722f12bcb1e6d0b7c40074bb867c /debian/_base | |
parent | 05d1fdba7a44a7979ed193d260bc0f4f3b0affaf (diff) | |
download | tde-packaging-c36b9c9938a985e7ac1b7e3f275e55bdfe61a2e7.tar.gz tde-packaging-c36b9c9938a985e7ac1b7e3f275e55bdfe61a2e7.zip |
DEB tdeutils: Replace python-dev dependency with python-all-dev.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'debian/_base')
-rw-r--r-- | debian/_base/tdeutils/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/_base/tdeutils/debian/control b/debian/_base/tdeutils/debian/control index e15d8eff8..d9c4e968d 100644 --- a/debian/_base/tdeutils/debian/control +++ b/debian/_base/tdeutils/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson <[email protected]> XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <[email protected]> Uploaders: Ana Beatriz Guerrero Lopez <[email protected]>, Christopher Martin <[email protected]>, Fathi Boudra <[email protected]>, Josh Metzler <[email protected]>, Sune Vuorela <[email protected]> -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 7.0.50~), quilt, cmake, autotools-dev, gawk, tdelibs14-trinity-dev, tdebase-trinity-dev, libkonq4-trinity-dev, libgmp3-dev, libsnmp-dev, libxpm-dev, python-dev, libxtst-dev, xutils, sharutils, automake, autoconf, libtool, libltdl-dev +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 7.0.50~), quilt, cmake, autotools-dev, gawk, tdelibs14-trinity-dev, tdebase-trinity-dev, libkonq4-trinity-dev, libgmp3-dev, libsnmp-dev, libxpm-dev, python-all-dev, libxtst-dev, xutils, sharutils, automake, autoconf, libtool, libltdl-dev Build-Depends-Indep: doxygen, libtqtinterface-doc, graphviz, gsfonts-x11, tdelibs14-trinity-doc Standards-Version: 3.8.4 |