[Pkg-haskell-commits] darcs: darcs: Remove test-issue1763-use-tmpdir: failed to work

Iain Lane laney at debian.org
Mon Oct 10 08:34:43 UTC 2011


Mon Oct 10 08:08:29 UTC 2011  Iain Lane <laney at debian.org>
  * Remove test-issue1763-use-tmpdir: failed to work
  Ignore-this: 199c1b44de4bc47396362fb5f2a1ca7f

    M ./changelog +6
    M ./patches/series -1
    R ./patches/test-issue1763-use-tmpdir
    M ./rules -1 +2

Mon Oct 10 08:08:29 UTC 2011  Iain Lane <laney at debian.org>
  * Remove test-issue1763-use-tmpdir: failed to work
  Ignore-this: 199c1b44de4bc47396362fb5f2a1ca7f
diff -rN -u old-darcs//changelog new-darcs//changelog
--- old-darcs//changelog	2011-10-10 08:34:43.487830544 +0000
+++ new-darcs//changelog	2011-10-10 08:34:43.567829104 +0000
@@ -1,3 +1,9 @@
+darcs (2.5.2-5) UNRELEASED; urgency=low
+
+  * Remove test-issue1763-use-tmpdir: failed to work
+
+ -- Iain Lane <laney at debian.org>  Mon, 10 Oct 2011 09:07:00 +0100
+
 darcs (2.5.2-4) unstable; urgency=low
 
   * debian/patches/test-issue1763-use-tmpdir: Use a temporary working dir
diff -rN -u old-darcs//patches/series new-darcs//patches/series
--- old-darcs//patches/series	2011-10-10 08:34:43.483835043 +0000
+++ new-darcs//patches/series	2011-10-10 08:34:43.563831003 +0000
@@ -3,4 +3,3 @@
 skip-external.sh-test
 relax-regex-compat-version
 tests-use-bash
-test-issue1763-use-tmpdir
diff -rN -u old-darcs//patches/test-issue1763-use-tmpdir new-darcs//patches/test-issue1763-use-tmpdir
--- old-darcs//patches/test-issue1763-use-tmpdir	2011-10-10 08:34:43.479835528 +0000
+++ new-darcs//patches/test-issue1763-use-tmpdir	1970-01-01 00:00:00.000000000 +0000
@@ -1,26 +0,0 @@
-Description: Use a temporary working directory to avoid test failure
-Author: Iain Lane <laney at debian.org>
-
-Index: darcs/tests/issue1763-pull-fails-on-non-ascii-filenames.sh
-===================================================================
---- darcs.orig/tests/issue1763-pull-fails-on-non-ascii-filenames.sh	2011-03-13 22:40:47.000000000 +0000
-+++ darcs/tests/issue1763-pull-fails-on-non-ascii-filenames.sh	2011-10-09 17:15:54.889646911 +0100
-@@ -29,7 +29,9 @@
- 
- abort_windows # FIXME! We should figure out what's going on here
- 
--rm -rf R S
-+DIR=$(mktemp -d)
-+trap 'rm -rf "$DIR"' EXIT 
-+cd $DIR
- darcs init --repo R
- 
- export LC_ALL=C
-@@ -47,7 +49,6 @@
- darcs record -a -m "First edit"
- cd ..
- 
--rm -rf S S2 S3
- darcs get R S
- darcs get R S2
- darcs get R S3
diff -rN -u old-darcs//rules new-darcs//rules
--- old-darcs//rules	2011-10-10 08:34:43.479835528 +0000
+++ new-darcs//rules	2011-10-10 08:34:43.527828756 +0000
@@ -9,7 +9,8 @@
 
 common-binary-post-install-arch::
 ifneq (nocheck,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	$(DEB_SETUP_BIN_NAME) --builddir=dist-ghc test
+#	$(DEB_SETUP_BIN_NAME) --builddir=dist-ghc test
+	runhaskell Setup.lhs --builddir=dist-ghc test
 endif
 
 binary-post-install/darcs::





More information about the Pkg-haskell-commits mailing list