diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2020-07-30 00:21:28 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2020-07-30 00:22:33 +0100 |
commit | 2d0b78ad67e6b384fac3ea452630004395499eeb (patch) | |
tree | fb6182aeef8ecbfd231d65a34a51782262e9268c | |
parent | 8a6fe957571867d53a924ac6431b6578a281a121 (diff) | |
download | wavemon-2d0b78ad67e6b384fac3ea452630004395499eeb.tar.gz |
bump Standards-Version to 4.5.0
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5240701..8d32efb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ wavemon (0.9.1-1) UNRELEASED; urgency=medium * New upstream release * d/compat: drop file in favour of Build-Dep - Build-Depend on debhelper-compat (= 13) instead + * d/control: bump Standards-Version to 4.5.0 + - Add Rules-Requires-Root: no -- Jonathan McCrohan <jmccrohan@gmail.com> Wed, 29 Jul 2020 23:12:28 +0100 diff --git a/debian/control b/debian/control index 73c0582..51aef66 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: optional Maintainer: Jonathan McCrohan <jmccrohan@gmail.com> Build-Depends: libncurses5-dev, debhelper (>= 13), linux-libc-dev, libnl-3-dev, libnl-genl-3-dev, pkg-config, debhelper-compat (= 13) -Standards-Version: 4.0.1 +Standards-Version: 4.5.0 +Rules-Requires-Root: no Homepage: https://github.com/uoaerg/wavemon/ Package: wavemon |