[Pkg-haskell-commits] darcs: haskell-hspec-expectations: Initial Check-In

Clint Adams clint at debian.org
Sun Sep 30 03:33:27 UTC 2012


Sun Sep 30 03:33:06 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 9ca04dfc7e6fa62c315d688b0ff38dc4

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

Sun Sep 30 03:33:06 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 9ca04dfc7e6fa62c315d688b0ff38dc4
diff -rN -u old-haskell-hspec-expectations//changelog new-haskell-hspec-expectations//changelog
--- old-haskell-hspec-expectations//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec-expectations//changelog	2012-09-30 03:33:27.181827581 +0000
@@ -0,0 +1,6 @@
+haskell-hspec-expectations (0.3.0.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sat, 29 Sep 2012 23:17:42 -0400
+
diff -rN -u old-haskell-hspec-expectations//compat new-haskell-hspec-expectations//compat
--- old-haskell-hspec-expectations//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec-expectations//compat	2012-09-30 03:33:27.185827667 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-hspec-expectations//control new-haskell-hspec-expectations//control
--- old-haskell-hspec-expectations//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec-expectations//control	2012-09-30 03:33:27.185827667 +0000
@@ -0,0 +1,68 @@
+Source: haskell-hspec-expectations
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7.0)
+             , haskell-devscripts (>= 0.8)
+             , cdbs
+             , ghc
+             , ghc-prof
+             , libghc-hunit-dev
+             , libghc-hunit-prof
+Build-Depends-Indep: ghc-doc
+                   , libghc-hunit-doc
+Standards-Version: 3.9.3
+Homepage: https://github.com/sol/hspec-expectations#readme
+
+Package: libghc-hspec-expectations-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: catchy combinators for HUnit
+ Catchy combinators for HUnit: the three main primitives are shouldBe,
+ shouldSatisfy and shouldThrow. They can be used with HUnit, or any
+ framework that integrates with HUnit, like test-framework or Hspec.
+ .
+  Author: Simon Hengel <sol at typeful.net>
+  Upstream-Maintainer: Simon Hengel <sol at typeful.net>
+ .
+ This package contains the normal library files.
+
+Package: libghc-hspec-expectations-prof
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: catchy combinators for HUnit; profiling libraries
+ Catchy combinators for HUnit: the three main primitives are shouldBe,
+ shouldSatisfy and shouldThrow. They can be used with HUnit, or any
+ framework that integrates with HUnit, like test-framework or Hspec.
+ .
+  Author: Simon Hengel <sol at typeful.net>
+  Upstream-Maintainer: Simon Hengel <sol at typeful.net>
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-hspec-expectations-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: catchy combinators for HUnit; documentation
+ Catchy combinators for HUnit: the three main primitives are shouldBe,
+ shouldSatisfy and shouldThrow. They can be used with HUnit, or any
+ framework that integrates with HUnit, like test-framework or Hspec.
+ .
+  Author: Simon Hengel <sol at typeful.net>
+  Upstream-Maintainer: Simon Hengel <sol at typeful.net>
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-hspec-expectations//copyright new-haskell-hspec-expectations//copyright
--- old-haskell-hspec-expectations//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec-expectations//copyright	2012-09-30 03:33:27.185827667 +0000
@@ -0,0 +1,19 @@
+Copyright (c) 2011, 2012 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.
diff -rN -u old-haskell-hspec-expectations//rules new-haskell-hspec-expectations//rules
--- old-haskell-hspec-expectations//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec-expectations//rules	2012-09-30 03:33:27.185827667 +0000
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
diff -rN -u old-haskell-hspec-expectations//source/format new-haskell-hspec-expectations//source/format
--- old-haskell-hspec-expectations//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec-expectations//source/format	2012-09-30 03:33:27.189827483 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-hspec-expectations//watch new-haskell-hspec-expectations//watch
--- old-haskell-hspec-expectations//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec-expectations//watch	2012-09-30 03:33:27.189827483 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|hspec-expectations-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/hspec-expectations \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list