From 3cc5e6aea41f1b3d890712e622b5a4d732211936 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sat, 19 May 2018 08:13:05 +0000 Subject: Use a new sequence to toggle dh_installinitramfs in c11 and older Then we can make dh_installinitramfs do the same in all compat levels and people can simply opt-in with a "--with installinitramfs" in older compat levels. Signed-off-by: Niels Thykier --- dh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dh') diff --git a/dh b/dh index 71d078c4..2dc635bd 100755 --- a/dh +++ b/dh @@ -416,7 +416,9 @@ qw{ dh_installppp dh_installudev dh_installgsettings - dh_installinitramfs +}, + (!compat(11) ? qw(dh_installinitramfs) : qw()), +qw{ dh_bugfiles dh_ucf dh_lintian -- cgit v1.2.3