[DHG_packages] 42/101: Initial packaging of QuickCheck-safe-0.1.0.1

Joachim Breitner nomeata at moszumanska.debian.org
Sun Aug 16 14:06:03 UTC 2015


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

nomeata pushed a commit to branch st3
in repository DHG_packages.

commit eda7dbfa1e5b2d6b0dbd34a6898ed7599e0eeef9
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 17:39:31 2015 +0000

    Initial packaging of QuickCheck-safe-0.1.0.1
---
 p/haskell-quickcheck-safe/debian/changelog     |  5 ++
 p/haskell-quickcheck-safe/debian/compat        |  1 +
 p/haskell-quickcheck-safe/debian/control       | 73 ++++++++++++++++++++++++++
 p/haskell-quickcheck-safe/debian/copyright     | 32 +++++++++++
 p/haskell-quickcheck-safe/debian/rules         |  7 +++
 p/haskell-quickcheck-safe/debian/source/format |  1 +
 p/haskell-quickcheck-safe/debian/watch         |  2 +
 7 files changed, 121 insertions(+)

diff --git a/p/haskell-quickcheck-safe/debian/changelog b/p/haskell-quickcheck-safe/debian/changelog
new file mode 100644
index 0000000..d589e91
--- /dev/null
+++ b/p/haskell-quickcheck-safe/debian/changelog
@@ -0,0 +1,5 @@
+haskell-quickcheck-safe (0.1.0.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Aug 2015 17:39:32 +0000
diff --git a/p/haskell-quickcheck-safe/debian/compat b/p/haskell-quickcheck-safe/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-quickcheck-safe/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-quickcheck-safe/debian/control b/p/haskell-quickcheck-safe/debian/control
new file mode 100644
index 0000000..4dc57f9
--- /dev/null
+++ b/p/haskell-quickcheck-safe/debian/control
@@ -0,0 +1,73 @@
+Source: haskell-quickcheck-safe
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-quickcheck2-dev (>= 2.7),
+ libghc-quickcheck2-dev (<< 2.9),
+ libghc-quickcheck2-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-quickcheck2-doc,
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/QuickCheck-safe
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-quickcheck-safe
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-quickcheck-safe
+X-Description: Safe reimplementation of QuickCheck's core
+ QuickCheck-safe reimplements the quickCheck functionality with a pure
+ interface and a very small trusted base (see Test.QuickCheck.Safe.Trusted).
+ .
+ * uses the existing Arbitrary instances
+ * implemented features: testing, result minimization (i.e., shrinking)
+ * missing features: expected failures, label frequencies, coverage
+ .
+ The package is targeted at users who want to leverage SafeHaskell for
+ sandboxing.
+ .
+   >>> putStr $ quickCheck (inventQCGen ()) (\x -> length (x :: [()]) < 10)
+   *** Failed! Falsifiable (after 18 tests and 3 shrinks):
+   [(),(),(),(),(),(),(),(),(),(),(),(),(),(),()]
+
+Package: libghc-quickcheck-safe-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-quickcheck-safe-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-quickcheck-safe-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-quickcheck-safe/debian/copyright b/p/haskell-quickcheck-safe/debian/copyright
new file mode 100644
index 0000000..8130db3
--- /dev/null
+++ b/p/haskell-quickcheck-safe/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: QuickCheck-safe
+Upstream-Contact: Bertram Felgenhauer <int-e at gmx.de>
+Source: https://hackage.haskell.org/package/QuickCheck-safe
+
+Files: *
+Copyright: 2015 Bertram Felgenhauer
+License: MIT
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+License: MIT
+ 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-quickcheck-safe/debian/rules b/p/haskell-quickcheck-safe/debian/rules
new file mode 100755
index 0000000..0ad4fc6
--- /dev/null
+++ b/p/haskell-quickcheck-safe/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = quickcheck-safe
+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-quickcheck-safe/debian/source/format b/p/haskell-quickcheck-safe/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-quickcheck-safe/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-quickcheck-safe/debian/watch b/p/haskell-quickcheck-safe/debian/watch
new file mode 100644
index 0000000..2f1019a
--- /dev/null
+++ b/p/haskell-quickcheck-safe/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/QuickCheck-safe/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