This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch sid
in repository glibc.

commit 2fa0eb338e02dc16cab2a19eaef2d3836da9479c
Author: Samuel Thibault <samuel.thiba...@ens-lyon.org>
Date:   Mon May 30 17:04:56 2016 +0000

    hurd-i386/cvs-check-local-headers.diff: Update exclusion list
---
 debian/changelog                                   |  1 +
 .../patches/hurd-i386/cvs-check-local-headers.diff | 23 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 25 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 932c0fe..3ba07cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ glibc (2.22-10) UNRELEASED; urgency=medium
   * sysdeps/hurd-i386.mk: Disable ifunc, not working yet.
   * sysdeps/hurd-i386.mk: Fix and re-enable xen build.
   * control: Re-introduce libc0.3-xen package.
+  * patches/hurd-i386/cvs-check-local-headers.diff: Update exclusion list.
 
  -- Aurelien Jarno <aure...@debian.org>  Thu, 12 May 2016 18:06:35 +0200
 
diff --git a/debian/patches/hurd-i386/cvs-check-local-headers.diff 
b/debian/patches/hurd-i386/cvs-check-local-headers.diff
new file mode 100644
index 0000000..8b6ab64
--- /dev/null
+++ b/debian/patches/hurd-i386/cvs-check-local-headers.diff
@@ -0,0 +1,23 @@
+commit 94d211c87955d79fe6a74d7385bff014cfc95192
+Author: Samuel Thibault <samuel.thiba...@ens-lyon.org>
+Date:   Mon May 30 19:03:01 2016 +0200
+
+    Add more hurd exception to local headers list
+    
+       * scripts/check-local-headers.sh (exclude): Add hurd/ihash.h, and
+       include .*-.*/ in addition to .*-.*-.*/ (i.e. i386-gnu in addition to
+       i386-linux-gnu).
+
+diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh
+index 0670da1..4cae4db 100755
+--- a/scripts/check-local-headers.sh
++++ b/scripts/check-local-headers.sh
+@@ -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)|cthreads\\.h|gd|nss3/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)"
++    
"/(.*-.*-.*/|.*-.*/|)(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)"
+ }
+ /^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
+ {
diff --git a/debian/patches/series b/debian/patches/series
index 2927e3f..a22b7fc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -157,6 +157,7 @@ hurd-i386/cvs-auxv.diff
 hurd-i386/cvs-gprof-tick.diff
 hurd-i386/cvs-IPV6_PKTINFO.diff
 hurd-i386/cvs-i686-link.diff
+hurd-i386/cvs-check-local-headers.diff
 
 i386/local-biarch.diff
 i386/local-cmov.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git

Reply via email to