From 583a97d67d84162631afa9f3c28bbf9c6c83169a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Tue, 31 Jul 2018 21:52:07 +0800 Subject: [PATCH] Various minor Lintian fixes --- debian/control | 7 +++---- debian/mariadb-server-10.1.lintian-overrides | 5 +---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index 2b60e683..c409eabd 100644 --- a/debian/control +++ b/debian/control @@ -6,11 +6,10 @@ Uploaders: Otto Kekäläinen Build-Depends: bison, chrpath, cmake, - cracklib-runtime, - debhelper (>= 9), + cracklib-runtime, + debhelper (>= 9.20160709), dh-apparmor, dh-exec, - dh-systemd, gdb, libaio-dev [linux-any], libarchive-dev, @@ -31,7 +30,7 @@ Build-Depends: bison, psmisc, unixodbc-dev, zlib1g-dev (>= 1:1.1.3-5~) -Standards-Version: 3.9.8 +Standards-Version: 4.1.5 Homepage: https://mariadb.org/ Vcs-Browser: https://salsa.debian.org/mariadb-team/mariadb-10.1 Vcs-Git: https://salsa.debian.org/mariadb-team/mariadb-10.1.git diff --git a/debian/mariadb-server-10.1.lintian-overrides b/debian/mariadb-server-10.1.lintian-overrides index 8b7faa25..94a4fd70 100644 --- a/debian/mariadb-server-10.1.lintian-overrides +++ b/debian/mariadb-server-10.1.lintian-overrides @@ -1,9 +1,6 @@ # ash's buildin has no "-e" so use /bin/echo -mariadb-server-10.1: command-with-path-in-maintainer-script postinst:154 /bin/echo +mariadb-server-10.1: command-with-path-in-maintainer-script postinst:140 /bin/echo # OK, path /usr/sbin/invoke-rc.d is only used in check, executes are run without the path -mariadb-server-10.1: command-with-path-in-maintainer-script postinst:17 /usr/sbin/invoke-rc.d -mariadb-server-10.1: command-with-path-in-maintainer-script postrm:15 /usr/sbin/invoke-rc.d -mariadb-server-10.1: command-with-path-in-maintainer-script preinst:31 /usr/sbin/invoke-rc.d # False positive: unfortified calls have already been fully validated at compile-time # See full research at https://jira.mariadb.org/browse/MDEV-8377 mariadb-server-10.1: hardening-no-fortify-functions usr/lib/*/mariadb18/plugin/auth_pam.so -- GitLab