[Git][haskell-team/DHG_packages][master] base-compat-batteries: Initial release of v0.10.1

Ilias Tsitsimpis gitlab at salsa.debian.org
Sun Oct 21 17:43:38 BST 2018


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


Commits:
49ef4770 by Ilias Tsitsimpis at 2018-10-21T16:41:20Z
base-compat-batteries: Initial release of v0.10.1

This is a dependency for newer versions of criterion (>= 1.4.1.0) and
aeson-extra (>= 0.4.1.1).

- - - - -


7 changed files:

- + p/haskell-base-compat-batteries/debian/changelog
- + p/haskell-base-compat-batteries/debian/compat
- + p/haskell-base-compat-batteries/debian/control
- + p/haskell-base-compat-batteries/debian/copyright
- + p/haskell-base-compat-batteries/debian/rules
- + p/haskell-base-compat-batteries/debian/source/format
- + p/haskell-base-compat-batteries/debian/watch


Changes:

=====================================
p/haskell-base-compat-batteries/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-base-compat-batteries (0.10.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #911537)
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 21 Oct 2018 19:36:03 +0300


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


=====================================
p/haskell-base-compat-batteries/debian/control
=====================================
@@ -0,0 +1,77 @@
+Source: haskell-base-compat-batteries
+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.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-base-compat-dev (>= 0.10.1),
+ libghc-base-compat-dev (<< 0.11),
+ libghc-base-compat-prof,
+ libghc-quickcheck2-dev,
+ libghc-quickcheck2-prof,
+ libghc-hspec-dev (>= 1.8),
+ libghc-hspec-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-base-compat-doc,
+Standards-Version: 4.2.1
+Homepage: https://hackage.haskell.org/package/base-compat-batteries
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-base-compat-batteries
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-base-compat-batteries]
+X-Description: base-compat with extra batteries
+ Provides functions available in later versions of base to a wider
+ range of compilers, without requiring you to use CPP pragmas
+ in your code.
+ .
+ This package provides the same API as the base-compat library,
+ but depends on compatibility packages (such as semigroups) to offer
+ a wider support window than base-compat, which has no dependencies.
+ Most of the modules in this library have the same names as in
+ base-compat to make it easier to switch between the two. There also
+ exist versions of each module with the suffix .Repl.Batteries, which
+ are distinct from anything in base-compat, to allow for easier
+ use in GHCi.
+
+Package: libghc-base-compat-batteries-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-base-compat-batteries-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-base-compat-batteries-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-base-compat-batteries/debian/copyright
=====================================
@@ -0,0 +1,37 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: base-compat-batteries
+Upstream-Contact: Simon Hengel <sol at typeful.net>,
+ João Cristóvão <jmacristovao at gmail.com>,
+ Ryan Scott <ryan.gl.scott at gmail.com>
+Source: https://hackage.haskell.org/package/base-compat-batteries
+
+Files: *
+Copyright: (c) 2012-2018 Simon Hengel,
+           (c) 2014-2018 João Cristóvão,
+           (c) 2015-2018 Ryan Scott
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ Copyright (c) 2012-2018 Simon Hengel <sol at typeful.net> and Ryan Scott <ryan.gl.scott at gmail.com>
+ .
+ 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-base-compat-batteries/debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+# Run tests under C.UTF-8.
+check-ghc-stamp: export LC_ALL := C.UTF-8


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


=====================================
p/haskell-base-compat-batteries/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/base-compat-batteries/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/49ef4770ef3a117d9963f467e699423a5a907d91

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/49ef4770ef3a117d9963f467e699423a5a907d91
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/20181021/7414176b/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list