Codebase list haskell-xss-sanitize / 8cf00bd
Merge branch 'master' of alioth.debian.org:/git/pkg-haskell/DHG_packages Joachim Breitner 8 years ago
16 changed file(s) with 172 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
0 alex (3.1.5-2) unstable; urgency=medium
1
2 * Implement a stage1 profile build for bootstrapping.
3
4 -- Colin Watson <cjwatson@debian.org> Tue, 22 Dec 2015 02:39:59 +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
0 happy (1.19.5-5) unstable; urgency=medium
1
2 * Implement a stage1 profile build for bootstrapping.
3
4 -- Colin Watson <cjwatson@debian.org> Tue, 22 Dec 2015 02:39:03 +0000
5
06 happy (1.19.5-4) unstable; urgency=medium
17
28 * Switch Vcs-Git/Vcs-Browser headers to new location.
55 Standards-Version: 3.9.6
66 Build-Depends: cdbs (>= 0.4.59),
77 haskell-devscripts (>= 0.10),
8 debhelper (>= 9),
8 debhelper (>= 9.20141010),
9 dpkg-dev (>= 1.17.14),
910 autoconf,
1011 docbook-utils,
1112 ghc (>= 7.10),
1314 docbook-xml,
1415 xsltproc,
1516 libghc-mtl-dev,
16 happy
17 happy <!stage1>
1718 Homepage: http://www.haskell.org/happy
1819 Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
1920 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
1111 include /usr/share/cdbs/1/rules/debhelper.mk
1212 include /usr/share/cdbs/1/class/hlibrary.mk
1313 include /usr/share/cdbs/1/rules/utils.mk
14
15 ifneq (,$(filter stage1,$(DEB_BUILD_PROFILES)))
16 DEB_SETUP_GHC_CONFIGURE_ARGS += --with-happy=/bin/true
17
18 cleanbuilddir/happy::
19 cp -a dist/build/happy/happy-tmp/*.hs src/
20 endif
1421
1522 clean::
1623 [ ! -f doc/config.mk ] || $(MAKE) -C doc clean
0 haskell-maybet (0.1.2-1) unstable; urgency=low
1
2 * Initial release
3
4 -- Dmitry Bogatov <KAction@gnu.org> Mon, 21 Dec 2015 17:33:41 +0300
0 Source: haskell-maybet
1 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
2 Uploaders: Dmitry Bogatov <KAction@gnu.org>
3 Priority: extra
4 Section: haskell
5 Build-Depends: debhelper (>= 9),
6 haskell-devscripts (>= 0.9),
7 cdbs,
8 ghc,
9 ghc-prof,
10 libghc-mtl-dev,
11 libghc-mtl-prof,
12 Build-Depends-Indep: ghc-doc,
13 libghc-mtl-doc,
14 Standards-Version: 3.9.6
15 Homepage: http://hackage.haskell.org/package/MaybeT
16 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-maybet
17 Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
18 X-Description: MaybeT monad transformer
19 Package provides monad transformer MaybeT with following properties:
20 .
21 * Computation type: computations which may fail or return nothing.
22 * Binding strategy: Failure returns the value 'Nothing', bypassing any
23 bound functions which follow. Success returns a value wrapped in 'Just'.
24 .
25 This monad transformer is useful for building computations from steps which
26 may fail. No error information is returned.
27 .
28 If error information is required, see 'Control.Monad.Except', provided by
29 'libghc-mtl-dev' package.
30
31
32 Package: libghc-maybet-dev
33 Architecture: any
34 Depends: ${haskell:Depends},
35 ${misc:Depends},
36 ${shlibs:Depends},
37 Recommends: ${haskell:Recommends},
38 Suggests: ${haskell:Suggests},
39 Conflicts: ${haskell:Conflicts},
40 Provides: ${haskell:Provides},
41 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
42 ${haskell:LongDescription}
43 .
44 ${haskell:Blurb}
45
46 Package: libghc-maybet-prof
47 Architecture: any
48 Depends: ${haskell:Depends},
49 ${misc:Depends},
50 Recommends: ${haskell:Recommends},
51 Suggests: ${haskell:Suggests},
52 Conflicts: ${haskell:Conflicts},
53 Provides: ${haskell:Provides},
54 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
55 ${haskell:LongDescription}
56 .
57 ${haskell:Blurb}
58
59 Package: libghc-maybet-doc
60 Architecture: all
61 Section: doc
62 Depends: ${haskell:Depends},
63 ${misc:Depends},
64 Recommends: ${haskell:Recommends},
65 Suggests: ${haskell:Suggests},
66 Conflicts: ${haskell:Conflicts},
67 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
68 ${haskell:LongDescription}
69 .
70 ${haskell:Blurb}
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: MaybeT
2 Upstream-Contact: Eric Kidd <haskell@randomhacks.net>
3 Source: https://hackage.haskell.org/package/MaybeT
4
5 Files: *
6 Copyright: 2007 Eric Kidd <haskell@randomhacks.net>
7 License: BSD3
8
9 Files: debian/*
10 Copyright: held by the contributors mentioned in debian/changelog
11 License: BSD3
12
13 License: BSD3
14 Redistribution and use in source and binary forms, with or without
15 modification, are permitted provided that the following conditions are met:
16 .
17 * Redistributions of source code must retain the above copyright notice,
18 this list of conditions and the following disclaimer.
19 * Redistributions in binary form must reproduce the above copyright
20 notice, this list of conditions and the following disclaimer in the
21 documentation and/or other materials provided with the distribution.
22 * The names of this library's contributors may not be used to endorse or
23 promote products derived from this software without specific prior
24 written permission.
25 .
26 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
27 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
28 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
29 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
30 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
31 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
32 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
35 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36 POSSIBILITY OF SUCH DAMAGE.
0 #!/usr/bin/make -f
1
2 DEB_CABAL_PACKAGE = maybet
3 DEB_DEFAULT_COMPILER = ghc
4
5 include /usr/share/cdbs/1/rules/debhelper.mk
6 include /usr/share/cdbs/1/class/hlibrary.mk
0 version=3
1 http://hackage.haskell.org/package/MaybeT/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
0 uuagc (0.9.42.3-8) unstable; urgency=medium
1
2 * Implement a stage1 profile build for bootstrapping.
3
4 -- Colin Watson <cjwatson@debian.org> Tue, 22 Dec 2015 02:36:23 +0000
5
06 uuagc (0.9.42.3-7) unstable; urgency=medium
17
28 * Switch Vcs-Git/Vcs-Browser headers to new location.
22 Uploaders: Joachim Breitner <nomeata@debian.org>
33 Priority: optional
44 Section: devel
5 Build-Depends: debhelper (>= 9),
5 Build-Depends: debhelper (>= 9.20141010),
6 dpkg-dev (>= 1.17.14),
67 haskell-devscripts (>= 0.10),
78 cdbs,
89 ghc,
9 uuagc (<< 0.9.42.1-1) | uuagc (>> 0.9.42.2-2),
10 uuagc (<< 0.9.42.1-1) <!stage1> | uuagc (>> 0.9.42.2-2) <!stage1>,
1011 libghc-uuagc-cabal-dev (>= 1.0.4.0-2),
1112 libghc-mtl-dev (>= 1.1.1.1),
1213 libghc-src-exts-dev (>= 1.11.1),
55 # UUAGC has a strange way of setting the flag: It has to be set via a cpp
66 # defines when compiling Setup
77
8 ifeq (,$(filter stage1,$(DEB_BUILD_PROFILES)))
9 EXTERNAL_UUAGC := -DEXTERNAL_UUAGC
10 else
11 EXTERNAL_UUAGC :=
12 endif
13
814 $(DEB_SETUP_BIN_NAME):
915 if test ! -e Setup.lhs -a ! -e Setup.hs; then echo "No setup script found!"; exit 1; fi
10 for setup in Setup.lhs Setup.hs; do if test -e $$setup; then ghc -DEXTERNAL_UUAGC --make $$setup -o $(DEB_SETUP_BIN_NAME); exit 0; fi; done
16 for setup in Setup.lhs Setup.hs; do if test -e $$setup; then ghc $(EXTERNAL_UUAGC) --make $$setup -o $(DEB_SETUP_BIN_NAME); exit 0; fi; done
1117
1218 build/uuagc:: build-ghc-stamp