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

Clint Adams gitlab at salsa.debian.org
Tue Apr 17 20:07:53 BST 2018


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


Commits:
f5d988e3 by Clint Adams at 2018-04-17T15:03:39-04:00
add validity

- - - - -
028a6a2f by Clint Adams at 2018-04-17T15:03:39-04:00
add genvalidity

- - - - -


14 changed files:

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


Changes:

=====================================
p/haskell-genvalidity/debian/changelog
=====================================
--- /dev/null
+++ b/p/haskell-genvalidity/debian/changelog
@@ -0,0 +1,5 @@
+haskell-genvalidity (0.4.0.4-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Tue, 17 Apr 2018 14:46:14 -0400


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


=====================================
p/haskell-genvalidity/debian/control
=====================================
--- /dev/null
+++ b/p/haskell-genvalidity/debian/control
@@ -0,0 +1,77 @@
+Source: haskell-genvalidity
+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-quickcheck2-dev (>= 2.7),
+ libghc-quickcheck2-dev (<< 2.12),
+ libghc-quickcheck2-prof (>= 2.7),
+ libghc-quickcheck2-prof (<< 2.12),
+ libghc-validity-dev (>= 0.4.0.3),
+ libghc-validity-dev (<< 0.5),
+ libghc-validity-prof (>= 0.4.0.3),
+ libghc-validity-prof (<< 0.5),
+ libghc-quickcheck2-dev,
+ libghc-hspec-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-quickcheck2-doc,
+ libghc-validity-doc,
+Standards-Version: 4.1.4
+Homepage: https://github.com/NorfairKing/validity#readme
+X-Description: testing utilities for the validity library
+ Note: There are companion instance packages for this library:
+  * genvalidity-aeson
+  * genvalidity-bytestring
+  * genvalidity-containers
+  * genvalidity-path
+  * genvalidity-scientific
+  * genvalidity-text
+  * genvalidity-time
+  * genvalidity-unordered-containers
+  * genvalidity-uuid
+  * genvalidity-vector
+
+Package: libghc-genvalidity-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-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-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/debian/copyright
=====================================
--- /dev/null
+++ b/p/haskell-genvalidity/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: genvalidity
+Upstream-Contact: Tom Sydney Kerckhove <syd.kerckhove at gmail.com>
+Source: https://hackage.haskell.org/package/genvalidity
+
+Files: *
+Copyright: 2016 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/debian/rules
=====================================
--- /dev/null
+++ b/p/haskell-genvalidity/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
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


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


=====================================
p/haskell-validity/debian/changelog
=====================================
--- /dev/null
+++ b/p/haskell-validity/debian/changelog
@@ -0,0 +1,5 @@
+haskell-validity (0.4.0.4-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Tue, 17 Apr 2018 14:49:17 -0400


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


=====================================
p/haskell-validity/debian/control
=====================================
--- /dev/null
+++ b/p/haskell-validity/debian/control
@@ -0,0 +1,65 @@
+Source: haskell-validity
+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,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 4.1.4
+Homepage: https://github.com/NorfairKing/validity#readme
+X-Description: validity typeclass
+ Note: There are companion instance packages for this library:
+  * validity-aeson
+  * validity-bytestring
+  * validity-containers
+  * validity-path
+  * validity-scientific
+  * validity-text
+  * validity-time
+  * validity-unordered-containers
+  * validity-uuid
+  * validity-vector
+
+Package: libghc-validity-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-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-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/debian/copyright
=====================================
--- /dev/null
+++ b/p/haskell-validity/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: validity
+Upstream-Contact: Tom Sydney Kerckhove <syd.kerckhove at gmail.com>
+Source: https://hackage.haskell.org/package/validity
+
+Files: *
+Copyright: 2016 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/debian/rules
=====================================
--- /dev/null
+++ b/p/haskell-validity/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = validity
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


=====================================
p/haskell-validity/debian/watch
=====================================
--- /dev/null
+++ b/p/haskell-validity/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/validity/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/0257c160d42a2a43e03e6714dc8512dfcb81debc...028a6a2f2ca258b74463feaf1f3c3d33d09367cf

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/0257c160d42a2a43e03e6714dc8512dfcb81debc...028a6a2f2ca258b74463feaf1f3c3d33d09367cf
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/20180417/01ee980d/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list