aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2020-07-30 00:11:36 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2020-07-30 00:11:36 +0100
commit8a6fe957571867d53a924ac6431b6578a281a121 (patch)
treea687db5bb93f74eecb742b62dc5a6751110bcc87
parent612e6fdfa43ac716a2431d695de842f7127c12d0 (diff)
downloadwavemon-8a6fe957571867d53a924ac6431b6578a281a121.tar.gz
Bump dh compat to 13, move from d/compat to Build-Depends
-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/