[Git][haskell-team/DHG_packages][master] Initial packaging of tasty-checklist-1.0.3.0

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Tue Aug 9 21:36:17 BST 2022



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
7f0c05e6 by Scott Talbert at 2022-08-09T16:33:13-04:00
Initial packaging of tasty-checklist-1.0.3.0

- - - - -


7 changed files:

- + p/haskell-tasty-checklist/debian/changelog
- + p/haskell-tasty-checklist/debian/compat
- + p/haskell-tasty-checklist/debian/control
- + p/haskell-tasty-checklist/debian/copyright
- + p/haskell-tasty-checklist/debian/rules
- + p/haskell-tasty-checklist/debian/source/format
- + p/haskell-tasty-checklist/debian/watch


Changes:

=====================================
p/haskell-tasty-checklist/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-tasty-checklist (1.0.3.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Scott Talbert <swt at techie.net>  Tue, 09 Aug 2022 16:11:11 -0400


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


=====================================
p/haskell-tasty-checklist/debian/control
=====================================
@@ -0,0 +1,81 @@
+Source: haskell-tasty-checklist
+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-doctest-dev (>= 0.10),
+ libghc-doctest-dev (<< 0.19),
+ libghc-doctest-prof,
+ libghc-hunit-dev,
+ libghc-hunit-prof,
+ libghc-parameterized-utils-dev (>= 2.1.0),
+ libghc-parameterized-utils-dev (<< 2.2),
+ libghc-parameterized-utils-prof,
+ libghc-tasty-dev,
+ libghc-tasty-prof,
+ libghc-tasty-expected-failure-dev,
+ libghc-tasty-expected-failure-prof,
+ libghc-tasty-hunit-dev,
+ libghc-tasty-hunit-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-doctest-doc,
+ libghc-hunit-doc,
+ libghc-parameterized-utils-doc,
+ libghc-tasty-doc,
+ libghc-tasty-expected-failure-doc,
+ libghc-tasty-hunit-doc,
+Standards-Version: 4.6.1
+Homepage: https://hackage.haskell.org/package/tasty-checklist
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-tasty-checklist
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-tasty-checklist]
+X-Description: Check multiple items during a tasty test
+ Allows the test to check a number of items during a test and
+ only signal pass or fail when the end if the checklist is reached.
+ .
+ Also provides an easy method to check multiple derived values from
+ a single input value.
+
+Package: libghc-tasty-checklist-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-tasty-checklist-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-tasty-checklist-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-tasty-checklist/debian/copyright
=====================================
@@ -0,0 +1,25 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: tasty-checklist
+Upstream-Contact: kquick at galois.com
+Source: https://hackage.haskell.org/package/tasty-checklist
+
+Files: *
+Copyright: Kevin Quick, 2021
+License: ISC
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: ISC
+
+License: ISC
+ Permission to use, copy, modify, and /or distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THIS SOFTWARE.


=====================================
p/haskell-tasty-checklist/debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = tasty-checklist
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7f0c05e6531e5ba0742e105ab01bb0ef0bf66cb1
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/20220809/5ec270c4/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list