[Pkg-haskell-commits] darcs: haskell-test-framework-th-prime: Initial Check-In

Clint Adams clint at debian.org
Thu Mar 8 23:55:53 UTC 2012


Thu Mar  8 23:55:21 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 6f0234237f7dba125ee621da63641bdd

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

Thu Mar  8 23:55:21 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 6f0234237f7dba125ee621da63641bdd
diff -rN -u old-haskell-test-framework-th-prime//changelog new-haskell-test-framework-th-prime//changelog
--- old-haskell-test-framework-th-prime//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-test-framework-th-prime//changelog	2012-03-08 23:55:53.223248088 +0000
@@ -0,0 +1,5 @@
+haskell-test-framework-th-prime (0.0.4-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Thu, 08 Mar 2012 18:45:57 -0500
diff -rN -u old-haskell-test-framework-th-prime//compat new-haskell-test-framework-th-prime//compat
--- old-haskell-test-framework-th-prime//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-test-framework-th-prime//compat	2012-03-08 23:55:53.223248088 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-test-framework-th-prime//control new-haskell-test-framework-th-prime//control
--- old-haskell-test-framework-th-prime//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-test-framework-th-prime//control	2012-03-08 23:55:53.223248088 +0000
@@ -0,0 +1,63 @@
+Source: haskell-test-framework-th-prime
+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
+ , cpphs (>> 0.2.1)
+ , libghc-src-exts-dev
+ , libghc-src-exts-prof
+ , ghc-ghci
+ , libghc-test-framework-dev
+ , libghc-test-framework-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-src-exts-doc
+ , libghc-test-framework-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/test-framework-th-prime
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-test-framework-th-prime
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-test-framework-th-prime
+
+Package: libghc-test-framework-th-prime-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: TH for test frameworks
+ This library automatically generates a Test list for HUnit, doctest and
+ QuickCheck2.
+ .
+ This package contains the normal library files.
+
+Package: libghc-test-framework-th-prime-prof
+Architecture: any
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: TH for test frameworks; profiling libraries
+ This library automatically generates a Test list for HUnit, doctest and
+ QuickCheck2.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-test-framework-th-prime-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: TH for test frameworks; profiling libraries
+ This library automatically generates a Test list for HUnit, doctest and
+ QuickCheck2.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-test-framework-th-prime//copyright new-haskell-test-framework-th-prime//copyright
--- old-haskell-test-framework-th-prime//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-test-framework-th-prime//copyright	2012-03-08 23:55:53.223248088 +0000
@@ -0,0 +1,33 @@
+This software is
+
+Copyright (c) 2010, Oscar Finnsson
+Copyright (c) 2012, IIJ Innovation Institute Inc.
+
+and released under this license:
+
+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.
+  * Neither the name of the copyright holders nor the names of its
+    contributors may be used to endorse or promote products derived
+    from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"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
+COPYRIGHT OWNER OR CONTRIBUTORS 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-test-framework-th-prime//rules new-haskell-test-framework-th-prime//rules
--- old-haskell-test-framework-th-prime//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-test-framework-th-prime//rules	2012-03-08 23:55:53.223248088 +0000
@@ -0,0 +1,3 @@
+#!/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-test-framework-th-prime//source/format new-haskell-test-framework-th-prime//source/format
--- old-haskell-test-framework-th-prime//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-test-framework-th-prime//source/format	2012-03-08 23:55:53.227247482 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-test-framework-th-prime//watch new-haskell-test-framework-th-prime//watch
--- old-haskell-test-framework-th-prime//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-test-framework-th-prime//watch	2012-03-08 23:55:53.227247482 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|test-framework-th-prime-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/test-framework-th-prime \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list