Codebase list haskell-crypto-api / 3a4f981
Merge branch 'add-haskell-commonmark-pandoc' into 'master' Add haskell-commonmark-pandoc 0.2.0.4 See merge request haskell-team/DHG_packages!31 Scott Talbert 1 year, 11 months ago
11 changed file(s) with 150 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-commonmark-pandoc (0.2.0.1-1) experimental; urgency=low
1
2 * Initial release (Closes: #1011459)
3
4 -- Robert Greener <rob@robgreener.com> Sat, 21 May 2022 13:11:04 +0100
0 Source: haskell-commonmark-pandoc
1 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
2 Uploaders: Robert Greener <rob@robgreener.com>,
3 Priority: optional
4 Section: haskell
5 Rules-Requires-Root: no
6 Build-Depends: debhelper (>= 10),
7 haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
8 cdbs,
9 ghc,
10 ghc-prof,
11 libghc-commonmark-dev (>= 0.1),
12 libghc-commonmark-dev (<< 0.2),
13 libghc-commonmark-prof,
14 libghc-commonmark-extensions-dev (>= 0.2),
15 libghc-commonmark-extensions-dev (<< 0.3),
16 libghc-commonmark-extensions-prof,
17 libghc-pandoc-types-dev (>= 1.21),
18 libghc-pandoc-types-dev (<< 1.23),
19 libghc-pandoc-types-prof,
20 Build-Depends-Indep: ghc-doc,
21 libghc-commonmark-doc,
22 libghc-commonmark-extensions-doc,
23 libghc-pandoc-types-doc,
24 Standards-Version: 4.6.0.1
25 Homepage: https://github.com/jgm/commonmark-hs
26 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-commonmark-pandoc
27 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
28 X-Description: Bridge between commonmark and pandoc AST
29 This library provides typeclasses for rendering
30 commonmark to Pandoc types.
31
32 Package: libghc-commonmark-pandoc-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-commonmark-pandoc-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-commonmark-pandoc-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: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: commonmark-pandoc
2 Upstream-Contact: jgm@berkeley.edu
3 Source: https://hackage.haskell.org/package/commonmark-pandoc
4
5 Files: *
6 Copyright: 2018-2020 John MacFarlane
7 License: BSD-3-clause
8
9 Files: debian/*
10 Copyright: held by the contributors mentioned in debian/changelog
11 License: BSD-3-clause
12
13 License: BSD-3-clause
14 Copyright Author name here (c) 2018
15 .
16 All rights reserved.
17 .
18 Redistribution and use in source and binary forms, with or without
19 modification, are permitted provided that the following conditions are met:
20 .
21 * Redistributions of source code must retain the above copyright
22 notice, this list of conditions and the following disclaimer.
23 .
24 * Redistributions in binary form must reproduce the above
25 copyright notice, this list of conditions and the following
26 disclaimer in the documentation and/or other materials provided
27 with the distribution.
28 .
29 * Neither the name of Author name here nor the names of other
30 contributors may be used to endorse or promote products derived
31 from this software without specific prior written permission.
32 .
33 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
34 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
35 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
36 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
37 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
38 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
39 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
40 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
41 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
42 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
43 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 # This is intended
1 custom-library-search-path
2 # This is intended
3 repeated-path-segment
0 #!/usr/bin/make -f
1
2 DEB_SETUP_BIN_NAME = debian/hlibrary.setup
3 DEB_CABAL_PACKAGE = commonmark-pandoc
4 DEB_DEFAULT_COMPILER = ghc
5 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
6 DPKG_EXPORT_BUILDFLAGS = 1
7 include /usr/share/dpkg/buildflags.mk
8
9 include /usr/share/cdbs/1/rules/debhelper.mk
10 include /usr/share/cdbs/1/class/hlibrary.mk
0 # Not available
1 debian-watch-does-not-check-gpg-signature
2 # Not supported with haskell devscripts
3 package-uses-old-debhelper-compat-version
0 Bug-Database: https://github.com/jgm/commonmark-hs/issues
1 Bug-Submit: https://github.com/jgm/commonmark-hs/issues/new
2 Documentation: https://hackage.haskell.org/package/commonmark-pandoc/docs
3 Repository: https://github.com/jgm/commonmark-hs.git
4 Repository-Browse: https://github.com/jgm/commonmark-hs
0 version=4
1 https://hackage.haskell.org/package/commonmark-pandoc/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))