[Git][haskell-team/DHG_packages][master] Initial packaging of sdl2-image-2.1.0.0
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Thu Jun 22 01:15:54 BST 2023
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
deafa855 by Scott Talbert at 2023-06-21T20:11:42-04:00
Initial packaging of sdl2-image-2.1.0.0
- - - - -
8 changed files:
- + p/haskell-sdl2-image/debian/changelog
- + p/haskell-sdl2-image/debian/compat
- + p/haskell-sdl2-image/debian/control
- + p/haskell-sdl2-image/debian/copyright
- + p/haskell-sdl2-image/debian/haskell-sdl2-image-utils.install
- + p/haskell-sdl2-image/debian/rules
- + p/haskell-sdl2-image/debian/source/format
- + p/haskell-sdl2-image/debian/watch
Changes:
=====================================
p/haskell-sdl2-image/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-sdl2-image (2.1.0.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #1038828)
+
+ -- Scott Talbert <swt at techie.net> Wed, 21 Jun 2023 19:39:49 -0400
=====================================
p/haskell-sdl2-image/debian/compat
=====================================
@@ -0,0 +1 @@
+10
=====================================
p/haskell-sdl2-image/debian/control
=====================================
@@ -0,0 +1,86 @@
+Source: haskell-sdl2-image
+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-sdl2-dev (>= 2.0.0),
+ libghc-sdl2-prof,
+ libsdl2-dev,
+ libsdl2-image-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-sdl2-doc,
+Standards-Version: 4.6.1
+Homepage: https://hackage.haskell.org/package/sdl2-image
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-sdl2-image
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-sdl2-image]
+X-Description: Haskell bindings to SDL2_image
+ This package contains bindings to the SDL2_image 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-image-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-image-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-image-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-image-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-image/debian/copyright
=====================================
@@ -0,0 +1,37 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sdl2-image
+Upstream-Contact: Siniša Biđin <sinisa at bidin.eu>,
+ Daniel Firth <dan.firth at homotopic.tech>
+Source: https://hackage.haskell.org/package/sdl2-image
+
+Files: *
+Copyright: 2014 Cal Lei,
+ 2015 Siniša Biđin,
+ 2021 Daniel Firth
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ Copyright (c) 2015 Siniša Biđin, 2021 Daniel Firth
+ .
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=====================================
p/haskell-sdl2-image/debian/haskell-sdl2-image-utils.install
=====================================
@@ -0,0 +1 @@
+dist-ghc/build/sdl2-image-example/sdl2-image-example usr/bin
=====================================
p/haskell-sdl2-image/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-image
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/haskell-sdl2-image-utils:: build-ghc-stamp
=====================================
p/haskell-sdl2-image/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-sdl2-image/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/sdl2-image/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/deafa855b3e38bc123f0a62a3834f4a080c3b01c
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/deafa855b3e38bc123f0a62a3834f4a080c3b01c
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/df3f931b/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list