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

Clint Adams clint at debian.org
Sat Feb 11 19:12:51 UTC 2012


Sat Feb 11 19:11:46 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 3f87322d5240d7b76f8e1c493afb7172

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

Sat Feb 11 19:11:46 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 3f87322d5240d7b76f8e1c493afb7172
diff -rN -u old-haskell-hspec//changelog new-haskell-hspec//changelog
--- old-haskell-hspec//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec//changelog	2012-02-11 19:12:51.562746668 +0000
@@ -0,0 +1,5 @@
+haskell-hspec (0.9.1.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sat, 11 Feb 2012 13:38:01 -0500
diff -rN -u old-haskell-hspec//compat new-haskell-hspec//compat
--- old-haskell-hspec//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec//compat	2012-02-11 19:12:51.562746668 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-hspec//control new-haskell-hspec//control
--- old-haskell-hspec//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec//control	2012-02-11 19:12:51.562746668 +0000
@@ -0,0 +1,81 @@
+Source: haskell-hspec
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-ansi-terminal-dev (>> 0.5.5)
+  , libghc-ansi-terminal-dev (<< 0.5.5.1)
+  , libghc-ansi-terminal-prof
+  , libghc-hunit-dev (>> 1)
+  , libghc-hunit-dev (<< 2)
+  , libghc-hunit-prof
+  , libghc-quickcheck2-dev (>> 2.4.0.1)
+  , libghc-quickcheck2-dev (<< 2.5)
+  , libghc-quickcheck2-prof
+  , libghc-silently-dev (>> 1.1.1)
+  , libghc-silently-dev (<< 2)
+  , libghc-silently-prof
+  , libghc-transformers-dev (>> 0.2.0)
+  , libghc-transformers-dev (<< 0.3.0)
+  , libghc-transformers-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-ansi-terminal-doc
+  , libghc-hunit-doc
+  , libghc-quickcheck2-doc
+  , libghc-silently-doc
+  , libghc-transformers-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/haskell-hspec
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hspec
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hspec
+
+Package: libghc-hspec-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: behavior-driven development for Haskell
+ Hspec is roughly based on the Ruby library RSpec. However, Hspec is just
+ a framework for running HUnit and QuickCheck tests. Compared to other
+ options, it provides a much nicer syntax that makes tests very easy to read.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-hspec-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: behavior-driven development for Haskell; profiling libraries
+ Hspec is roughly based on the Ruby library RSpec. However, Hspec is just
+ a framework for running HUnit and QuickCheck tests. Compared to other
+ options, it provides a much nicer syntax that makes tests very easy to read.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling.  See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-hspec-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: behavior-driven development for Haskell; documentation
+ Hspec is roughly based on the Ruby library RSpec. However, Hspec is just
+ a framework for running HUnit and QuickCheck tests. Compared to other
+ options, it provides a much nicer syntax that makes tests very easy to read.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-hspec//copyright new-haskell-hspec//copyright
--- old-haskell-hspec//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec//copyright	2012-02-11 19:12:51.566746604 +0000
@@ -0,0 +1,16 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Upstream-Name: haskell-hspec
+Upstream-Contact: Trystan Spangler <trystan.s at comcast.net>
+Source: http://hackage.haskell.org/package/haskell-hspec
+
+Copyright: 2011 Trystan Spangler
+License: BSD3
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+ 
+ 
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+ The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission.
+ 
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ 
diff -rN -u old-haskell-hspec//rules new-haskell-hspec//rules
--- old-haskell-hspec//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec//rules	2012-02-11 19:12:51.566746604 +0000
@@ -0,0 +1,4 @@
+#!/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//source/format new-haskell-hspec//source/format
--- old-haskell-hspec//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec//source/format	2012-02-11 19:12:51.566746604 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-hspec//watch new-haskell-hspec//watch
--- old-haskell-hspec//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hspec//watch	2012-02-11 19:12:51.570747231 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|hspec-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/hspec \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list