diff --git a/debian/changelog b/debian/changelog index 20cfb478..2930cc6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,7 +18,7 @@ mosquitto (1.5.4-1) unstable; urgency=medium * Update symbols files with new additions. * Remove debian/mosquitto.prerm - Calls to invoke-rc.d to stop mosquitto will be inserted automagically by - dephelper. + debhelper. * Stop removing the mosquitto user in postrm. - This is not safe since there might still be logs (and other files?) around owned by the uid, so we don't want it reused for a new user. @@ -29,6 +29,7 @@ mosquitto (1.5.4-1) unstable; urgency=medium * libmosquito{,pp}-dev: ship libmosquitto{,pp}.pc respectively. * Remove unused build dependency on python-all. (Closes: #901424). * Bump standards version to 4.2.1, no changes needed. + * Bumped dh compat level to 11. -- Roger A. Light Thu, 08 Nov 2018 13:34:59 +0000 diff --git a/debian/compat b/debian/compat index f599e28b..b4de3947 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index 11ec18d1..40340ba5 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: mosquitto Section: net Priority: optional Maintainer: Roger A. Light -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11), libssl-dev (>=1.0.0), libsystemd-dev, libwebsockets-dev,