diff options
author | kiwamu <kiwamu@debian.or.jp> | 2011-11-02 11:00:14 +0400 |
---|---|---|
committer | kiwamu <kiwamu@debian.or.jp> | 2011-11-02 11:00:14 +0400 |
commit | f653c0ce02eabafaf7aa2170b79e7e8865d7be18 (patch) | |
tree | 0f4c6000863d36a01dd361786f63a254dff10628 | |
parent | 2d892e4bf6155bba7eed64868a7034cb75076513 (diff) | |
download | DHG_packages-f653c0ce02eabafaf7aa2170b79e7e8865d7be18.tar.gz |
haskell-test-framework-quickcheck2: Initial Check-In
7 files changed, 110 insertions, 0 deletions
diff --git a/p/haskell-test-framework-quickcheck2/debian/changelog b/p/haskell-test-framework-quickcheck2/debian/changelog new file mode 100644 index 000000000..6b269f0b3 --- /dev/null +++ b/p/haskell-test-framework-quickcheck2/debian/changelog @@ -0,0 +1,13 @@ +haskell-test-framework-quickcheck2 (0.2.10-2) UNRELEASED; urgency=low + + * repo is moved to darcs. + * change Vcs-* lines on debian/control. + * ITP (Closes: #644381) + + -- Kiwamu Okabe <kiwamu@debian.or.jp> Wed, 12 Oct 2011 23:36:38 +0900 + +haskell-test-framework-quickcheck2 (0.2.10-1) UNRELEASED; urgency=low + + * Debianization generated by cabal-debian + + -- Kiwamu Okabe <kiwamu@debian.or.jp> Wed, 05 Oct 2011 11:51:01 +0900 diff --git a/p/haskell-test-framework-quickcheck2/debian/compat b/p/haskell-test-framework-quickcheck2/debian/compat new file mode 100644 index 000000000..c7930257d --- /dev/null +++ b/p/haskell-test-framework-quickcheck2/debian/compat @@ -0,0 +1 @@ +7
\ No newline at end of file diff --git a/p/haskell-test-framework-quickcheck2/debian/control b/p/haskell-test-framework-quickcheck2/debian/control new file mode 100644 index 000000000..285e7dc97 --- /dev/null +++ b/p/haskell-test-framework-quickcheck2/debian/control @@ -0,0 +1,65 @@ +Source: haskell-test-framework-quickcheck2 +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-quickcheck2-dev (>= 2.4), + libghc-quickcheck2-dev (<< 2.5), + libghc-quickcheck2-prof, + libghc-quickcheck2-prof, + libghc-test-framework-dev (>= 0.2.0), + libghc-test-framework-dev (<< 0.5.0), + libghc-test-framework-prof, + libghc-test-framework-prof +Build-Depends-Indep: ghc-doc, + libghc-quickcheck2-doc, + libghc-quickcheck2-doc, + libghc-test-framework-doc, + libghc-test-framework-doc +Standards-Version: 3.9.2 +Homepage: http://batterseapower.github.com/test-framework/ +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-test-framework-quickcheck2 +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-test-framework-quickcheck2 +DM-Upload-Allowed: yes + +Package: libghc-test-framework-quickcheck2-dev +Architecture: any +Depends: ${shlibs:Depends}, + ${haskell:Depends}, + ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: QuickCheck2 support for the test-framework package. + Allows QuickCheck2 properties to be used with the test-framework package. + . + This package contains the normal library files. + +Package: libghc-test-framework-quickcheck2-prof +Architecture: any +Depends: ${haskell:Depends}, + ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: QuickCheck2 support for the test-framework package.; profiling libraries + Allows QuickCheck2 properties to be used with the test-framework package. + . + This package contains the libraries compiled with profiling enabled. + +Package: libghc-test-framework-quickcheck2-doc +Architecture: all +Section: doc +Depends: ${haskell:Depends}, + ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: QuickCheck2 support for the test-framework package.; documentation + Allows QuickCheck2 properties to be used with the test-framework package. + . + This package contains the documentation files. diff --git a/p/haskell-test-framework-quickcheck2/debian/copyright b/p/haskell-test-framework-quickcheck2/debian/copyright new file mode 100644 index 000000000..eaaefdefe --- /dev/null +++ b/p/haskell-test-framework-quickcheck2/debian/copyright @@ -0,0 +1,22 @@ +Copyright (c) 2008, Maximilian Bolingbroke +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 Maximilian Bolingbroke nor the names of other 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.
\ No newline at end of file diff --git a/p/haskell-test-framework-quickcheck2/debian/rules b/p/haskell-test-framework-quickcheck2/debian/rules new file mode 100755 index 000000000..4f5b8e442 --- /dev/null +++ b/p/haskell-test-framework-quickcheck2/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-quickcheck2/debian/source/format b/p/haskell-test-framework-quickcheck2/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-test-framework-quickcheck2/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-test-framework-quickcheck2/debian/watch b/p/haskell-test-framework-quickcheck2/debian/watch new file mode 100644 index 000000000..49f5c002d --- /dev/null +++ b/p/haskell-test-framework-quickcheck2/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-quickcheck2-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/test-framework-quickcheck2 \ + ([\d\.]*\d)/ |