[Glibc-bsd-commits] r3398 - in trunk/posixtestsuite/debian: . patches

Guillem Jover guillem at alioth.debian.org
Fri Jun 3 07:04:24 UTC 2011


Author: guillem
Date: 2011-06-03 07:04:24 +0000 (Fri, 03 Jun 2011)
New Revision: 3398

Added:
   trunk/posixtestsuite/debian/patches/restrict-test-find.patch
Modified:
   trunk/posixtestsuite/debian/changelog
   trunk/posixtestsuite/debian/patches/series
Log:
Do not try to build test cases from the quilt state directory


Modified: trunk/posixtestsuite/debian/changelog
===================================================================
--- trunk/posixtestsuite/debian/changelog	2011-06-03 06:04:09 UTC (rev 3397)
+++ trunk/posixtestsuite/debian/changelog	2011-06-03 07:04:24 UTC (rev 3398)
@@ -1,4 +1,4 @@
-posixtestsuite (1.5.2-4) UNRELEASED; urgency=low
+posixtestsuite (1.5.2-4) unstable; urgency=low
 
   * Switch to debhelper compatibility level 7.
   * Use dh_prep instead of “dh_clean -k”.
@@ -15,8 +15,9 @@
     report in /usr/share/doc/posixtestsuite/report.GNU-TYPE.log.gz.
     This will make the test suite run on all build daemons, so that
     we can easily see how all architectures conform to the standard.
+  * Do not try to build test cases from the quilt state directory.
 
- -- Guillem Jover <guillem at debian.org>  Mon, 09 Feb 2009 22:04:24 +0200
+ -- Guillem Jover <guillem at debian.org>  Fri, 03 Jun 2011 08:04:35 +0200
 
 posixtestsuite (1.5.2-3) unstable; urgency=low
 

Added: trunk/posixtestsuite/debian/patches/restrict-test-find.patch
===================================================================
--- trunk/posixtestsuite/debian/patches/restrict-test-find.patch	                        (rev 0)
+++ trunk/posixtestsuite/debian/patches/restrict-test-find.patch	2011-06-03 07:04:24 UTC (rev 3398)
@@ -0,0 +1,15 @@
+---
+ locate-test |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/locate-test
++++ b/locate-test
+@@ -99,7 +99,7 @@ then
+ fi
+ 
+ # Simple version right now, just locate all:
+-WHERE="$1"
++WHERE="conformance/ functional/ stress/"
+ 
+ # Force something .c or .sh
+ # Avoid .o, backups

Modified: trunk/posixtestsuite/debian/patches/series
===================================================================
--- trunk/posixtestsuite/debian/patches/series	2011-06-03 06:04:09 UTC (rev 3397)
+++ trunk/posixtestsuite/debian/patches/series	2011-06-03 07:04:24 UTC (rev 3398)
@@ -1,3 +1,4 @@
 01_gnu.patch
 02_timeout.patch
 build_Werror_fixes.patch
+restrict-test-find.patch




More information about the Glibc-bsd-commits mailing list