diff options
| author | joey <joey@kitenet.net> | 2013-11-22 03:42:55 +0400 |
|---|---|---|
| committer | joey <joey@kitenet.net> | 2013-11-22 03:42:55 +0400 |
| commit | 019592a686457ab39056df3dc000b05a14fc6b7d (patch) | |
| tree | 95c34a1a6015e8678cb6462348eb0257691dee24 /p/haskell-tasty-quickcheck | |
| parent | 1f66dde6e96fd63eace65236e2654a4af31f3f50 (diff) | |
| download | DHG_packages-019592a686457ab39056df3dc000b05a14fc6b7d.tar.gz | |
haskell-tasty-quickcheck: Initial Check-In
Diffstat (limited to 'p/haskell-tasty-quickcheck')
| -rw-r--r-- | p/haskell-tasty-quickcheck/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-tasty-quickcheck/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-tasty-quickcheck/debian/control | 55 | ||||
| -rw-r--r-- | p/haskell-tasty-quickcheck/debian/copyright | 33 | ||||
| -rwxr-xr-x | p/haskell-tasty-quickcheck/debian/rules | 5 | ||||
| -rw-r--r-- | p/haskell-tasty-quickcheck/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-tasty-quickcheck/debian/watch | 2 |
7 files changed, 102 insertions, 0 deletions
diff --git a/p/haskell-tasty-quickcheck/debian/changelog b/p/haskell-tasty-quickcheck/debian/changelog new file mode 100644 index 000000000..b46af09c4 --- /dev/null +++ b/p/haskell-tasty-quickcheck/debian/changelog @@ -0,0 +1,5 @@ +haskell-tasty-quickcheck (0.3.1-1) unstable; urgency=low + + * Initial debian package. + + -- Joey Hess <joeyh@debian.org> Sun, 10 Nov 2013 14:33:50 -0400 diff --git a/p/haskell-tasty-quickcheck/debian/compat b/p/haskell-tasty-quickcheck/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/p/haskell-tasty-quickcheck/debian/compat @@ -0,0 +1 @@ +9 diff --git a/p/haskell-tasty-quickcheck/debian/control b/p/haskell-tasty-quickcheck/debian/control new file mode 100644 index 000000000..e2b7eb202 --- /dev/null +++ b/p/haskell-tasty-quickcheck/debian/control @@ -0,0 +1,55 @@ +Source: haskell-tasty-quickcheck +Priority: extra +Section: haskell +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Joey Hess <joeyh@debian.org> +Build-Depends: + debhelper (>= 9), + haskell-devscripts (>= 0.8.15), + cdbs, + ghc, + ghc-prof, + ghc-doc, + libghc-tasty-prof, + libghc-tasty-doc, + libghc-quickcheck2-prof (<< 3), + libghc-quickcheck2-doc, + libghc-tagged-prof, + libghc-tagged-doc, + libghc-random-prof, + libghc-random-doc +Standards-Version: 3.9.4 +Homepage: http://hackage.haskell.org/package/tasty-quickcheck +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-tasty-quickcheck +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-tasty-quickcheck + +Package: libghc-tasty-quickcheck-dev +Architecture: any +Depends: ${haskell:Depends}, ${misc:Depends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: Haskell testing framework, QuickCheck support${haskell:ShortBlurb} + QuickCheck support for the Tasty test framework. + . + ${haskell:Blurb} + +Package: libghc-tasty-quickcheck-prof +Architecture: any +Depends: ${haskell:Depends}, ${misc:Depends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: Haskell testing framework, QuickCheck support${haskell:ShortBlurb} + QuickCheck support for the Tasty test framework. + . + ${haskell:Blurb} + +Package: libghc-tasty-quickcheck-doc +Section: doc +Architecture: all +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: Haskell testing framework, QuickCheck support${haskell:ShortBlurb} + QuickCheck support for the Tasty test framework. + . + ${haskell:Blurb} diff --git a/p/haskell-tasty-quickcheck/debian/copyright b/p/haskell-tasty-quickcheck/debian/copyright new file mode 100644 index 000000000..d320a6dfb --- /dev/null +++ b/p/haskell-tasty-quickcheck/debian/copyright @@ -0,0 +1,33 @@ +This package was originally debianised by Joey Hess <joeyh@debian.org>. + +It was downloaded from the Haskell hackage repository at +https://hackage.haskell.org/package/tasty-quickcheck + +Copyright: + + Copyright (c) 2013 Roman Cheplyaka + + 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. + +Debian packaging copyright: + + (C) 2013 Joey Hess <joeyh@debian.org> + + All changes by Joey Hess may be redistributed under the same + terms as haskell-tasty-quickcheck itself. diff --git a/p/haskell-tasty-quickcheck/debian/rules b/p/haskell-tasty-quickcheck/debian/rules new file mode 100755 index 000000000..0e3080d0a --- /dev/null +++ b/p/haskell-tasty-quickcheck/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +# Standard way of building Haskell libraries . +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk diff --git a/p/haskell-tasty-quickcheck/debian/source/format b/p/haskell-tasty-quickcheck/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-tasty-quickcheck/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-tasty-quickcheck/debian/watch b/p/haskell-tasty-quickcheck/debian/watch new file mode 100644 index 000000000..083af3b63 --- /dev/null +++ b/p/haskell-tasty-quickcheck/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://hackage.haskell.org/package/tasty-quickcheck/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) |
