diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-12-17 22:38:38 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-12-17 22:38:55 +0100 |
commit | 873e8aab5f258512f4e5d7a1ec7f696c3805ebd8 (patch) | |
tree | 7ec918d8a7f5e95a3dd773bb5d333a0949271906 | |
parent | f2464f5639ed5cb0a38b00cac3ae7ac99366e161 (diff) | |
download | itzks-systems-873e8aab5f258512f4e5d7a1ec7f696c3805ebd8.tar.gz itzks-systems-873e8aab5f258512f4e5d7a1ec7f696c3805ebd8.tar.bz2 itzks-systems-873e8aab5f258512f4e5d7a1ec7f696c3805ebd8.zip |
debian/control: Switch to debhelper-compat notation and bump to DH compat level version 13.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index d833106..5ac5b55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ itzks-systems (2021.12.16.1) UNRELEASED; urgency=medium * debian/control: + Drop firmware-linux-nonfree from D (itzks-systems-backup). Already in R: field. + + Switch to debhelper-compat notation and bump to DH compat level version + 13. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 17 Dec 2021 22:03:18 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index d928c8c..ab6f2ce 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: misc Priority: optional Maintainer: ITZkS Packaging <admins@lists.it-zukunft-schule.de> Uploaders: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -Build-Depends: debhelper (>= 9), po-debconf +Build-Depends: debhelper-compat (= 13), po-debconf Homepage: http://wiki.it-zukunft-schule.de Vcs-Git: https://code.it-zukunft-schule.de/cgit/itzks-systems/ Vcs-Browser: https://code.it-zukunft-schule.de/cgit/itzks-systems/ |