[DHG_packages] 01/01: add hspec-smallcheck

Clint Adams clint at moszumanska.debian.org
Mon Nov 27 22:33:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit 08746d897a11540a7dbea72da21a009187994cc2
Author: Clint Adams <clint at debian.org>
Date:   Mon Nov 27 17:33:17 2017 -0500

    add hspec-smallcheck
---
 p/haskell-hspec-smallcheck/debian/changelog     |  5 ++
 p/haskell-hspec-smallcheck/debian/compat        |  1 +
 p/haskell-hspec-smallcheck/debian/control       | 65 +++++++++++++++++++++++++
 p/haskell-hspec-smallcheck/debian/copyright     | 31 ++++++++++++
 p/haskell-hspec-smallcheck/debian/rules         |  9 ++++
 p/haskell-hspec-smallcheck/debian/source/format |  1 +
 p/haskell-hspec-smallcheck/debian/watch         |  2 +
 7 files changed, 114 insertions(+)

diff --git a/p/haskell-hspec-smallcheck/debian/changelog b/p/haskell-hspec-smallcheck/debian/changelog
new file mode 100644
index 0000000..36c3ed5
--- /dev/null
+++ b/p/haskell-hspec-smallcheck/debian/changelog
@@ -0,0 +1,5 @@
+haskell-hspec-smallcheck (0.4.2-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Mon, 27 Nov 2017 17:27:23 -0500
diff --git a/p/haskell-hspec-smallcheck/debian/compat b/p/haskell-hspec-smallcheck/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-hspec-smallcheck/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-hspec-smallcheck/debian/control b/p/haskell-hspec-smallcheck/debian/control
new file mode 100644
index 0000000..32f60c2
--- /dev/null
+++ b/p/haskell-hspec-smallcheck/debian/control
@@ -0,0 +1,65 @@
+Source: haskell-hspec-smallcheck
+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-hspec-core-dev (>= 2.4),
+ libghc-hspec-core-prof (>= 2.4),
+ libghc-smallcheck-dev (>= 1.0),
+ libghc-smallcheck-prof (>= 1.0),
+ libghc-quickcheck2-dev,
+ libghc-hspec-dev,
+ libghc-hspec-core-dev,
+ libghc-smallcheck-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-hspec-core-doc,
+ libghc-smallcheck-doc,
+Standards-Version: 4.1.1
+Homepage: http://hspec.github.io/
+X-Description: SmallCheck support for the Hspec testing framework
+ SmallCheck support for the Hspec testing framework
+
+Package: libghc-hspec-smallcheck-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-hspec-smallcheck-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-hspec-smallcheck-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}
diff --git a/p/haskell-hspec-smallcheck/debian/copyright b/p/haskell-hspec-smallcheck/debian/copyright
new file mode 100644
index 0000000..18e9f4f
--- /dev/null
+++ b/p/haskell-hspec-smallcheck/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hspec-smallcheck
+Upstream-Contact: Simon Hengel <sol at typeful.net>
+Source: https://hackage.haskell.org/package/hspec-smallcheck
+
+Files: *
+Copyright: 2013-2015 Simon Hengel
+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.
diff --git a/p/haskell-hspec-smallcheck/debian/rules b/p/haskell-hspec-smallcheck/debian/rules
new file mode 100755
index 0000000..1935033
--- /dev/null
+++ b/p/haskell-hspec-smallcheck/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = hspec-smallcheck
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-hspec-smallcheck/debian/source/format b/p/haskell-hspec-smallcheck/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-hspec-smallcheck/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-hspec-smallcheck/debian/watch b/p/haskell-hspec-smallcheck/debian/watch
new file mode 100644
index 0000000..42fbb2a
--- /dev/null
+++ b/p/haskell-hspec-smallcheck/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/hspec-smallcheck/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list