[Glibc-bsd-commits] r2119 - trunk/posixtestsuite/debian/patches

guillem at alioth.debian.org guillem at alioth.debian.org
Sat Feb 2 17:53:47 UTC 2008


Author: guillem
Date: 2008-02-02 17:53:47 +0000 (Sat, 02 Feb 2008)
New Revision: 2119

Modified:
   trunk/posixtestsuite/debian/patches/02_timeout.patch
Log:
Remove dpatch cruft


Modified: trunk/posixtestsuite/debian/patches/02_timeout.patch
===================================================================
--- trunk/posixtestsuite/debian/patches/02_timeout.patch	2008-02-02 17:53:13 UTC (rev 2118)
+++ trunk/posixtestsuite/debian/patches/02_timeout.patch	2008-02-02 17:53:47 UTC (rev 2119)
@@ -1,7 +1,5 @@
-#DPATCHLEVEL=1
-diff -Nur posixtestsuite-1.4.3.old/timeout posixtestsuite-1.4.3/timeout
---- posixtestsuite-1.4.3.old/timeout	1970-01-01 01:00:00.000000000 +0100
-+++ posixtestsuite-1.4.3/timeout	2004-09-01 19:55:41.000000000 +0200
+--- timeout	1970-01-01 01:00:00.000000000 +0100
++++ timeout	2004-09-01 19:55:41.000000000 +0200
 @@ -0,0 +1,8 @@
 +#!/bin/sh
 +if test -e $1 ; then
@@ -11,9 +9,8 @@
 +expect
 +EOF
 +fi
-diff -Nur posixtestsuite-1.4.3.old/Makefile posixtestsuite-1.4.3/Makefile
---- posixtestsuite-1.4.3.old/Makefile	2004-07-07 16:19:07.000000000 +0200
-+++ posixtestsuite-1.4.3/Makefile	2004-09-01 18:41:01.000000000 +0200
+--- Makefile	2004-07-07 16:19:07.000000000 +0200
++++ Makefile	2004-09-01 18:41:01.000000000 +0200
 @@ -46,7 +46,11 @@
  all: build-tests run-tests 
  
@@ -27,9 +24,8 @@
  
  functional-tests: functional-make functional-run
  stress-tests: stress-make stress-run
-diff -Nur posixtestsuite-1.4.3.old/functional/mqueues/run.sh posixtestsuite-1.4.3/functional/mqueues/run.sh
---- posixtestsuite-1.4.3.old/functional/mqueues/run.sh	2004-07-05 23:49:05.000000000 +0200
-+++ posixtestsuite-1.4.3/functional/mqueues/run.sh	2004-09-01 18:40:17.000000000 +0200
+--- 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 @@
  {
  	echo "TEST: " $1
@@ -39,9 +35,8 @@
  	if [ $? == 0 ]; then
  		PASS=$PASS+1
  		echo -ne "\t\t\t***TEST PASSED***\n\n"
-diff -Nur posixtestsuite-1.4.3.old/functional/semaphores/run.sh posixtestsuite-1.4.3/functional/semaphores/run.sh
---- posixtestsuite-1.4.3.old/functional/semaphores/run.sh	2004-07-05 23:49:05.000000000 +0200
-+++ posixtestsuite-1.4.3/functional/semaphores/run.sh	2004-09-01 18:40:17.000000000 +0200
+--- 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 @@
  {
  	echo "TEST: " $1
@@ -51,9 +46,8 @@
  	if [ $? == 0 ]; then
  		PASS=$PASS+1
  		echo -ne "\t\t\t***TEST PASSED***\n\n"
-diff -Nur posixtestsuite-1.4.3.old/functional/threads/pi_test/run.sh posixtestsuite-1.4.3/functional/threads/pi_test/run.sh
---- posixtestsuite-1.4.3.old/functional/threads/pi_test/run.sh	2004-07-05 23:49:05.000000000 +0200
-+++ posixtestsuite-1.4.3/functional/threads/pi_test/run.sh	2004-09-01 18:40:17.000000000 +0200
+--- 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 @@
  {
          echo "TEST: " $1
@@ -63,9 +57,8 @@
          if [ $? == 0 ]; then
                  PASS=$PASS+1
                  echo -ne "\t\t\t***TEST PASSED***\n\n"
-diff -Nur posixtestsuite-1.4.3.old/functional/threads/robust_test/run.sh posixtestsuite-1.4.3/functional/threads/robust_test/run.sh
---- posixtestsuite-1.4.3.old/functional/threads/robust_test/run.sh	2004-07-05 23:49:05.000000000 +0200
-+++ posixtestsuite-1.4.3/functional/threads/robust_test/run.sh	2004-09-01 18:40:17.000000000 +0200
+--- 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 @@
  {
          echo "TEST: " $1
@@ -75,9 +68,8 @@
          if [ $? == 0 ]; then
                  PASS=$PASS+1
                  echo -ne "\t\t\t***TEST PASSED***\n\n"
-diff -Nur posixtestsuite-1.4.3.old/stress/mqueues/run.sh posixtestsuite-1.4.3/stress/mqueues/run.sh
---- posixtestsuite-1.4.3.old/stress/mqueues/run.sh	2004-07-05 23:49:05.000000000 +0200
-+++ posixtestsuite-1.4.3/stress/mqueues/run.sh	2004-09-01 18:40:17.000000000 +0200
+--- 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 @@
  {
  	echo "TEST: " $1 $2
@@ -87,9 +79,8 @@
  	if [ $? == 0 ]; then
  		PASS=$PASS+1
  		echo -ne "\t\t\t***TEST PASSED***\n\n"
-diff -Nur posixtestsuite-1.4.3.old/stress/semaphores/run.sh posixtestsuite-1.4.3/stress/semaphores/run.sh
---- posixtestsuite-1.4.3.old/stress/semaphores/run.sh	2004-07-05 23:49:05.000000000 +0200
-+++ posixtestsuite-1.4.3/stress/semaphores/run.sh	2004-09-01 18:40:17.000000000 +0200
+--- 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 @@
  {
  	echo "TEST: " $1 $2




More information about the Glibc-bsd-commits mailing list