Codebase list haskell-multipart / 14f17e4
add aeson-diff Félix Sipma authored 4 years ago Félix Sipma committed 4 years ago
8 changed file(s) with 154 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-aeson-diff (1.1.0.7-1) unstable; urgency=low
1
2 * Initial release
3
4 -- Félix Sipma <felix+debian@gueux.org> Fri, 28 Feb 2020 15:12:02 +0100
0 Source: haskell-aeson-diff
1 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
2 Priority: optional
3 Section: haskell
4 Build-Depends: debhelper (>= 10),
5 haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
6 cdbs,
7 ghc,
8 ghc-prof,
9 libghc-aeson-dev,
10 libghc-aeson-prof,
11 libghc-edit-distance-vector-dev,
12 libghc-edit-distance-vector-prof,
13 libghc-hashable-dev,
14 libghc-hashable-prof,
15 libghc-scientific-dev,
16 libghc-scientific-prof,
17 libghc-unordered-containers-dev,
18 libghc-unordered-containers-prof,
19 libghc-vector-dev,
20 libghc-vector-prof,
21 libghc-optparse-applicative-dev,
22 libghc-optparse-applicative-prof,
23 Build-Depends-Indep: ghc-doc,
24 libghc-aeson-doc,
25 libghc-edit-distance-vector-doc,
26 libghc-hashable-doc,
27 libghc-scientific-doc,
28 libghc-unordered-containers-doc,
29 libghc-vector-doc,
30 Standards-Version: 4.4.0
31 Homepage: https://github.com/thsutton/aeson-diff
32 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-aeson-diff
33 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
34 X-Description: Extract and apply patches to JSON documents.
35 This is a small library for working with changes to JSON documents. It
36 includes a library and two command-line executables in the style of the
37 diff(1) and patch(1) commands available on many systems.
38
39 Package: libghc-aeson-diff-dev
40 Architecture: any
41 Depends: ${haskell:Depends},
42 ${misc:Depends},
43 ${shlibs:Depends},
44 Recommends: ${haskell:Recommends},
45 Suggests: ${haskell:Suggests},
46 Conflicts: ${haskell:Conflicts},
47 Provides: ${haskell:Provides},
48 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
49 ${haskell:LongDescription}
50 .
51 ${haskell:Blurb}
52
53 Package: libghc-aeson-diff-prof
54 Architecture: any
55 Depends: ${haskell:Depends},
56 ${misc:Depends},
57 Recommends: ${haskell:Recommends},
58 Suggests: ${haskell:Suggests},
59 Conflicts: ${haskell:Conflicts},
60 Provides: ${haskell:Provides},
61 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
62 ${haskell:LongDescription}
63 .
64 ${haskell:Blurb}
65
66 Package: libghc-aeson-diff-doc
67 Architecture: all
68 Section: doc
69 Depends: ${haskell:Depends},
70 ${misc:Depends},
71 Recommends: ${haskell:Recommends},
72 Suggests: ${haskell:Suggests},
73 Conflicts: ${haskell:Conflicts},
74 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
75 ${haskell:LongDescription}
76 .
77 ${haskell:Blurb}
78
79 Package: haskell-aeson-diff-utils
80 Architecture: any
81 Section: misc
82 Depends: ${haskell:Depends},
83 ${misc:Depends},
84 ${shlibs:Depends},
85 Recommends: ${haskell:Recommends},
86 Suggests: ${haskell:Suggests},
87 Conflicts: ${haskell:Conflicts},
88 Provides: ${haskell:Provides},
89 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
90 ${haskell:LongDescription}
91 .
92 ${haskell:Blurb}
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: aeson-diff
2 Upstream-Contact: me@thomas-sutton.id.au
3 Source: https://hackage.haskell.org/package/aeson-diff
4
5 Files: *
6 Copyright: (c) 2015 Thomas Sutton and others.
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 (c) 2014, Thomas Sutton
15 All rights reserved.
16 .
17 Redistribution and use in source and binary forms, with or without
18 modification, are permitted provided that the following conditions are
19 met:
20 .
21 1. Redistributions of source code must retain the above copyright
22 notice, this list of conditions and the following disclaimer.
23 .
24 2. Redistributions in binary form must reproduce the above copyright
25 notice, this list of conditions and the following disclaimer in the
26 documentation and/or other materials provided with the
27 distribution.
28 .
29 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
31 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
32 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
33 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
34 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
35 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
36 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
37 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 dist-ghc/build/json-diff/json-diff usr/bin
1 dist-ghc/build/json-patch/json-patch usr/bin
0 #!/usr/bin/make -f
1
2 DEB_SETUP_BIN_NAME = debian/hlibrary.setup
3 DEB_CABAL_PACKAGE = aeson-diff
4 DEB_DEFAULT_COMPILER = ghc
5
6 include /usr/share/cdbs/1/rules/debhelper.mk
7 include /usr/share/cdbs/1/class/hlibrary.mk
8
9 build/haskell-aeson-diff-utils:: build-ghc-stamp
0 version=3
1 https://hackage.haskell.org/package/aeson-diff/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))