summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/rules.d/scripts/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e5ab8e8dd..31e6ca502 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ linux (5.19~rc6-1~exp2) UNRELEASED; urgency=medium
* [i386] x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bit (fixes FTBFS)
* [riscv64] Disable COMPAT (fixes FTBFS)
+ * linux-kbuild: Add check-local-export script
-- Ben Hutchings <benh@debian.org> Thu, 14 Jul 2022 12:52:40 +0200
diff --git a/debian/rules.d/scripts/Makefile b/debian/rules.d/scripts/Makefile
index a8e011972..bbfe9c0d1 100644
--- a/debian/rules.d/scripts/Makefile
+++ b/debian/rules.d/scripts/Makefile
@@ -14,6 +14,7 @@ DATA = \
SCRIPTS = \
checkincludes.pl \
+ check-local-export \
checkstack.pl \
checkversion.pl \
depmod.sh \