[Git][haskell-team/DHG_packages][master] rio: Initial release of v0.1.5.0

Ilias Tsitsimpis gitlab at salsa.debian.org
Tue Oct 30 14:55:38 GMT 2018


Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
01688860 by Ilias Tsitsimpis at 2018-10-30T14:52:40Z
rio: Initial release of v0.1.5.0

This is a dependency for newer versions of stack (>= 1.7.1) and
yesod-core (>= 1.6.6).

- - - - -


9 changed files:

- + p/haskell-rio/debian/changelog
- + p/haskell-rio/debian/compat
- + p/haskell-rio/debian/control
- + p/haskell-rio/debian/copyright
- + p/haskell-rio/debian/patches/missing-setup
- + p/haskell-rio/debian/patches/series
- + p/haskell-rio/debian/rules
- + p/haskell-rio/debian/source/format
- + p/haskell-rio/debian/watch


Changes:

=====================================
p/haskell-rio/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-rio (0.1.5.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #912339)
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 30 Oct 2018 16:21:54 +0200


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


=====================================
p/haskell-rio/debian/control
=====================================
@@ -0,0 +1,88 @@
+Source: haskell-rio
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Ilias Tsitsimpis <iliastsi at debian.org>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-exceptions-dev,
+ libghc-exceptions-prof,
+ libghc-hashable-dev,
+ libghc-hashable-prof,
+ libghc-microlens-dev,
+ libghc-microlens-prof,
+ libghc-primitive-dev,
+ libghc-primitive-prof,
+ libghc-typed-process-dev (>= 0.2.2.0),
+ libghc-typed-process-prof,
+ libghc-unliftio-dev (>= 0.2.6.0),
+ libghc-unliftio-prof,
+ libghc-unordered-containers-dev,
+ libghc-unordered-containers-prof,
+ libghc-vector-dev,
+ libghc-vector-prof,
+ libghc-hspec-dev,
+ libghc-hspec-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-exceptions-doc,
+ libghc-hashable-doc,
+ libghc-microlens-doc,
+ libghc-primitive-doc,
+ libghc-typed-process-doc,
+ libghc-unliftio-doc,
+ libghc-unordered-containers-doc,
+ libghc-vector-doc,
+Standards-Version: 4.2.1
+Homepage: https://github.com/commercialhaskell/rio
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-rio
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-rio]
+X-Description: standard library for Haskell
+ The goal of the rio library is to make it easier to adopt Haskell for writing
+ production software. It is intended as a cross between:
+  * Collection of well designed, trusted libraries
+  * Useful Prelude replacement
+  * A set of best practices for writing production quality Haskell code
+
+Package: libghc-rio-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-rio-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-rio-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-rio/debian/copyright
=====================================
@@ -0,0 +1,34 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: rio
+Upstream-Contact: Michael Snoyman <michael at snoyman.com>
+Source: https://hackage.haskell.org/package/rio
+
+Files: *
+Copyright: (c) 2018 Michael Snoyman
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ Copyright (c) 2018 Michael Snoyman
+ .
+ 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-rio/debian/patches/missing-setup
=====================================
@@ -0,0 +1,10 @@
+Description: Add Setup.hs missing from upstream tarball
+Author: Ilias Tsitsimpis <iliastsi at debian.org>
+
+Index: b/Setup.hs
+===================================================================
+--- /dev/null
++++ b/Setup.hs
+@@ -0,0 +1,2 @@
++import Distribution.Simple
++main = defaultMain


=====================================
p/haskell-rio/debian/patches/series
=====================================
@@ -0,0 +1 @@
+missing-setup


=====================================
p/haskell-rio/debian/rules
=====================================
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


=====================================
p/haskell-rio/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/rio/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/016888604dd680a5556940958058d3541f5505d3

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/016888604dd680a5556940958058d3541f5505d3
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/20181030/9e381437/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list