cvs-check-local-headers
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Mon, 16 Jan 2017 17:43:37 +0000 (17:43 +0000)
committerAurelien Jarno <aurel32@debian.org>
Mon, 16 Jan 2017 17:43:37 +0000 (17:43 +0000)
commit 66abf9bfbe24ac1e7207d26ccad725ed938dc52c
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Aug 21 03:24:32 2016 +0200

    mach: Add more allowed external headers

            * scripts/check-local-headers.sh (exclude): Add mach_debug/.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name cvs-check-local-headers.diff

scripts/check-local-headers.sh

index 4cae4db57265c3e02f766e12af35ea286450c2dc..0a967bb5ce24bddde64ae8a43cdf32b0e47e9a17 100755 (executable)
@@ -33,7 +33,7 @@ exec ${AWK} -v includedir="$includedir" '
 BEGIN {
   status = 0
   exclude = "^" includedir \
-    "/(.*-.*-.*/|.*-.*/|)(asm[-/]|arch|linux/|selinux/|mach/|device/|hurd/(((hurd|ioctl)_types|paths)\\.h|ioctls\\.defs|ihash\\.h)|cthreads\\.h|gd|nss3/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)"
+    "/(.*-.*-.*/|.*-.*/|)(asm[-/]|arch|linux/|selinux/|mach/|mach_debug/|device/|hurd/(((hurd|ioctl)_types|paths)\\.h|ioctls\\.defs|ihash\\.h)|cthreads\\.h|gd|nss3/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)"
 }
 /^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
 {