Author: adconrad
Date: 2013-01-28 06:33:00 +0000 (Mon, 28 Jan 2013)
New Revision: 5463

Added:
   
glibc-package/branches/eglibc-2.17/debian/patches/any/local-tst-dir-overlayfs.diff
Modified:
   glibc-package/branches/eglibc-2.17/debian/changelog
   glibc-package/branches/eglibc-2.17/debian/patches/series
Log:
debian/patches/any/local-tst-dir-overlayfs.diff: Apply dirty hack to
skip tst-dir on overlayfs, as it currently fails (see: LP #1107492)

Modified: glibc-package/branches/eglibc-2.17/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/changelog 2013-01-27 08:20:24 UTC 
(rev 5462)
+++ glibc-package/branches/eglibc-2.17/debian/changelog 2013-01-28 06:33:00 UTC 
(rev 5463)
@@ -72,6 +72,8 @@
   * debian/patches/any/cvs-use-glibc-wchar.diff: Switch from the eglibc
     implementation of wchar.h to the cleaner glibc-2.18 implementation.
   * debian/patches/arm/local-eabi-wchar.diff: Dropped, no longer needed.
+  * debian/patches/any/local-tst-dir-overlayfs.diff: Apply dirty hack to
+    skip tst-dir on overlayfs, as it currently fails (see: LP #1107492)
   * debian/patches/svn-updates.diff: Bring svn-updates to revision 22169.
 
   [ Matthias Klose ]

Added: 
glibc-package/branches/eglibc-2.17/debian/patches/any/local-tst-dir-overlayfs.diff
===================================================================
--- 
glibc-package/branches/eglibc-2.17/debian/patches/any/local-tst-dir-overlayfs.diff
                          (rev 0)
+++ 
glibc-package/branches/eglibc-2.17/debian/patches/any/local-tst-dir-overlayfs.diff
  2013-01-28 06:33:00 UTC (rev 5463)
@@ -0,0 +1,21 @@
+--- x/posix/Makefile   2012-11-17 10:50:14.000000000 -0700
++++ x/posix/Makefile   2013-01-27 21:42:47.802737434 -0700
+@@ -79,7 +79,7 @@
+ tests         := tstgetopt testfnm runtests \
+                  tst-preadwrite tst-preadwrite64 test-vfork regexbug1 \
+                  tst-getlogin tst-mmap tst-truncate \
+-                 tst-truncate64 tst-fork tst-dir \
++                 tst-truncate64 tst-fork \
+                  tst-chmod bug-regex2 bug-regex3 bug-regex4 \
+                  tst-gnuglob bug-regex6 bug-regex7 \
+                  bug-regex8 bug-regex9 bug-regex10 bug-regex12 \
+@@ -118,6 +118,9 @@
+ tests-$(OPTION_EGLIBC_SPAWN) += tst-spawn
+ tests-$(OPTION_EGLIBC_WORDEXP) += wordexp-test
+ endif
++ifneq ($(shell stat --file-system --format=%t .),794c764f)
++tests         += tst-dir
++endif
+ others                := getconf
+ install-bin   := getconf
+ install-others-programs       := $(inst_libexecdir)/getconf

Modified: glibc-package/branches/eglibc-2.17/debian/patches/series
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/patches/series    2013-01-27 
08:20:24 UTC (rev 5462)
+++ glibc-package/branches/eglibc-2.17/debian/patches/series    2013-01-28 
06:33:00 UTC (rev 5463)
@@ -219,6 +219,7 @@
 any/local-disable-libnss-db.diff
 any/local-revert-bz13979.diff
 any/local-tst-eintr1-eagain.diff
+any/local-tst-dir-overlayfs.diff
 any/cvs-tst-array-as-needed.diff
 any/unsubmitted-ldso-machine-mismatch.diff
 any/cvs-use-glibc-wchar.diff


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1tzih7-00057i...@vasks.debian.org

Reply via email to