Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DHG_packages
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian Haskell Group
DHG_packages
Commits
00598959
Commit
00598959
authored
Aug 12, 2015
by
Clint Adams
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak RTS lib paths in threading tests of darcs, hledger, hlint
parent
ff06a8d6
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
7 deletions
+21
-7
p/darcs/debian/changelog
p/darcs/debian/changelog
+6
-2
p/darcs/debian/rules
p/darcs/debian/rules
+1
-1
p/haskell-hledger/debian/changelog
p/haskell-hledger/debian/changelog
+6
-2
p/haskell-hledger/debian/rules
p/haskell-hledger/debian/rules
+1
-1
p/hlint/debian/changelog
p/hlint/debian/changelog
+6
-0
p/hlint/debian/rules
p/hlint/debian/rules
+1
-1
No files found.
p/darcs/debian/changelog
View file @
00598959
darcs (2.10.1-
3.1
) UNRELEASED; urgency=medium
darcs (2.10.1-
4
) UNRELEASED; urgency=medium
[ Helmut Grohne ]
* Mark darcs as Multi-Arch:foreign.
-- Helmut Grohne <helmut@subdivi.de> Mon, 03 Aug 2015 19:50:35 +0200
[ Clint Adams ]
* Tweak RTS lib path in threading test.
-- Clint Adams <clint@debian.org> Wed, 12 Aug 2015 14:49:38 +0200
darcs (2.10.1-3) unstable; urgency=medium
...
...
p/darcs/debian/rules
View file @
00598959
...
...
@@ -7,7 +7,7 @@ DEB_CABAL_PACKAGE=darcs
DEB_INSTALL_CHANGELOGS_ALL=NEWS
DEB_SETUP_GHC_CONFIGURE_ARGS=$(if $(wildcard /usr/lib/*/libHSrts_thr.a),,-f-threaded) -fpkgconfig -fcurl -f-http -fterminfo --ghc-options="+RTS -V0 -RTS"
DEB_SETUP_GHC_CONFIGURE_ARGS=$(if $(wildcard /usr/lib/
ghc/
*/libHSrts_thr.a),,-f-threaded) -fpkgconfig -fcurl -f-http -fterminfo --ghc-options="+RTS -V0 -RTS"
binary-post-install/darcs::
dh_bash-completion
...
...
p/haskell-hledger/debian/changelog
View file @
00598959
haskell-hledger (0.24.1-
1.1
) UNRELEASED; urgency=medium
haskell-hledger (0.24.1-
2
) UNRELEASED; urgency=medium
[ Helmut Grohne ]
* Mark hledger as Multi-Arch:foreign.
-- Helmut Grohne <helmut@subdivi.de> Mon, 03 Aug 2015 19:50:07 +0200
[ Clint Adams ]
* Tweak RTS lib path in threading test.
-- Clint Adams <clint@debian.org> Wed, 12 Aug 2015 14:50:13 +0200
haskell-hledger (0.24.1-1) unstable; urgency=medium
...
...
p/haskell-hledger/debian/rules
View file @
00598959
#!/usr/bin/make -f
DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/libHSrts_thr.a || echo --flags=-threaded)
DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/
rts-1.0/
libHSrts_thr.a || echo --flags=-threaded)
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
...
...
p/hlint/debian/changelog
View file @
00598959
hlint (1.9.21-2) UNRELEASED; urgency=medium
* Tweak RTS lib path in threading test.
-- Clint Adams <clint@debian.org> Wed, 12 Aug 2015 14:50:22 +0200
hlint (1.9.21-1) unstable; urgency=medium
* New upstream release
...
...
p/hlint/debian/rules
View file @
00598959
...
...
@@ -6,7 +6,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
# If no threaded RTS is found, disable it
DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/libHSrts_thr.a || echo --flags=-threaded) --datasubdir=/usr/share/hlint
DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/
rts-1.0/
libHSrts_thr.a || echo --flags=-threaded) --datasubdir=/usr/share/hlint
build/$(CABAL_PACKAGE) :: build-ghc-stamp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment