[Git][haskell-team/DHG_packages][master] Add doctest-parallel package

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Wed Apr 27 20:35:24 BST 2022



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


Commits:
edfc702f by Scott Talbert at 2022-04-27T15:33:29-04:00
Add doctest-parallel package

- - - - -


10 changed files:

- + p/haskell-doctest-parallel/debian/changelog
- + p/haskell-doctest-parallel/debian/compat
- + p/haskell-doctest-parallel/debian/control
- + p/haskell-doctest-parallel/debian/copyright
- + p/haskell-doctest-parallel/debian/patches/dont-build-spectests-modules
- + p/haskell-doctest-parallel/debian/patches/no-hspec-discover
- + p/haskell-doctest-parallel/debian/patches/series
- + p/haskell-doctest-parallel/debian/rules
- + p/haskell-doctest-parallel/debian/source/format
- + p/haskell-doctest-parallel/debian/watch


Changes:

=====================================
p/haskell-doctest-parallel/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-doctest-parallel (0.2-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Scott Talbert <swt at techie.net>  Thu, 21 Apr 2022 20:07:32 -0400


=====================================
p/haskell-doctest-parallel/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-doctest-parallel/debian/control
=====================================
@@ -0,0 +1,99 @@
+Source: haskell-doctest-parallel
+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-glob-dev,
+ libghc-glob-prof,
+ libghc-base-compat-dev (>= 0.7.0),
+ libghc-base-compat-prof,
+ libghc-code-page-dev (>= 0.1),
+ libghc-code-page-prof,
+ libghc-exceptions-dev,
+ libghc-exceptions-prof,
+ libghc-ghc-paths-dev (>= 0.1.0.9),
+ libghc-ghc-paths-prof,
+ libghc-syb-dev (>= 0.3),
+ libghc-syb-prof,
+ libghc-unordered-containers-dev,
+ libghc-unordered-containers-prof,
+ libghc-hunit-dev,
+ libghc-hunit-prof,
+ libghc-quickcheck2-dev (>= 2.13.1),
+ libghc-quickcheck2-prof,
+ libghc-hspec-dev (>= 2.3.0),
+ libghc-hspec-prof,
+ libghc-hspec-core-dev (>= 2.3.0),
+ libghc-hspec-core-prof,
+ libghc-mockery-dev,
+ libghc-mockery-prof,
+ libghc-setenv-dev,
+ libghc-setenv-prof,
+ libghc-silently-dev (>= 1.2.4),
+ libghc-silently-prof,
+ libghc-stringbuilder-dev (>= 0.4),
+ libghc-stringbuilder-prof,
+ hspec-discover,
+Build-Depends-Indep: ghc-doc,
+ libghc-glob-doc,
+ libghc-base-compat-doc,
+ libghc-code-page-doc,
+ libghc-exceptions-doc,
+ libghc-ghc-paths-doc,
+ libghc-syb-doc,
+ libghc-unordered-containers-doc,
+Standards-Version: 4.6.0
+Homepage: https://github.com/martijnbastiaan/doctest-parallel#readme
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-doctest-parallel
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
+X-Description: Test interactive Haskell examples
+ The doctest program checks examples in source code comments.  It is modeled
+ after doctest for Python (https://docs.python.org/3/library/doctest.html).
+ .
+ Documentation is at
+ https://github.com/martijnbastiaan/doctest-parallel#readme.
+
+Package: libghc-doctest-parallel-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-doctest-parallel-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-doctest-parallel-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-doctest-parallel/debian/copyright
=====================================
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: doctest-parallel
+Upstream-Contact: Martijn Bastiaan <martijn at hmbastiaan.nl>
+Source: https://hackage.haskell.org/package/doctest-parallel
+
+Files: *
+Copyright: (c) 2009-2018 Simon Hengel, 2021 Martijn Bastiaan
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ Copyright (c) 2009-2018 Simon Hengel <sol at typeful.net>
+ .
+ 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-doctest-parallel/debian/patches/dont-build-spectests-modules
=====================================
@@ -0,0 +1,10 @@
+--- a/doctest-parallel.cabal
++++ b/doctest-parallel.cabal
+@@ -112,6 +112,7 @@ test-suite doctests
+ 
+ 
+ library spectests-modules
++  buildable: False
+   default-language: Haskell2010
+   build-depends: base, doctest-parallel, template-haskell
+   -- Too many warnings. TODO: fix.


=====================================
p/haskell-doctest-parallel/debian/patches/no-hspec-discover
=====================================
@@ -0,0 +1,19 @@
+--- a/doctest-parallel.cabal
++++ b/doctest-parallel.cabal
+@@ -177,8 +177,6 @@ test-suite spectests
+   cpp-options: -DTEST
+   hs-source-dirs:
+       test
+-  build-tool-depends:
+-    hspec-discover:hspec-discover
+   build-depends:
+       HUnit
+     , QuickCheck >=2.13.1
+@@ -194,7 +192,6 @@ test-suite spectests
+     , ghc-paths >=0.1.0.9
+     , hspec >=2.3.0
+     , hspec-core >=2.3.0
+-    , hspec-discover
+     , mockery
+     , process
+     , setenv


=====================================
p/haskell-doctest-parallel/debian/patches/series
=====================================
@@ -0,0 +1,2 @@
+no-hspec-discover
+dont-build-spectests-modules


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


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


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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/edfc702faebdd761179d2ee48ea88083a0622793
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/20220427/e6249d8e/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list