Commit 21b7b92a authored by Clint Adams's avatar Clint Adams
Browse files

shake: patch test7.ninja to cd to /tmp instead of potentially-nonexistent homedir

parent 29fcd00d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
haskell-shake (0.16.4-2) unstable; urgency=medium

  * Patch test7.ninja to cd to /tmp instead of
    potentially-nonexistent homedir.

 -- Clint Adams <clint@debian.org>  Sat, 21 Apr 2018 15:23:45 -0400

haskell-shake (0.16.4-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+8 −0
Original line number Diff line number Diff line
--- a/src/Test/Ninja/test7.ninja
+++ b/src/Test/Ninja/test7.ninja
@@ -3,4 +3,4 @@
 rule CUSTOM_COMMAND
    command = $COMMAND
 build a b : CUSTOM_COMMAND
-  COMMAND = cd
+  COMMAND = cd /tmp
+1 −0
Original line number Diff line number Diff line
no-cd-to-homedir
+0 −2
Original line number Diff line number Diff line
@@ -10,10 +10,8 @@ endif
endif

# unicode problems in the testsuite
check-ghc-stamp: export LANG := en_US.UTF-8
check-ghc-stamp: export LC_ALL := C.UTF-8


DEB_GHC_EXTRA_PACKAGES := libghc-shake-data (>= $(CABAL_VERSION))

include /usr/share/cdbs/1/rules/debhelper.mk