[Pkg-haskell-commits] darcs: haskell-hspec-core: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Thu Apr 16 19:34:12 UTC 2015


Thu Apr 16 19:18:24 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Thu Apr 16 19:18:24 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-hspec-core/changelog new-haskell-hspec-core/changelog
--- old-haskell-hspec-core/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec-core/changelog	2015-04-16 19:34:11.955409988 +0000
@@ -0,0 +1,5 @@
+haskell-hspec-core (2.1.5-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #nnnn)
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>  Thu, 16 Apr 2015 21:16:09 +0200
diff -rN -u old-haskell-hspec-core/compat new-haskell-hspec-core/compat
--- old-haskell-hspec-core/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec-core/compat	2015-04-16 19:34:11.955409988 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-hspec-core/control new-haskell-hspec-core/control
--- old-haskell-hspec-core/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec-core/control	2015-04-16 19:34:11.955409988 +0000
@@ -0,0 +1,91 @@
+Source: haskell-hspec-core
+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-hunit-dev (>= 1.2.5),
+ libghc-hunit-prof,
+ libghc-quickcheck2-dev (>= 2.5.1),
+ libghc-quickcheck2-prof (>= 2) | libghc-quickcheck1-prof (<< 2),
+ libghc-ansi-terminal-dev (>= 0.5),
+ libghc-ansi-terminal-prof,
+ libghc-async-dev (>= 2),
+ libghc-async-prof,
+ libghc-hspec-expectations-dev,
+ libghc-hspec-expectations-prof,
+ libghc-hspec-meta-dev (>= 1.12),
+ libghc-hspec-meta-prof,
+ libghc-quickcheck-io-dev,
+ libghc-quickcheck-io-prof,
+ libghc-random-dev,
+ libghc-random-prof,
+ libghc-setenv-dev,
+ libghc-setenv-prof,
+ libghc-silently-dev (>= 1.2.4),
+ libghc-silently-prof,
+ libghc-tf-random-dev,
+ libghc-tf-random-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-hunit-doc,
+ libghc-quickcheck2-doc (>= 2) | libghc-quickcheck1-doc (<< 2),
+ libghc-ansi-terminal-doc,
+ libghc-async-doc,
+ libghc-hspec-expectations-doc,
+ libghc-hspec-meta-doc,
+ libghc-quickcheck-io-doc,
+ libghc-random-doc,
+ libghc-setenv-doc,
+ libghc-silently-doc,
+ libghc-tf-random-doc,
+Standards-Version: 3.9.6
+Homepage: http://hspec.github.io/
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hspec-core
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hspec-core
+X-Description: A Testing Framework for Haskell
+ This package exposes internal types and functions that can be
+ used to extend Hspec's functionality.
+
+Package: libghc-hspec-core-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-core-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-core-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 -rN -u old-haskell-hspec-core/copyright new-haskell-hspec-core/copyright
--- old-haskell-hspec-core/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec-core/copyright	2015-04-16 19:34:11.955409988 +0000
@@ -0,0 +1,33 @@
+Just Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hspec-core
+Upstream-Contact: Simon Hengel <sol at typeful.net>
+Source: https://hackage.haskell.org/package/hspec-core
+
+Files: *
+Copyright: (c) 2011-2014 Simon Hengel,
+ (c) 2011-2012 Trystan Spangler,
+ (c) 2011 Greg Weber
+License: MIT
+
+Files: */debian
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+License: MIT
+Comment: 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 -rN -u old-haskell-hspec-core/rules new-haskell-hspec-core/rules
--- old-haskell-hspec-core/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec-core/rules	2015-04-16 19:34:11.955409988 +0000
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_CABAL_PACKAGE = hspec-core
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-hspec-core/source/format new-haskell-hspec-core/source/format
--- old-haskell-hspec-core/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec-core/source/format	2015-04-16 19:34:11.955409988 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-hspec-core/watch new-haskell-hspec-core/watch
--- old-haskell-hspec-core/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec-core/watch	2015-04-16 19:34:11.959409985 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/hspec-core/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list