diff -Nru hardening-runtime-1/debian/changelog hardening-runtime-2/debian/changelog --- hardening-runtime-1/debian/changelog 2019-01-20 15:18:58.000000000 +0000 +++ hardening-runtime-2/debian/changelog 2019-08-15 15:59:39.000000000 +0000 @@ -1,3 +1,14 @@ +hardening-runtime (2) unstable; urgency=medium + + [ Salvatore Bonaccorso ] + * Reverse order of wording to disable settings via symlink (Closes: #934782) + + [ Yves-Alexis Perez ] + * d/control: update standards version to 4.4.0 + * d/control: update dh compat level to 11 + + -- Yves-Alexis Perez Thu, 15 Aug 2019 17:59:39 +0200 + hardening-runtime (1) unstable; urgency=medium * Initial release. (Closes: #919226) diff -Nru hardening-runtime-1/debian/control hardening-runtime-2/debian/control --- hardening-runtime-1/debian/control 2019-01-20 15:18:58.000000000 +0000 +++ hardening-runtime-2/debian/control 2019-08-15 15:59:39.000000000 +0000 @@ -2,8 +2,8 @@ Section: kernel Priority: optional Maintainer: Yves-Alexis Perez -Build-Depends: debhelper-compat (= 10) -Standards-Version: 4.3.0 +Build-Depends: debhelper-compat (= 11) +Standards-Version: 4.4.0 Homepage: https://salsa.debian.org/corsac/hardening-runtime Vcs-Git: https://salsa.debian.org/corsac/hardening-runtime.git Vcs-Browser: https://salsa.debian.org/corsac/hardening-runtime diff -Nru hardening-runtime-1/debian/README.Debian hardening-runtime-2/debian/README.Debian --- hardening-runtime-1/debian/README.Debian 2019-01-20 15:18:58.000000000 +0000 +++ hardening-runtime-2/debian/README.Debian 2019-08-15 15:59:39.000000000 +0000 @@ -36,5 +36,5 @@ These settings can be overridden by copying the file in /etc/sysctl.d/ (and keeping the same filename) and then doing edits. The file can also be -completely disabled by adding a symlink from /dev/null to /etc/sysctl.d (again -using the same filename) +completely disabled by adding a symlink from /etc/sysctl.d (again using +the same filename) to /dev/null.