From: Raphaël Hertzog Date: Mon, 17 Feb 2020 09:53:41 +0000 (+0000) Subject: Merge branch 'lintian-fixes' into 'master' X-Git-Tag: debian/1%20210122~8 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=a678dd87911d9e6eb2911f93a34834632b32b5e2;hp=bdadb4b81da90333a6eefe1d203e8568b5087caa Merge branch 'lintian-fixes' into 'master' Fix some issues reported by lintian See merge request live-team/live-boot!27 --- diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index fc10fe1..a71f8bd 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,9 @@ Maintainer: Live Systems Maintainers Uploaders: Iain R. Learmonth , Raphaël Hertzog , Luca Boccassi Build-Depends: - debhelper (>= 10), + debhelper-compat (= 12), po4a, -Standards-Version: 4.3.0 +Standards-Version: 4.4.1 Rules-Requires-Root: no Homepage: https://wiki.debian.org/DebianLive Vcs-Browser: https://salsa.debian.org/live-team/live-boot diff --git a/debian/rules b/debian/rules index 2ab4d9e..96182a3 100755 --- a/debian/rules +++ b/debian/rules @@ -13,5 +13,5 @@ override_dh_auto_install: mkdir -p debian/live-boot-initramfs-tools/usr/share mv debian/tmp/usr/share/initramfs-tools debian/live-boot-initramfs-tools/usr/share -override_dh_install: - dh_install --fail-missing +override_dh_missing: + dh_missing --fail-missing