Loading p/haskell-shake/debian/changelog +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 ] Loading p/haskell-shake/debian/patches/no-cd-to-homedir 0 → 100644 +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 p/haskell-shake/debian/patches/series 0 → 100644 +1 −0 Original line number Diff line number Diff line no-cd-to-homedir p/haskell-shake/debian/rules +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
p/haskell-shake/debian/changelog +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 ] Loading
p/haskell-shake/debian/patches/no-cd-to-homedir 0 → 100644 +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
p/haskell-shake/debian/patches/series 0 → 100644 +1 −0 Original line number Diff line number Diff line no-cd-to-homedir
p/haskell-shake/debian/rules +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading