From 63391dd0eca15df2100f4006d8634f77ecd7cd40 Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Mon, 1 Feb 2010 19:13:46 +0300 Subject: haskell-qio: Initial import --- p/haskell-qio/debian/changelog | 5 ++++ p/haskell-qio/debian/compat | 1 + p/haskell-qio/debian/control | 65 ++++++++++++++++++++++++++++++++++++++++++ p/haskell-qio/debian/copyright | 36 +++++++++++++++++++++++ p/haskell-qio/debian/rules | 6 ++++ p/haskell-qio/debian/watch | 6 ++++ 6 files changed, 119 insertions(+) create mode 100644 p/haskell-qio/debian/changelog create mode 100644 p/haskell-qio/debian/compat create mode 100644 p/haskell-qio/debian/control create mode 100644 p/haskell-qio/debian/copyright create mode 100755 p/haskell-qio/debian/rules create mode 100644 p/haskell-qio/debian/watch (limited to 'p/haskell-qio') diff --git a/p/haskell-qio/debian/changelog b/p/haskell-qio/debian/changelog new file mode 100644 index 000000000..bd67fcb1d --- /dev/null +++ b/p/haskell-qio/debian/changelog @@ -0,0 +1,5 @@ +haskell-qio (1.0-1) unstable; urgency=low + + * Initial release. (Closes: #567632) + + -- Iain Lane Fri, 29 Jan 2010 15:41:52 +0000 diff --git a/p/haskell-qio/debian/compat b/p/haskell-qio/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/p/haskell-qio/debian/compat @@ -0,0 +1 @@ +7 diff --git a/p/haskell-qio/debian/control b/p/haskell-qio/debian/control new file mode 100644 index 000000000..8b4ce3f12 --- /dev/null +++ b/p/haskell-qio/debian/control @@ -0,0 +1,65 @@ +Source: haskell-qio +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group +Uploaders: Iain Lane +Build-Depends: debhelper (>= 7), + cdbs (>= 0.4.59), + haskell-devscripts (>= 0.6.18), + ghc6 (>= 6.10.4), + ghc6-prof, + libghc6-mtl-dev, + libghc6-mtl-prof, + ghc6-doc, + haddock (>= 2.4.2), + hscolour (>= 1.8), + libghc6-mtl-doc +Standards-Version: 3.8.4 +Homepage: http://www.cs.nott.ac.uk/~asg/QIO/ +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-qio +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-qio + +Package: libghc6-qio-dev +Architecture: any +Depends: ${haskell:Depends}, + ${shlibs:Depends}, + ${misc:Depends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: a language for defining quantum computations + This package provides a library for the Haskell programming language. + See http://www.haskell.org/ for more information on Haskell. + . + The Quantum IO Monad is a library for defining quantum computations in Haskell + . + This package contains the development files. + +Package: libghc6-qio-prof +Architecture: any +Depends: ${haskell:Depends}, + ${shlibs:Depends}, + ${misc:Depends} +Provides: ${haskell:Provides} +Description: a language for defining quantum computations; profiling libraries + This package provides a library for the Haskell programming language, + compiled for profiling. + See http://www.haskell.org/ for more information on Haskell. + . + The Quantum IO Monad is a library for defining quantum computations in Haskell + . + This package contains the profiling libraries. + +Package: libghc6-qio-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: a language for defining quantum computations; documentation + This package provides the documentation for a library for the Haskell + programming language. + See http://www.haskell.org/ for more information on Haskell. + . + The Quantum IO Monad is a library for defining quantum computations in Haskell + . + This package contains the hyperlinked html documentation. diff --git a/p/haskell-qio/debian/copyright b/p/haskell-qio/debian/copyright new file mode 100644 index 000000000..7b763bc26 --- /dev/null +++ b/p/haskell-qio/debian/copyright @@ -0,0 +1,36 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Name: QIO +Upstream-Maintainer: Alexander S. Green +Upstream-Source: http://hackage.haskell.org/package/QIO + +Files: * +Copyright: 2010, Alexander S. Green +License: BSD + +Files: debian/* +Copyright: 2010, Iain Lane +License: BSD + +License: BSD + Copyright (c) 2010, Alexander S. Green + 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. + . + 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 HOLDER 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-qio/debian/rules b/p/haskell-qio/debian/rules new file mode 100755 index 000000000..f2277cb16 --- /dev/null +++ b/p/haskell-qio/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +DEB_BUILD_DEPENDENCIES = build-arch + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk diff --git a/p/haskell-qio/debian/watch b/p/haskell-qio/debian/watch new file mode 100644 index 000000000..0d087c7ea --- /dev/null +++ b/p/haskell-qio/debian/watch @@ -0,0 +1,6 @@ +# See uscan(1) for format + +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,filenamemangle=s|(.*)/$|QIO-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/QIO \ + ([\d\.]*\d)/ -- cgit v1.2.3