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

guillem at alioth.debian.org guillem at alioth.debian.org
Sat Jun 21 06:20:11 UTC 2008


Author: guillem
Date: 2008-06-21 06:20:11 +0000 (Sat, 21 Jun 2008)
New Revision: 2180

Modified:
   trunk/posixtestsuite/debian/changelog
   trunk/posixtestsuite/debian/patches/01_gnu.patch
   trunk/posixtestsuite/debian/patches/02_timeout.patch
   trunk/posixtestsuite/debian/patches/series
Log:
Refresh patches with -pab

(Closes: #485358)


Modified: trunk/posixtestsuite/debian/changelog
===================================================================
--- trunk/posixtestsuite/debian/changelog	2008-06-21 05:15:39 UTC (rev 2179)
+++ trunk/posixtestsuite/debian/changelog	2008-06-21 06:20:11 UTC (rev 2180)
@@ -2,6 +2,7 @@
 
   * Add a README.source.
   * Now using Standards-Version 3.8.0.
+  * Refresh patches with -pab. (Closes: #485358)
 
  -- Guillem Jover <guillem at debian.org>  Sat, 21 Jun 2008 07:15:32 +0300
 

Modified: trunk/posixtestsuite/debian/patches/01_gnu.patch
===================================================================
--- trunk/posixtestsuite/debian/patches/01_gnu.patch	2008-06-21 05:15:39 UTC (rev 2179)
+++ trunk/posixtestsuite/debian/patches/01_gnu.patch	2008-06-21 06:20:11 UTC (rev 2180)
@@ -4,8 +4,10 @@
  Set needed LDFLAGS for a GNU system.
 
 
---- LDFLAGS	2005-06-03 04:32:42.000000000 +0300
-+++ LDFLAGS	2005-11-29 03:43:56.000000000 +0200
+Index: b/LDFLAGS
+===================================================================
+--- a/LDFLAGS
++++ b/LDFLAGS
 @@ -4,9 +4,6 @@
  #Place the -l, -L, or -D piece before the item to link.
  #Lines beginning with # are comments.

Modified: trunk/posixtestsuite/debian/patches/02_timeout.patch
===================================================================
--- trunk/posixtestsuite/debian/patches/02_timeout.patch	2008-06-21 05:15:39 UTC (rev 2179)
+++ trunk/posixtestsuite/debian/patches/02_timeout.patch	2008-06-21 06:20:11 UTC (rev 2180)
@@ -3,8 +3,10 @@
 Description:
  Use expect to set a timeout on tests, to avoid them hanging indefinitely.
 
---- timeout	1970-01-01 01:00:00.000000000 +0100
-+++ timeout	2004-09-01 19:55:41.000000000 +0200
+Index: b/timeout
+===================================================================
+--- /dev/null
++++ b/timeout
 @@ -0,0 +1,8 @@
 +#!/bin/sh
 +if test -e $1 ; then
@@ -14,9 +16,11 @@
 +expect
 +EOF
 +fi
---- Makefile	2004-07-07 16:19:07.000000000 +0200
-+++ Makefile	2004-09-01 18:41:01.000000000 +0200
-@@ -46,7 +46,11 @@
+Index: b/Makefile
+===================================================================
+--- a/Makefile
++++ b/Makefile
+@@ -46,7 +46,11 @@ TIMEOUT = $(top_builddir)/t0 $(TIMEOUT_V
  all: build-tests run-tests 
  
  build-tests: $(BUILD_TESTS:.c=.test)
@@ -29,9 +33,11 @@
  
  functional-tests: functional-make functional-run
  stress-tests: stress-make stress-run
---- functional/mqueues/run.sh	2004-07-05 23:49:05.000000000 +0200
-+++ functional/mqueues/run.sh	2004-09-01 18:40:17.000000000 +0200
-@@ -12,7 +12,7 @@
+Index: b/functional/mqueues/run.sh
+===================================================================
+--- a/functional/mqueues/run.sh
++++ b/functional/mqueues/run.sh
+@@ -12,7 +12,7 @@ RunTest()
  {
  	echo "TEST: " $1
  	TOTAL=$TOTAL+1
@@ -40,9 +46,11 @@
  	if [ $? == 0 ]; then
  		PASS=$PASS+1
  		echo -ne "\t\t\t***TEST PASSED***\n\n"
---- functional/semaphores/run.sh	2004-07-05 23:49:05.000000000 +0200
-+++ functional/semaphores/run.sh	2004-09-01 18:40:17.000000000 +0200
-@@ -12,7 +12,7 @@
+Index: b/functional/semaphores/run.sh
+===================================================================
+--- a/functional/semaphores/run.sh
++++ b/functional/semaphores/run.sh
+@@ -12,7 +12,7 @@ RunTest()
  {
  	echo "TEST: " $1
  	TOTAL=$TOTAL+1
@@ -51,9 +59,11 @@
  	if [ $? == 0 ]; then
  		PASS=$PASS+1
  		echo -ne "\t\t\t***TEST PASSED***\n\n"
---- functional/threads/pi_test/run.sh	2004-07-05 23:49:05.000000000 +0200
-+++ functional/threads/pi_test/run.sh	2004-09-01 18:40:17.000000000 +0200
-@@ -21,7 +21,7 @@
+Index: b/functional/threads/pi_test/run.sh
+===================================================================
+--- a/functional/threads/pi_test/run.sh
++++ b/functional/threads/pi_test/run.sh
+@@ -21,7 +21,7 @@ Run()
  {
          echo "TEST: " $1
          TOTAL=$TOTAL+1
@@ -62,9 +72,11 @@
          if [ $? == 0 ]; then
                  PASS=$PASS+1
                  echo -ne "\t\t\t***TEST PASSED***\n\n"
---- functional/threads/robust_test/run.sh	2004-07-05 23:49:05.000000000 +0200
-+++ functional/threads/robust_test/run.sh	2004-09-01 18:40:17.000000000 +0200
-@@ -7,7 +7,7 @@
+Index: b/functional/threads/robust_test/run.sh
+===================================================================
+--- a/functional/threads/robust_test/run.sh
++++ b/functional/threads/robust_test/run.sh
+@@ -7,7 +7,7 @@ Run()
  {
          echo "TEST: " $1
          TOTAL=$TOTAL+1
@@ -73,9 +85,11 @@
          if [ $? == 0 ]; then
                  PASS=$PASS+1
                  echo -ne "\t\t\t***TEST PASSED***\n\n"
---- stress/mqueues/run.sh	2004-07-05 23:49:05.000000000 +0200
-+++ stress/mqueues/run.sh	2004-09-01 18:40:17.000000000 +0200
-@@ -12,7 +12,7 @@
+Index: b/stress/mqueues/run.sh
+===================================================================
+--- a/stress/mqueues/run.sh
++++ b/stress/mqueues/run.sh
+@@ -12,7 +12,7 @@ RunTest()
  {
  	echo "TEST: " $1 $2
  	TOTAL=$TOTAL+1
@@ -84,9 +98,11 @@
  	if [ $? == 0 ]; then
  		PASS=$PASS+1
  		echo -ne "\t\t\t***TEST PASSED***\n\n"
---- stress/semaphores/run.sh	2004-07-05 23:49:05.000000000 +0200
-+++ stress/semaphores/run.sh	2004-09-01 18:40:17.000000000 +0200
-@@ -12,7 +12,7 @@
+Index: b/stress/semaphores/run.sh
+===================================================================
+--- a/stress/semaphores/run.sh
++++ b/stress/semaphores/run.sh
+@@ -12,7 +12,7 @@ RunTest()
  {
  	echo "TEST: " $1 $2
  	TOTAL=$TOTAL+1
@@ -95,4 +111,3 @@
  	if [ $? == 0 ]; then
  		PASS=$PASS+1
  		echo -ne "\t\t\t***TEST PASSED***\n\n"
-

Modified: trunk/posixtestsuite/debian/patches/series
===================================================================
--- trunk/posixtestsuite/debian/patches/series	2008-06-21 05:15:39 UTC (rev 2179)
+++ trunk/posixtestsuite/debian/patches/series	2008-06-21 06:20:11 UTC (rev 2180)
@@ -1,2 +1,2 @@
-01_gnu.patch -p0
-02_timeout.patch -p0
+01_gnu.patch
+02_timeout.patch




More information about the Glibc-bsd-commits mailing list