Codebase list haskell-diagrams-lib / deafa85
Initial packaging of sdl2-image-2.1.0.0 Scott Talbert 10 months ago
8 changed file(s) with 144 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-sdl2-image (2.1.0.0-1) unstable; urgency=low
1
2 * Initial release (Closes: #1038828)
3
4 -- Scott Talbert <swt@techie.net> Wed, 21 Jun 2023 19:39:49 -0400
0 Source: haskell-sdl2-image
1 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
2 Uploaders: Scott Talbert <swt@techie.net>
3 Priority: optional
4 Section: haskell
5 Build-Depends: debhelper (>= 10),
6 haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
7 cdbs,
8 ghc,
9 ghc-prof,
10 libghc-sdl2-dev (>= 2.0.0),
11 libghc-sdl2-prof,
12 libsdl2-dev,
13 libsdl2-image-dev,
14 Build-Depends-Indep: ghc-doc,
15 libghc-sdl2-doc,
16 Standards-Version: 4.6.1
17 Homepage: https://hackage.haskell.org/package/sdl2-image
18 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-sdl2-image
19 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-sdl2-image]
20 X-Description: Haskell bindings to SDL2_image
21 This package contains bindings to the SDL2_image library, in both high- and
22 low-level forms:
23 .
24 The SDL namespace contains high-level bindings, where enumerations are split
25 into sum types, and automatic error-checking is performed.
26 .
27 The SDL.Raw namespace contains an almost 1-1 translation of the C API into
28 Haskell FFI calls. As such, this does not contain sum types nor error
29 checking. Thus this namespace is suitable for building your own abstraction
30 over SDL, but is not recommended for day-to-day programming.
31
32 Package: libghc-sdl2-image-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-sdl2-image-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-sdl2-image-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}
71
72 Package: haskell-sdl2-image-utils
73 Architecture: any
74 Section: misc
75 Depends: ${haskell:Depends},
76 ${misc:Depends},
77 ${shlibs:Depends},
78 Recommends: ${haskell:Recommends},
79 Suggests: ${haskell:Suggests},
80 Conflicts: ${haskell:Conflicts},
81 Provides: ${haskell:Provides},
82 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
83 ${haskell:LongDescription}
84 .
85 ${haskell:Blurb}
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: sdl2-image
2 Upstream-Contact: Siniša Biđin <sinisa@bidin.eu>,
3 Daniel Firth <dan.firth@homotopic.tech>
4 Source: https://hackage.haskell.org/package/sdl2-image
5
6 Files: *
7 Copyright: 2014 Cal Lei,
8 2015 Siniša Biđin,
9 2021 Daniel Firth
10 License: Expat
11
12 Files: debian/*
13 Copyright: held by the contributors mentioned in debian/changelog
14 License: Expat
15
16 License: Expat
17 Copyright (c) 2015 Siniša Biđin, 2021 Daniel Firth
18 .
19 Permission is hereby granted, free of charge, to any person obtaining
20 a copy of this software and associated documentation files (the
21 "Software"), to deal in the Software without restriction, including
22 without limitation the rights to use, copy, modify, merge, publish,
23 distribute, sublicense, and/or sell copies of the Software, and to
24 permit persons to whom the Software is furnished to do so, subject to
25 the following conditions:
26 .
27 The above copyright notice and this permission notice shall be included
28 in all copies or substantial portions of the Software.
29 .
30 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
31 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
32 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
33 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
34 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
35 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
36 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 dist-ghc/build/sdl2-image-example/sdl2-image-example usr/bin
0 #!/usr/bin/make -f
1
2 DEB_ENABLE_TESTS = yes
3 DEB_SETUP_BIN_NAME = debian/hlibrary.setup
4 DEB_CABAL_PACKAGE = sdl2-image
5 DEB_DEFAULT_COMPILER = ghc
6
7 include /usr/share/cdbs/1/rules/debhelper.mk
8 include /usr/share/cdbs/1/class/hlibrary.mk
9
10 build/haskell-sdl2-image-utils:: build-ghc-stamp
0 version=3
1 https://hackage.haskell.org/package/sdl2-image/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))