[Git][haskell-team/DHG_packages][master] Initial packaging of sdl2-mixer-1.2.0.0

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Thu Jun 22 01:32:35 BST 2023



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
380c5c4d by Scott Talbert at 2023-06-21T20:26:08-04:00
Initial packaging of sdl2-mixer-1.2.0.0

- - - - -


8 changed files:

- + p/haskell-sdl2-mixer/debian/changelog
- + p/haskell-sdl2-mixer/debian/compat
- + p/haskell-sdl2-mixer/debian/control
- + p/haskell-sdl2-mixer/debian/copyright
- + p/haskell-sdl2-mixer/debian/haskell-sdl2-mixer-utils.install
- + p/haskell-sdl2-mixer/debian/rules
- + p/haskell-sdl2-mixer/debian/source/format
- + p/haskell-sdl2-mixer/debian/watch


Changes:

=====================================
p/haskell-sdl2-mixer/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-sdl2-mixer (1.2.0.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #1038830)
+
+ -- Scott Talbert <swt at techie.net>  Wed, 21 Jun 2023 20:16:42 -0400


=====================================
p/haskell-sdl2-mixer/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-sdl2-mixer/debian/control
=====================================
@@ -0,0 +1,97 @@
+Source: haskell-sdl2-mixer
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Scott Talbert <swt at techie.net>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-data-default-class-dev (>= 0.0.1),
+ libghc-data-default-class-prof,
+ libghc-lifted-base-dev (>= 0.2),
+ libghc-lifted-base-prof,
+ libghc-monad-control-dev (>= 1.0),
+ libghc-monad-control-prof,
+ libghc-sdl2-dev (>= 2.0.0),
+ libghc-sdl2-prof,
+ libghc-vector-dev (>= 0.10),
+ libghc-vector-prof,
+ libsdl2-mixer-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-data-default-class-doc,
+ libghc-lifted-base-doc,
+ libghc-monad-control-doc,
+ libghc-sdl2-doc,
+ libghc-vector-doc,
+Standards-Version: 4.6.2
+Homepage: https://hackage.haskell.org/package/sdl2-mixer
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-sdl2-mixer
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-sdl2-mixer]
+X-Description: Haskell bindings to SDL2_mixer
+ This package contains bindings to the SDL2_mixer library, in both high- and
+ low-level forms:
+ .
+ The SDL namespace contains high-level bindings, where enumerations are split
+ into sum types, and automatic error-checking is performed.
+ .
+ The SDL.Raw namespace contains an almost 1-1 translation of the C API into
+ Haskell FFI calls. As such, this does not contain sum types nor error
+ checking. Thus this namespace is suitable for building your own abstraction
+ over SDL, but is not recommended for day-to-day programming.
+
+Package: libghc-sdl2-mixer-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-sdl2-mixer-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-sdl2-mixer-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: haskell-sdl2-mixer-utils
+Architecture: any
+Section: misc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}


=====================================
p/haskell-sdl2-mixer/debian/copyright
=====================================
@@ -0,0 +1,47 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sdl2-mixer
+Upstream-Contact: Siniša Biđin <sinisa at bidin.eu>,
+ Daniel Firth <dan.firth at homotopic.tech>
+Source: https://hackage.haskell.org/package/sdl2-mixer
+
+Files: *
+Copyright: 2015 Vladimir Semyonov,
+ 2015 Siniša Biđin,
+ 2021 Daniel Firth
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Copyright (c) 2015 Vladimir Semyonov, 2015 Siniša Biđin, 2021 Daniel Firth
+ .
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+ .
+     * Redistributions in binary form must reproduce the above
+       copyright notice, this list of conditions and the following
+       disclaimer in the documentation and/or other materials provided
+       with the distribution.
+ .
+     * Neither the names of the aforementioned authors nor other
+       contributors may be used to endorse or promote products derived
+       from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


=====================================
p/haskell-sdl2-mixer/debian/haskell-sdl2-mixer-utils.install
=====================================
@@ -0,0 +1,5 @@
+dist-ghc/build/sdl2-mixer-basic-jumbled/sdl2-mixer-basic-jumbled usr/bin
+dist-ghc/build/sdl2-mixer-basic-raw/sdl2-mixer-basic-raw usr/bin
+dist-ghc/build/sdl2-mixer-basic/sdl2-mixer-basic usr/bin
+dist-ghc/build/sdl2-mixer-effect/sdl2-mixer-effect usr/bin
+dist-ghc/build/sdl2-mixer-music/sdl2-mixer-music usr/bin


=====================================
p/haskell-sdl2-mixer/debian/rules
=====================================
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = sdl2-mixer
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/haskell-sdl2-mixer-utils:: build-ghc-stamp


=====================================
p/haskell-sdl2-mixer/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-sdl2-mixer/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/sdl2-mixer/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/380c5c4d7e93ace58461d601815611eb9bf543a8

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/380c5c4d7e93ace58461d601815611eb9bf543a8
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20230622/4cb275ce/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list