diff options
author | Slávek Banko <[email protected]> | 2020-03-08 16:55:42 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-03-08 16:55:42 +0100 |
commit | 3fe7821f794ddaba46f3ba69410810fc43bbc373 (patch) | |
tree | f9ace04370b7a26d1c99e09eaf803119309ee9b3 /debian/_base/tdeedu | |
parent | 1e12346c7bedc68c31e802951a412938f1c7bf15 (diff) | |
download | tde-packaging-3fe7821f794ddaba46f3ba69410810fc43bbc373.tar.gz tde-packaging-3fe7821f794ddaba46f3ba69410810fc43bbc373.zip |
DEB: Change debhelper compatibility level to 9.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 7aeb5c3618d6f16a2f34bd4106f38246b0285afe)
Diffstat (limited to 'debian/_base/tdeedu')
-rw-r--r-- | debian/_base/tdeedu/debian/compat | 2 | ||||
-rw-r--r-- | debian/_base/tdeedu/debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/_base/tdeedu/debian/compat b/debian/_base/tdeedu/debian/compat index 7f8f011eb..ec635144f 100644 --- a/debian/_base/tdeedu/debian/compat +++ b/debian/_base/tdeedu/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/_base/tdeedu/debian/control b/debian/_base/tdeedu/debian/control index 622f1b4c7..8f0e72972 100644 --- a/debian/_base/tdeedu/debian/control +++ b/debian/_base/tdeedu/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]>, Daniel Schepler <[email protected]>, Sune Vuorela <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), cdbs (>= 0.4.39-0.1), quilt, cmake, tdelibs14-trinity-dev, libnum-ocaml-dev | ocaml-nox (<< 4.08), libfacile-ocaml-dev, libasound2-dev, gawk, libboost-python-dev (>= 1.33.1), libusb-dev, sharutils, doxygen, graphviz, texlive-latex-base, ghostscript, libogg-dev +Build-Depends: debhelper (>= 9~), cdbs (>= 0.4.39-0.1), quilt, cmake, tdelibs14-trinity-dev, libnum-ocaml-dev | ocaml-nox (<< 4.08), libfacile-ocaml-dev, libasound2-dev, gawk, libboost-python-dev (>= 1.33.1), libusb-dev, sharutils, doxygen, graphviz, texlive-latex-base, ghostscript, libogg-dev Standards-Version: 3.8.4 Package: tdeedu-trinity |