diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 5 |
3 files changed, 2 insertions, 6 deletions
diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28b8..000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index 18b38ad39..612294e1b 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Uploaders: Michael Vogt <mvo@debian.org>, Rules-Requires-Root: no Standards-Version: 4.1.1 Build-Depends: cmake (>= 3.4), - debhelper (>= 11.2~), + debhelper-compat (= 12), docbook-xml, docbook-xsl, dpkg-dev (>= 1.17.14), diff --git a/debian/rules b/debian/rules index 516e5e31f..d94105aff 100755 --- a/debian/rules +++ b/debian/rules @@ -17,13 +17,10 @@ override_dh_clean: cp COPYING debian/copyright dh_clean -override_dh_install-indep: - dh_install --list-missing - override_dh_install-arch: dh_install -papt-utils -X/dump dh_install -papt -Xmethods/curl -Xmethods/curl+https -Xmethods/curl+http - dh_install --remaining --list-missing + dh_install --remaining install -m 644 debian/apt.conf.autoremove debian/apt/etc/apt/apt.conf.d/01autoremove install -m 755 debian/apt.auto-removal.sh debian/apt/etc/kernel/postinst.d/apt-auto-removal |