[Git][haskell-team/DHG_packages][master] 2 commits: add sdl2

Clint Adams gitlab at salsa.debian.org
Sun Apr 29 13:32:30 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
b114c089 by Clint Adams at 2018-04-29T08:31:13-04:00
add sdl2

- - - - -
a26f492f by Clint Adams at 2018-04-29T08:31:42-04:00
pandoc-types: Upgrading from 1.17.3.1 to 1.17.4.2

- - - - -


10 changed files:

- p/haskell-pandoc-types/debian/changelog
- p/haskell-pandoc-types/debian/control
- + p/haskell-sdl2/debian/changelog
- + p/haskell-sdl2/debian/compat
- + p/haskell-sdl2/debian/control
- + p/haskell-sdl2/debian/copyright
- + p/haskell-sdl2/debian/libghc-sdl2-doc.install
- + p/haskell-sdl2/debian/rules
- + p/haskell-sdl2/debian/source/format
- + p/haskell-sdl2/debian/watch


Changes:

=====================================
p/haskell-pandoc-types/debian/changelog
=====================================
--- a/p/haskell-pandoc-types/debian/changelog
+++ b/p/haskell-pandoc-types/debian/changelog
@@ -1,3 +1,9 @@
+haskell-pandoc-types (1.17.4.2-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Sun, 29 Apr 2018 08:31:42 -0400
+
 haskell-pandoc-types (1.17.3.1-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-pandoc-types/debian/control
=====================================
--- a/p/haskell-pandoc-types/debian/control
+++ b/p/haskell-pandoc-types/debian/control
@@ -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),


=====================================
p/haskell-sdl2/debian/changelog
=====================================
--- /dev/null
+++ b/p/haskell-sdl2/debian/changelog
@@ -0,0 +1,5 @@
+haskell-sdl2 (2.4.0.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sun, 29 Apr 2018 07:49:27 -0400


=====================================
p/haskell-sdl2/debian/compat
=====================================
--- /dev/null
+++ b/p/haskell-sdl2/debian/compat
@@ -0,0 +1 @@
+9


=====================================
p/haskell-sdl2/debian/control
=====================================
--- /dev/null
+++ b/p/haskell-sdl2/debian/control
@@ -0,0 +1,90 @@
+Source: haskell-sdl2
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at 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}


=====================================
p/haskell-sdl2/debian/copyright
=====================================
--- /dev/null
+++ b/p/haskell-sdl2/debian/copyright
@@ -0,0 +1,44 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sdl2
+Upstream-Contact: gabriel at system.is, ollie at 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.


=====================================
p/haskell-sdl2/debian/libghc-sdl2-doc.install
=====================================
--- /dev/null
+++ b/p/haskell-sdl2/debian/libghc-sdl2-doc.install
@@ -0,0 +1,2 @@
+./examples/lazyfoo/*.bmp usr/share/sdl2/examples/lazyfoo
+./examples/twinklebear/*.bmp usr/share/sdl2/examples/twinklebear


=====================================
p/haskell-sdl2/debian/rules
=====================================
--- /dev/null
+++ b/p/haskell-sdl2/debian/rules
@@ -0,0 +1,8 @@
+#!/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


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


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



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/2870e1da4451db295d2c0b8b1f6643f466316944...a26f492fe9a3310a283c0c1b60ea0dafeb249ac7

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/2870e1da4451db295d2c0b8b1f6643f466316944...a26f492fe9a3310a283c0c1b60ea0dafeb249ac7
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/20180429/7d92f8c3/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list