summaryrefslogtreecommitdiff
path: root/p/haskell-test-framework-th
diff options
context:
space:
mode:
authorkiwamu <kiwamu@debian.or.jp>2011-11-02 11:12:57 +0400
committerkiwamu <kiwamu@debian.or.jp>2011-11-02 11:12:57 +0400
commit7fad5dcc46dfff9272904c5275952c701c5470aa (patch)
tree1f0e7b120d5ea156675e73de6c414d62a464f8ae /p/haskell-test-framework-th
parentf985b1cf9a852e1e9141c6256e6dd0a26233790a (diff)
downloadDHG_packages-7fad5dcc46dfff9272904c5275952c701c5470aa.tar.gz
haskell-test-framework-th: Initial Check-In
Diffstat (limited to 'p/haskell-test-framework-th')
-rw-r--r--p/haskell-test-framework-th/debian/changelog13
-rw-r--r--p/haskell-test-framework-th/debian/compat1
-rw-r--r--p/haskell-test-framework-th/debian/control89
-rw-r--r--p/haskell-test-framework-th/debian/copyright24
-rwxr-xr-xp/haskell-test-framework-th/debian/rules3
-rw-r--r--p/haskell-test-framework-th/debian/source/format1
-rw-r--r--p/haskell-test-framework-th/debian/watch5
7 files changed, 136 insertions, 0 deletions
diff --git a/p/haskell-test-framework-th/debian/changelog b/p/haskell-test-framework-th/debian/changelog
new file mode 100644
index 000000000..1a6dc8e25
--- /dev/null
+++ b/p/haskell-test-framework-th/debian/changelog
@@ -0,0 +1,13 @@
+haskell-test-framework-th (0.2.2-2) UNRELEASED; urgency=low
+
+ * repo is moved to darcs.
+ * change Vcs-* lines on debian/control.
+ * ITP (Closes: #644382)
+
+ -- Kiwamu Okabe <kiwamu@debian.or.jp> Wed, 12 Oct 2011 23:40:31 +0900
+
+haskell-test-framework-th (0.2.2-1) UNRELEASED; urgency=low
+
+ * Debianization generated by cabal-debian
+
+ -- Kiwamu Okabe <kiwamu@debian.or.jp> Wed, 05 Oct 2011 11:39:16 +0900
diff --git a/p/haskell-test-framework-th/debian/compat b/p/haskell-test-framework-th/debian/compat
new file mode 100644
index 000000000..c7930257d
--- /dev/null
+++ b/p/haskell-test-framework-th/debian/compat
@@ -0,0 +1 @@
+7 \ No newline at end of file
diff --git a/p/haskell-test-framework-th/debian/control b/p/haskell-test-framework-th/debian/control
new file mode 100644
index 000000000..0dc6a5257
--- /dev/null
+++ b/p/haskell-test-framework-th/debian/control
@@ -0,0 +1,89 @@
+Source: haskell-test-framework-th
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Kiwamu Okabe <kiwamu@debian.or.jp>
+Build-Depends: debhelper (>= 7.0),
+ haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-src-exts-dev,
+ libghc-src-exts-prof,
+ libghc-language-haskell-extract-dev (>= 0.2.1),
+ libghc-language-haskell-extract-prof,
+ libghc-regex-posix-dev,
+ libghc-regex-posix-prof,
+ libghc-test-framework-dev,
+ libghc-test-framework-prof
+Build-Depends-Indep: ghc-doc,
+ libghc-src-exts-doc,
+ libghc-language-haskell-extract-doc,
+ libghc-regex-posix-doc,
+ libghc-test-framework-doc
+Standards-Version: 3.9.2
+Homepage: http://github.com/finnsson/test-generator
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-test-framework-th
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-test-framework-th
+DM-Upload-Allowed: yes
+
+Package: libghc-test-framework-th-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${haskell:Depends},
+ ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Automagically generate the {HUnit,Quickcheck}-bulk-code
+ test-framework-th contains two interesting functions:
+ defaultMainGenerator and testGroupGenerator.
+ .
+ defaultMainGenerator will extract all functions beginning with
+ "case_" or "prop_" in the module and put them in a testGroup.
+ .
+ testGroupGenerator is like defaultMainGenerator but without defaultMain.
+ It is useful if you need a function for the testgroup
+ (e.g. if you want to be able to call the testgroup from another module).
+ .
+ This package contains the normal library files.
+
+Package: libghc-test-framework-th-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Automagically generate the {HUnit,Quickcheck}-bulk-code; profiling libraries
+ test-framework-th contains two interesting functions:
+ defaultMainGenerator and testGroupGenerator.
+ .
+ defaultMainGenerator will extract all functions beginning with
+ "case_" or "prop_" in the module and put them in a testGroup.
+ .
+ testGroupGenerator is like defaultMainGenerator but without defaultMain.
+ It is useful if you need a function for the testgroup
+ (e.g. if you want to be able to call the testgroup from another module).
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-test-framework-th-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Automagically generate the {HUnit,Quickcheck}-bulk-code; documentation
+ test-framework-th contains two interesting functions:
+ defaultMainGenerator and testGroupGenerator.
+ .
+ defaultMainGenerator will extract all functions beginning with
+ "case_" or "prop_" in the module and put them in a testGroup.
+ .
+ testGroupGenerator is like defaultMainGenerator but without defaultMain.
+ It is useful if you need a function for the testgroup
+ (e.g. if you want to be able to call the testgroup from another module).
+ .
+ This package contains the documentation files.
diff --git a/p/haskell-test-framework-th/debian/copyright b/p/haskell-test-framework-th/debian/copyright
new file mode 100644
index 000000000..ffc486c61
--- /dev/null
+++ b/p/haskell-test-framework-th/debian/copyright
@@ -0,0 +1,24 @@
+Copyright (c) 2010, Oscar Finnsson
+All rights reserved.
+
+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 Oscar Finnsson 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 Oscar Finnsson 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. \ No newline at end of file
diff --git a/p/haskell-test-framework-th/debian/rules b/p/haskell-test-framework-th/debian/rules
new file mode 100755
index 000000000..4f5b8e442
--- /dev/null
+++ b/p/haskell-test-framework-th/debian/rules
@@ -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 --git a/p/haskell-test-framework-th/debian/source/format b/p/haskell-test-framework-th/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-test-framework-th/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-test-framework-th/debian/watch b/p/haskell-test-framework-th/debian/watch
new file mode 100644
index 000000000..13b0f1a50
--- /dev/null
+++ b/p/haskell-test-framework-th/debian/watch
@@ -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-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/test-framework-th \
+ ([\d\.]*\d)/