Codebase list haskell-happstack-hsp / 380c5c4
Initial packaging of sdl2-mixer-1.2.0.0 Scott Talbert 10 months ago
8 changed file(s) with 169 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-sdl2-mixer (1.2.0.0-1) unstable; urgency=low
1
2 * Initial release (Closes: #1038830)
3
4 -- Scott Talbert <swt@techie.net> Wed, 21 Jun 2023 20:16:42 -0400
0 Source: haskell-sdl2-mixer
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-data-default-class-dev (>= 0.0.1),
11 libghc-data-default-class-prof,
12 libghc-lifted-base-dev (>= 0.2),
13 libghc-lifted-base-prof,
14 libghc-monad-control-dev (>= 1.0),
15 libghc-monad-control-prof,
16 libghc-sdl2-dev (>= 2.0.0),
17 libghc-sdl2-prof,
18 libghc-vector-dev (>= 0.10),
19 libghc-vector-prof,
20 libsdl2-mixer-dev,
21 Build-Depends-Indep: ghc-doc,
22 libghc-data-default-class-doc,
23 libghc-lifted-base-doc,
24 libghc-monad-control-doc,
25 libghc-sdl2-doc,
26 libghc-vector-doc,
27 Standards-Version: 4.6.2
28 Homepage: https://hackage.haskell.org/package/sdl2-mixer
29 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-sdl2-mixer
30 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-sdl2-mixer]
31 X-Description: Haskell bindings to SDL2_mixer
32 This package contains bindings to the SDL2_mixer library, in both high- and
33 low-level forms:
34 .
35 The SDL namespace contains high-level bindings, where enumerations are split
36 into sum types, and automatic error-checking is performed.
37 .
38 The SDL.Raw namespace contains an almost 1-1 translation of the C API into
39 Haskell FFI calls. As such, this does not contain sum types nor error
40 checking. Thus this namespace is suitable for building your own abstraction
41 over SDL, but is not recommended for day-to-day programming.
42
43 Package: libghc-sdl2-mixer-dev
44 Architecture: any
45 Depends: ${haskell:Depends},
46 ${misc:Depends},
47 ${shlibs:Depends},
48 Recommends: ${haskell:Recommends},
49 Suggests: ${haskell:Suggests},
50 Conflicts: ${haskell:Conflicts},
51 Provides: ${haskell:Provides},
52 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
53 ${haskell:LongDescription}
54 .
55 ${haskell:Blurb}
56
57 Package: libghc-sdl2-mixer-prof
58 Architecture: any
59 Depends: ${haskell:Depends},
60 ${misc:Depends},
61 Recommends: ${haskell:Recommends},
62 Suggests: ${haskell:Suggests},
63 Conflicts: ${haskell:Conflicts},
64 Provides: ${haskell:Provides},
65 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
66 ${haskell:LongDescription}
67 .
68 ${haskell:Blurb}
69
70 Package: libghc-sdl2-mixer-doc
71 Architecture: all
72 Section: doc
73 Depends: ${haskell:Depends},
74 ${misc:Depends},
75 Recommends: ${haskell:Recommends},
76 Suggests: ${haskell:Suggests},
77 Conflicts: ${haskell:Conflicts},
78 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
79 ${haskell:LongDescription}
80 .
81 ${haskell:Blurb}
82
83 Package: haskell-sdl2-mixer-utils
84 Architecture: any
85 Section: misc
86 Depends: ${haskell:Depends},
87 ${misc:Depends},
88 ${shlibs:Depends},
89 Recommends: ${haskell:Recommends},
90 Suggests: ${haskell:Suggests},
91 Conflicts: ${haskell:Conflicts},
92 Provides: ${haskell:Provides},
93 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
94 ${haskell:LongDescription}
95 .
96 ${haskell:Blurb}
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: sdl2-mixer
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-mixer
5
6 Files: *
7 Copyright: 2015 Vladimir Semyonov,
8 2015 Siniša Biđin,
9 2021 Daniel Firth
10 License: BSD-3-clause
11
12 Files: debian/*
13 Copyright: held by the contributors mentioned in debian/changelog
14 License: BSD-3-clause
15
16 License: BSD-3-clause
17 Copyright (c) 2015 Vladimir Semyonov, 2015 Siniša Biđin, 2021 Daniel Firth
18 .
19 All rights reserved.
20 .
21 Redistribution and use in source and binary forms, with or without
22 modification, are permitted provided that the following conditions are met:
23 .
24 * Redistributions of source code must retain the above copyright
25 notice, this list of conditions and the following disclaimer.
26 .
27 * Redistributions in binary form must reproduce the above
28 copyright notice, this list of conditions and the following
29 disclaimer in the documentation and/or other materials provided
30 with the distribution.
31 .
32 * Neither the names of the aforementioned authors nor other
33 contributors may be used to endorse or promote products derived
34 from this software without specific prior written permission.
35 .
36 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
37 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
38 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
39 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
40 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
41 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
42 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
43 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
44 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
45 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
46 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 dist-ghc/build/sdl2-mixer-basic-jumbled/sdl2-mixer-basic-jumbled usr/bin
1 dist-ghc/build/sdl2-mixer-basic-raw/sdl2-mixer-basic-raw usr/bin
2 dist-ghc/build/sdl2-mixer-basic/sdl2-mixer-basic usr/bin
3 dist-ghc/build/sdl2-mixer-effect/sdl2-mixer-effect usr/bin
4 dist-ghc/build/sdl2-mixer-music/sdl2-mixer-music 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-mixer
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-mixer-utils:: build-ghc-stamp
0 version=3
1 https://hackage.haskell.org/package/sdl2-mixer/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))