summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2020-01-18 15:13:38 +0000
committerBen Hutchings <ben@decadent.org.uk>2020-01-18 15:13:38 +0000
commite7e6b5a81bbcdbf38cbfb23ca5bd2d1e9e522efc (patch)
tree6c7e285c9b310bd4a7b3fcbb2364c9992e86fb63
parent054b4c03b23206dd17ab0a8287633ab0a92cbe1b (diff)
parentb19b6f3bad9afd0c399a5b216fab138597c2d414 (diff)
Merge branch 'janitor-bot-guest/initramfs-tools-lintian-fixes'
Fix some issues reported by lintian See merge request kernel-team/initramfs-tools!21
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules3
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index 53e243d..3d5bec0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
Priority: optional
Uploaders: Michael Prokop <mika@debian.org>, Ben Hutchings <ben@decadent.org.uk>
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
-Build-Depends: debhelper (>= 9), bash-completion, shellcheck <!nocheck>
+Build-Depends: debhelper-compat (= 12), bash-completion, shellcheck <!nocheck>
Rules-Requires-Root: no
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/kernel-team/initramfs-tools
diff --git a/debian/rules b/debian/rules
index 97a16df..42ad0d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,9 @@ override_dh_install:
chmod 755 debian/initramfs-tools-core/usr/sbin/mkinitramfs
dh_install
+override_dh_installinitramfs:
+ @:
+
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
shellcheck -e SC1090,SC1091 -s dash hook-functions $$(find hooks scripts -type f) $$({ find . -maxdepth 1 -type f -executable; find debian -maxdepth 1 -type f; find docs kernel -type f; } | xargs grep -l '^#!/bin/sh')