[Git][haskell-team/DHG_packages][master] Initial packaging of hedgehog-classes-0.2.5.3
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Sun Jul 31 21:09:20 BST 2022
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
22c82bd6 by Scott Talbert at 2022-07-31T16:02:12-04:00
Initial packaging of hedgehog-classes-0.2.5.3
- - - - -
7 changed files:
- + p/haskell-hedgehog-classes/debian/changelog
- + p/haskell-hedgehog-classes/debian/compat
- + p/haskell-hedgehog-classes/debian/control
- + p/haskell-hedgehog-classes/debian/copyright
- + p/haskell-hedgehog-classes/debian/rules
- + p/haskell-hedgehog-classes/debian/source/format
- + p/haskell-hedgehog-classes/debian/watch
Changes:
=====================================
p/haskell-hedgehog-classes/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-hedgehog-classes (0.2.5.3-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Scott Talbert <swt at techie.net> Wed, 27 Jul 2022 20:32:22 -0400
=====================================
p/haskell-hedgehog-classes/debian/compat
=====================================
@@ -0,0 +1 @@
+10
=====================================
p/haskell-hedgehog-classes/debian/control
=====================================
@@ -0,0 +1,101 @@
+Source: haskell-hedgehog-classes
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Scott Talbert <swt at techie.net>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-aeson-dev (>= 0.9),
+ libghc-aeson-dev (<< 2.1),
+ libghc-aeson-prof,
+ libghc-comonad-dev (>= 5.0),
+ libghc-comonad-dev (<< 5.1),
+ libghc-comonad-prof,
+ libghc-hedgehog-dev (>= 1),
+ libghc-hedgehog-dev (<< 1.1),
+ libghc-hedgehog-prof,
+ libghc-pretty-show-dev (>= 1.9),
+ libghc-pretty-show-dev (<< 1.11),
+ libghc-pretty-show-prof,
+ libghc-primitive-dev (>= 0.6.4),
+ libghc-primitive-dev (<< 0.8),
+ libghc-primitive-prof,
+ libghc-semirings-dev (>= 0.2),
+ libghc-semirings-dev (<< 0.8),
+ libghc-semirings-prof,
+ libghc-silently-dev (>= 1.2),
+ libghc-silently-dev (<< 1.3),
+ libghc-silently-prof,
+ libghc-vector-dev (>= 0.12),
+ libghc-vector-dev (<< 0.13),
+ libghc-vector-prof,
+ libghc-wl-pprint-annotated-dev (>= 0.0),
+ libghc-wl-pprint-annotated-dev (<< 0.2),
+ libghc-wl-pprint-annotated-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-comonad-doc,
+ libghc-hedgehog-doc,
+ libghc-pretty-show-doc,
+ libghc-primitive-doc,
+ libghc-semirings-doc,
+ libghc-silently-doc,
+ libghc-vector-doc,
+ libghc-wl-pprint-annotated-doc,
+Standards-Version: 4.6.1
+Homepage: https://github.com/hedgehogqa/haskell-hedgehog-classes
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hedgehog-classes
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hedgehog-classes]
+X-Description: Hedgehog will eat your typeclass bugs
+ This library provides Hedgehog properties to ensure
+ that typeclass instances adhere to the set of laws
+ that they are supposed to. There are other libraries
+ that do similar things, such as `genvalidity-hspec` and `checkers`.
+ This library differs from other solutions by not introducing any
+ new typeclasses that the user needs to learn, and otherwise minimal
+ API overhead.
+ .
+ This library is directly inspired by `quickcheck-classes`.
+
+Package: libghc-hedgehog-classes-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-hedgehog-classes-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-hedgehog-classes-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-hedgehog-classes/debian/copyright
=====================================
@@ -0,0 +1,43 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hedgehog-classes
+Upstream-Contact: chessai1996 at gmail.com
+Source: https://hackage.haskell.org/package/hedgehog-classes
+
+Files: *
+Copyright: 2020 chessai
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ BSD 3-Clause License
+ .
+ Copyright (c) 2020, chessai
+ All rights reserved.
+ .
+ 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 the copyright holder nor the names of its
+ 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 HOLDER 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-hedgehog-classes/debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = hedgehog-classes
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
=====================================
p/haskell-hedgehog-classes/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-hedgehog-classes/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/hedgehog-classes/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/22c82bd64825d29d17d5e2c54eda7af329333f78
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/22c82bd64825d29d17d5e2c54eda7af329333f78
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/20220731/2e2c7182/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list