Codebase list haskell-xss-sanitize / 2469dae
alex: Implement a stage1 profile build for bootstrapping. Colin Watson 8 years ago
3 changed file(s) with 16 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 alex (3.1.5-2) UNRELEASED; urgency=medium
1
2 * Implement a stage1 profile build for bootstrapping.
3
4 -- Colin Watson <cjwatson@debian.org> Tue, 22 Dec 2015 01:51:29 +0000
5
06 alex (3.1.5-1) unstable; urgency=medium
17
28 * New upstream release
44 Section: haskell
55 Build-Depends: cdbs (>= 0.4.59),
66 haskell-devscripts (>= 0.10),
7 debhelper (>= 9),
7 debhelper (>= 9.20141010),
8 dpkg-dev (>= 1.17.14),
89 ghc (>= 7.10),
9 alex,
10 alex <!stage1>,
1011 happy,
1112 jade,
1213 docbook-utils,
1212
1313 include /usr/share/cdbs/1/rules/debhelper.mk
1414 include /usr/share/cdbs/1/class/hlibrary.mk
15
16 ifneq (,$(filter stage1,$(DEB_BUILD_PROFILES)))
17 DEB_SETUP_GHC_CONFIGURE_ARGS := --with-alex=/bin/true
18
19 cleanbuilddir/alex::
20 cp -a dist/build/alex/alex-tmp/*.hs src/
21 endif
1522
1623 clean::
1724 [ ! -f doc/config.mk ] || $(MAKE) -C doc clean