summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-09-10 04:33:48 +0400
committerClint Adams <clint@debian.org>2012-09-10 04:33:48 +0400
commit273063dd0748f9b0ca0c11be073b0ef9d1e7fcfd (patch)
treed12f83efc2c5a9a7f6dd44d766da678b98f71193
parentafa47cee9f0313bffd1bebdf7f06887166e02636 (diff)
downloadDHG_packages-273063dd0748f9b0ca0c11be073b0ef9d1e7fcfd.tar.gz
haskell-quickcheck-instances: Initial Check-In
-rw-r--r--p/haskell-quickcheck-instances/debian/changelog5
-rw-r--r--p/haskell-quickcheck-instances/debian/compat1
-rw-r--r--p/haskell-quickcheck-instances/debian/control85
-rw-r--r--p/haskell-quickcheck-instances/debian/copyright30
-rwxr-xr-xp/haskell-quickcheck-instances/debian/rules4
-rw-r--r--p/haskell-quickcheck-instances/debian/source/format1
-rw-r--r--p/haskell-quickcheck-instances/debian/watch5
7 files changed, 131 insertions, 0 deletions
diff --git a/p/haskell-quickcheck-instances/debian/changelog b/p/haskell-quickcheck-instances/debian/changelog
new file mode 100644
index 000000000..662a422c6
--- /dev/null
+++ b/p/haskell-quickcheck-instances/debian/changelog
@@ -0,0 +1,5 @@
+haskell-quickcheck-instances (0.3.0-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint@debian.org> Sun, 09 Sep 2012 20:25:55 -0400
diff --git a/p/haskell-quickcheck-instances/debian/compat b/p/haskell-quickcheck-instances/debian/compat
new file mode 100644
index 000000000..c7930257d
--- /dev/null
+++ b/p/haskell-quickcheck-instances/debian/compat
@@ -0,0 +1 @@
+7 \ No newline at end of file
diff --git a/p/haskell-quickcheck-instances/debian/control b/p/haskell-quickcheck-instances/debian/control
new file mode 100644
index 000000000..9d5b50606
--- /dev/null
+++ b/p/haskell-quickcheck-instances/debian/control
@@ -0,0 +1,85 @@
+Source: haskell-quickcheck-instances
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>
+Build-Depends: debhelper (>= 7.0)
+ , haskell-devscripts (>= 0.8)
+ , cdbs
+ , ghc
+ , ghc-prof
+ , libghc-quickcheck2-dev (>> 2.1)
+ , libghc-quickcheck2-dev (<< 2.6)
+ , libghc-quickcheck2-prof
+ , libghc-text-dev (>> 0.7)
+ , libghc-text-dev (<< 0.12)
+ , libghc-text-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-quickcheck2-doc
+ , libghc-text-doc
+Standards-Version: 3.9.3
+Homepage: https://github.com/aslatter/qc-instances
+
+Package: libghc-quickcheck-instances-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+ , ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: common QuickCheck instances
+ QuickCheck instances.
+ .
+ The goal is to supply QuickCheck instances for
+ types provided by the Haskell Platform.
+ .
+ For information on writing a test-suite with Cabal
+ see <http://www.haskell.org/cabal/users-guide/#test-suites>
+ .
+ Author: Antoine Latter
+ Upstream-Maintainer: aslatter@gmail.com
+ .
+ This package contains the normal library files.
+
+Package: libghc-quickcheck-instances-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: common QuickCheck instances; profiling libraries
+ QuickCheck instances.
+ .
+ The goal is to supply QuickCheck instances for
+ types provided by the Haskell Platform.
+ .
+ For information on writing a test-suite with Cabal
+ see <http://www.haskell.org/cabal/users-guide/#test-suites>
+ .
+ Author: Antoine Latter
+ Upstream-Maintainer: aslatter@gmail.com
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-quickcheck-instances-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: common QuickCheck instances; documentation
+ QuickCheck instances.
+ .
+ The goal is to supply QuickCheck instances for
+ types provided by the Haskell Platform.
+ .
+ For information on writing a test-suite with Cabal
+ see <http://www.haskell.org/cabal/users-guide/#test-suites>
+ .
+ Author: Antoine Latter
+ Upstream-Maintainer: aslatter@gmail.com
+ .
+ This package contains the documentation files.
diff --git a/p/haskell-quickcheck-instances/debian/copyright b/p/haskell-quickcheck-instances/debian/copyright
new file mode 100644
index 000000000..df9e9c1e9
--- /dev/null
+++ b/p/haskell-quickcheck-instances/debian/copyright
@@ -0,0 +1,30 @@
+Copyright (c)2012, Antoine Latter
+
+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 Antoine Latter 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.
diff --git a/p/haskell-quickcheck-instances/debian/rules b/p/haskell-quickcheck-instances/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-quickcheck-instances/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-instances/debian/source/format b/p/haskell-quickcheck-instances/debian/source/format
new file mode 100644
index 000000000..46ebe0266
--- /dev/null
+++ b/p/haskell-quickcheck-instances/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt) \ No newline at end of file
diff --git a/p/haskell-quickcheck-instances/debian/watch b/p/haskell-quickcheck-instances/debian/watch
new file mode 100644
index 000000000..e529fd409
--- /dev/null
+++ b/p/haskell-quickcheck-instances/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-instances-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/quickcheck-instances \
+ ([\d\.]*\d)/