Skip to content
Commits on Source (2)
haskell-pandoc-types (1.17.4.2-1) unstable; urgency=medium
* New upstream release
-- Clint Adams <clint@debian.org> Sun, 29 Apr 2018 08:31:42 -0400
haskell-pandoc-types (1.17.3.1-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
......
......@@ -14,7 +14,7 @@ Build-Depends:
libghc-quickcheck2-dev (>= 2),
libghc-quickcheck2-prof,
libghc-aeson-dev (>= 0.6.2),
libghc-aeson-dev (<< 1.3),
libghc-aeson-dev (<< 1.4),
libghc-aeson-prof,
libghc-syb-dev (>= 0.1),
libghc-syb-dev (<< 0.8),
......
haskell-sdl2 (2.4.0.1-1) unstable; urgency=low
* Initial release.
-- Clint Adams <clint@debian.org> Sun, 29 Apr 2018 07:49:27 -0400
Source: haskell-sdl2
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Priority: optional
Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.8),
cdbs,
ghc,
ghc-prof,
libghc-statevar-dev (>= 1.1.0.0),
libghc-statevar-dev (<< 1.2),
libghc-statevar-prof (>= 1.1.0.0),
libghc-statevar-prof (<< 1.2),
libghc-exceptions-dev (>= 0.4),
libghc-exceptions-dev (<< 0.11),
libghc-exceptions-prof (>= 0.4),
libghc-exceptions-prof (<< 0.11),
libghc-linear-dev (>= 1.10.1.2),
libghc-linear-dev (<< 1.21),
libghc-linear-prof (>= 1.10.1.2),
libghc-linear-prof (<< 1.21),
libghc-text-dev (>= 1.1.0.0),
libghc-text-dev (<< 1.3),
libghc-text-prof (>= 1.1.0.0),
libghc-text-prof (<< 1.3),
libghc-vector-dev (>= 0.10.9.0),
libghc-vector-dev (<< 0.13),
libghc-vector-prof (>= 0.10.9.0),
libghc-vector-prof (<< 0.13),
libsdl2-dev,
Build-Depends-Indep: ghc-doc,
libghc-statevar-doc,
libghc-exceptions-doc,
libghc-linear-doc,
libghc-text-doc,
libghc-vector-doc,
Standards-Version: 4.1.4
X-Description: high- and low-level bindings to the SDL 2 library
This package contains bindings to the SDL 2 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-dev
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
libsdl2-dev,
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-sdl2-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-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}
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: sdl2
Upstream-Contact: gabriel@system.is, ollie@ocharles.org.uk
Source: https://hackage.haskell.org/package/sdl2
Files: *
Copyright: 2013-2017 Gabríel Arthúr Pétursson
License: BSD-3-clause
Files: src/SDL/Internal/Vect.hs
Copyright: 2012-2015 Edward Kmett
License: BSD-3-clause
Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
License: BSD-3-clause
License: BSD-3-clause
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 name of Gabríel Arthúr Pétursson nor the names of 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.
./examples/lazyfoo/*.bmp usr/share/sdl2/examples/lazyfoo
./examples/twinklebear/*.bmp usr/share/sdl2/examples/twinklebear
#!/usr/bin/make -f
DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = sdl2
DEB_DEFAULT_COMPILER = ghc
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
version=3
https://hackage.haskell.org/package/sdl2/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))