[Git][haskell-team/DHG_packages][master] shake: patch test7.ninja to cd to /tmp instead of potentially-nonexistent homedir
Clint Adams
gitlab at salsa.debian.org
Sat Apr 21 20:36:34 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
21b7b92a by Clint Adams at 2018-04-21T15:25:02-04:00
shake: patch test7.ninja to cd to /tmp instead of potentially-nonexistent homedir
- - - - -
4 changed files:
- p/haskell-shake/debian/changelog
- + p/haskell-shake/debian/patches/no-cd-to-homedir
- + p/haskell-shake/debian/patches/series
- p/haskell-shake/debian/rules
Changes:
=====================================
p/haskell-shake/debian/changelog
=====================================
--- a/p/haskell-shake/debian/changelog
+++ b/p/haskell-shake/debian/changelog
@@ -1,3 +1,10 @@
+haskell-shake (0.16.4-2) unstable; urgency=medium
+
+ * Patch test7.ninja to cd to /tmp instead of
+ potentially-nonexistent homedir.
+
+ -- Clint Adams <clint at debian.org> Sat, 21 Apr 2018 15:23:45 -0400
+
haskell-shake (0.16.4-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-shake/debian/patches/no-cd-to-homedir
=====================================
--- /dev/null
+++ b/p/haskell-shake/debian/patches/no-cd-to-homedir
@@ -0,0 +1,8 @@
+--- 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
=====================================
--- /dev/null
+++ b/p/haskell-shake/debian/patches/series
@@ -0,0 +1 @@
+no-cd-to-homedir
=====================================
p/haskell-shake/debian/rules
=====================================
--- a/p/haskell-shake/debian/rules
+++ b/p/haskell-shake/debian/rules
@@ -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
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/21b7b92aa86424e8a95f2c12a74f80e6575ffda3
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/21b7b92aa86424e8a95f2c12a74f80e6575ffda3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180421/3d96a9a8/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list