[Git][haskell-team/DHG_packages][master] add validity-containers and genvalidity-containers

Clint Adams gitlab at salsa.debian.org
Sun Jul 28 01:19:34 BST 2019



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


Commits:
b374e90d by Clint Adams at 2019-07-28T00:19:08Z
add validity-containers and genvalidity-containers

- - - - -


14 changed files:

- + p/haskell-genvalidity-containers/debian/changelog
- + p/haskell-genvalidity-containers/debian/compat
- + p/haskell-genvalidity-containers/debian/control
- + p/haskell-genvalidity-containers/debian/copyright
- + p/haskell-genvalidity-containers/debian/rules
- + p/haskell-genvalidity-containers/debian/source/format
- + p/haskell-genvalidity-containers/debian/watch
- + p/haskell-validity-containers/debian/changelog
- + p/haskell-validity-containers/debian/compat
- + p/haskell-validity-containers/debian/control
- + p/haskell-validity-containers/debian/copyright
- + p/haskell-validity-containers/debian/rules
- + p/haskell-validity-containers/debian/source/format
- + p/haskell-validity-containers/debian/watch


Changes:

=====================================
p/haskell-genvalidity-containers/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-genvalidity-containers (0.5.1.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Sat, 27 Jul 2019 20:11:43 -0400


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


=====================================
p/haskell-genvalidity-containers/debian/control
=====================================
@@ -0,0 +1,75 @@
+Source: haskell-genvalidity-containers
+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-minimal | haskell-devscripts (>= 0.15),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-quickcheck2-dev,
+ libghc-quickcheck2-prof,
+ libghc-genvalidity-dev (>= 0.5),
+ libghc-genvalidity-prof (>= 0.5),
+ libghc-validity-dev (>= 0.5),
+ libghc-validity-prof (>= 0.5),
+ libghc-validity-containers-dev (>= 0.3),
+ libghc-validity-containers-prof (>= 0.3),
+ libghc-genvalidity-dev (>= 0.7),
+ libghc-genvalidity-prof (>= 0.7),
+ libghc-genvalidity-hspec-dev,
+ libghc-genvalidity-hspec-prof,
+ libghc-hspec-dev,
+ libghc-hspec-prof,
+ libghc-validity-dev (>= 0.9),
+ libghc-validity-prof (>= 0.9),
+Build-Depends-Indep: ghc-doc,
+ libghc-quickcheck2-doc,
+ libghc-genvalidity-doc,
+ libghc-validity-doc,
+ libghc-validity-containers-doc,
+Standards-Version: 4.4.0
+Homepage: https://github.com/NorfairKing/validity#readme
+X-Description: GenValidity support for containers
+ GenValidity support for trees, maps, sequences, sets
+
+Package: libghc-genvalidity-containers-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-genvalidity-containers-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-genvalidity-containers-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-genvalidity-containers/debian/copyright
=====================================
@@ -0,0 +1,32 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: genvalidity-containers
+Upstream-Contact: syd.kerckhove at gmail.com,
+ nick.van.den.broeck666 at gmail.com
+Source: https://hackage.haskell.org/package/genvalidity-containers
+
+Files: *
+Copyright: 2016-2018 Tom Sydney Kerckhove
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ 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-genvalidity-containers/debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = genvalidity-containers
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


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


=====================================
p/haskell-validity-containers/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-validity-containers (0.3.1.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Sat, 27 Jul 2019 20:16:43 -0400


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


=====================================
p/haskell-validity-containers/debian/control
=====================================
@@ -0,0 +1,58 @@
+Source: haskell-validity-containers
+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-minimal | haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-validity-dev (>= 0.5),
+ libghc-validity-prof (>= 0.5),
+Build-Depends-Indep: ghc-doc,
+ libghc-validity-doc,
+Standards-Version: 4.4.0
+Homepage: https://github.com/NorfairKing/validity#readme
+X-Description: Validity instances for containers
+ Validity instances for maps, sequences, sets, trees
+
+Package: libghc-validity-containers-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-validity-containers-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-validity-containers-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-validity-containers/debian/copyright
=====================================
@@ -0,0 +1,32 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: validity-containers
+Upstream-Contact: syd.kerckhove at gmail.com,
+ nick.van.den.broeck666 at gmail.com
+Source: https://hackage.haskell.org/package/validity-containers
+
+Files: *
+Copyright: 2016-2018 Tom Sydney Kerckhove
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ 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-validity-containers/debian/rules
=====================================
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = validity-containers
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/b374e90d9c6bcd63cd88d1269fae8b22bb2920d5
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/20190728/bab445e5/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list