aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--debian/compat1
-rw-r--r--debian/control4
3 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index eab7e98..5240701 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+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
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Wed, 29 Jul 2020 23:12:28 +0100
+
wavemon (0.8.2-1) unstable; urgency=medium
* New upstream release (Closes: #825544)
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index c6c132c..73c0582 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: wavemon
Section: net
Priority: optional
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
-Build-Depends: libncurses5-dev, debhelper (>= 11), linux-libc-dev, libnl-3-dev,
- libnl-genl-3-dev, pkg-config
+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
Homepage: https://github.com/uoaerg/wavemon/