diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-03-08 16:53:58 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-03-08 16:53:58 +0100 |
commit | 7aeb5c3618d6f16a2f34bd4106f38246b0285afe (patch) | |
tree | 9f8ee6b1988134ef1e66b8c3939ee30f5306b959 /ubuntu/_base/applications/kshutdown | |
parent | 02bd2a08c3866fb62de6fc0a7a96739d6927d8c1 (diff) | |
download | tde-packaging-7aeb5c3618d6f16a2f34bd4106f38246b0285afe.tar.gz tde-packaging-7aeb5c3618d6f16a2f34bd4106f38246b0285afe.zip |
DEB: Change debhelper compatibility level to 9.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/_base/applications/kshutdown')
-rw-r--r-- | ubuntu/_base/applications/kshutdown/debian/compat | 2 | ||||
-rw-r--r-- | ubuntu/_base/applications/kshutdown/debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/_base/applications/kshutdown/debian/compat b/ubuntu/_base/applications/kshutdown/debian/compat index 7f8f011eb..ec635144f 100644 --- a/ubuntu/_base/applications/kshutdown/debian/compat +++ b/ubuntu/_base/applications/kshutdown/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/ubuntu/_base/applications/kshutdown/debian/control b/ubuntu/_base/applications/kshutdown/debian/control index 5b7da3693..f19d96dac 100644 --- a/ubuntu/_base/applications/kshutdown/debian/control +++ b/ubuntu/_base/applications/kshutdown/debian/control @@ -2,7 +2,7 @@ Source: kshutdown-trinity Section: tde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> -Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 7.0.50~), quilt, cmake, tdelibs14-trinity-dev +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 9~), quilt, cmake, tdelibs14-trinity-dev Standards-Version: 3.8.1 Package: kshutdown-trinity |