diff --git a/debian/changelog b/debian/changelog index 773e962a..4764f790 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ ostree (2019.2-2) UNRELEASED; urgency=medium can't reproduce and debug the failure in a local Docker container. - Similarly, disable the autopkgtest for now. * Standards-Version: 4.4.0 (no changes required) + * Use debhelper-compat 12 + - Override dh_installsystemd instead of dh_systemd_start + - Stop overriding libexecdir -- Simon McVittie Sun, 23 Jun 2019 20:07:33 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28b..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index 6fb0655e..85b318d9 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: bison, ca-certificates, cpio, - debhelper (>= 10~), + debhelper-compat (= 12), dh-exec (>= 0.23~), docbook-xml , docbook-xsl , diff --git a/debian/rules b/debian/rules index 792905fc..021b1e8a 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,6 @@ override_dh_autoreconf: configure_options = \ GJS=some-nonexistent-gjs-binary \ --enable-installed-tests \ - --libexecdir='$${prefix}/libexec' \ --with-avahi \ --with-dracut \ --with-grub2 \ @@ -99,5 +98,5 @@ override_dh_fixperms-arch: find debian/tmp -type f -name '*.js' -print0 | \ xargs -0r chmod -v go=rX,u+rw,a-s -override_dh_systemd_start: - dh_systemd_start --no-start +override_dh_installsystemd: + dh_installsystemd --no-start