summaryrefslogtreecommitdiff
path: root/p/haskell-quickcheck-io/debian
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2013-08-05 05:55:32 +0400
committerClint Adams <clint@debian.org>2013-08-05 05:55:32 +0400
commit7e9cf0b0ed0d32f2704d77766c27bbba72cacb4a (patch)
tree73b829621d6e7882517b675e66fa5525c6b8740d /p/haskell-quickcheck-io/debian
parent4a33cff0c36bb7b999d9b906c54f6459fd64308a (diff)
downloadDHG_packages-7e9cf0b0ed0d32f2704d77766c27bbba72cacb4a.tar.gz
haskell-quickcheck-io: Initial Check-In
Diffstat (limited to 'p/haskell-quickcheck-io/debian')
-rw-r--r--p/haskell-quickcheck-io/debian/changelog5
-rw-r--r--p/haskell-quickcheck-io/debian/compat1
-rw-r--r--p/haskell-quickcheck-io/debian/control60
-rw-r--r--p/haskell-quickcheck-io/debian/copyright31
-rwxr-xr-xp/haskell-quickcheck-io/debian/rules4
-rw-r--r--p/haskell-quickcheck-io/debian/source/format1
-rw-r--r--p/haskell-quickcheck-io/debian/watch5
7 files changed, 107 insertions, 0 deletions
diff --git a/p/haskell-quickcheck-io/debian/changelog b/p/haskell-quickcheck-io/debian/changelog
new file mode 100644
index 000000000..e0f61c0dd
--- /dev/null
+++ b/p/haskell-quickcheck-io/debian/changelog
@@ -0,0 +1,5 @@
+haskell-quickcheck-io (0.1.0-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint@debian.org> Sun, 04 Aug 2013 21:43:40 -0400
diff --git a/p/haskell-quickcheck-io/debian/compat b/p/haskell-quickcheck-io/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-quickcheck-io/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-quickcheck-io/debian/control b/p/haskell-quickcheck-io/debian/control
new file mode 100644
index 000000000..af8317893
--- /dev/null
+++ b/p/haskell-quickcheck-io/debian/control
@@ -0,0 +1,60 @@
+Source: haskell-quickcheck-io
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+ , libghc-quickcheck2-dev (>> 2.5.1)
+ , libghc-quickcheck2-prof
+ , libghc-hunit-dev (>> 1.2.5)
+ , libghc-hunit-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-quickcheck2-doc
+ , libghc-hunit-doc
+Standards-Version: 3.9.4
+Homepage: http://hackage.haskell.org/package/quickcheck-io
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-quickcheck-io
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-quickcheck-io
+X-Description: use HUnit assertions as QuickCheck properties
+ This package provides an orphan instance that allows you to use HUnit
+ assertions as QuickCheck properties.
+
+Package: libghc-quickcheck-io-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-quickcheck-io-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-quickcheck-io-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-quickcheck-io/debian/copyright b/p/haskell-quickcheck-io/debian/copyright
new file mode 100644
index 000000000..f043850ff
--- /dev/null
+++ b/p/haskell-quickcheck-io/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: quickcheck-io
+Upstream-Contact: Simon Hengel <sol@typeful.net>
+Source: http://hackage.haskell.org/package/quickcheck-io
+
+Files: *
+Copyright: 2013 Simon Hengel
+License: Expat
+
+Files: debian/*
+Copyright: 2013 Clint Adams
+License: Expat
+
+License: Expat
+ 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.
diff --git a/p/haskell-quickcheck-io/debian/rules b/p/haskell-quickcheck-io/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-quickcheck-io/debian/rules
@@ -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 --git a/p/haskell-quickcheck-io/debian/source/format b/p/haskell-quickcheck-io/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-quickcheck-io/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-quickcheck-io/debian/watch b/p/haskell-quickcheck-io/debian/watch
new file mode 100644
index 000000000..47bc93640
--- /dev/null
+++ b/p/haskell-quickcheck-io/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|quickcheck-io-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/quickcheck-io \
+ ([\d\.]*\d)/