From 349c3f14c278b1f2833a4554a9ba4cf973a1b89b Mon Sep 17 00:00:00 2001 From: Marco Túlio Gontijo e Silva Date: Sun, 30 May 2010 22:58:01 +0400 Subject: haskell-colour: Initial release. (Closes: #583805) --- p/haskell-colour/debian/changelog | 5 +++ p/haskell-colour/debian/compat | 1 + p/haskell-colour/debian/control | 62 +++++++++++++++++++++++++++++++++++ p/haskell-colour/debian/copyright | 24 ++++++++++++++ p/haskell-colour/debian/rules | 4 +++ p/haskell-colour/debian/source/format | 1 + p/haskell-colour/debian/watch | 5 +++ 7 files changed, 102 insertions(+) create mode 100644 p/haskell-colour/debian/changelog create mode 100644 p/haskell-colour/debian/compat create mode 100644 p/haskell-colour/debian/control create mode 100644 p/haskell-colour/debian/copyright create mode 100755 p/haskell-colour/debian/rules create mode 100644 p/haskell-colour/debian/source/format create mode 100644 p/haskell-colour/debian/watch (limited to 'p/haskell-colour') diff --git a/p/haskell-colour/debian/changelog b/p/haskell-colour/debian/changelog new file mode 100644 index 000000000..a1ca468f7 --- /dev/null +++ b/p/haskell-colour/debian/changelog @@ -0,0 +1,5 @@ +haskell-colour (2.3.1-1) UNRELEASED; urgency=low + + * Initial release. (Closes: #583805) + + -- Marco Túlio Gontijo e Silva Sun, 30 May 2010 15:50:39 -0300 diff --git a/p/haskell-colour/debian/compat b/p/haskell-colour/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/p/haskell-colour/debian/compat @@ -0,0 +1 @@ +7 diff --git a/p/haskell-colour/debian/control b/p/haskell-colour/debian/control new file mode 100644 index 000000000..666651ee4 --- /dev/null +++ b/p/haskell-colour/debian/control @@ -0,0 +1,62 @@ +Source: haskell-colour +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group +Uploaders: Marco Túlio Gontijo e Silva +Build-Depends: debhelper (>= 7) + , cdbs + , haskell-devscripts (>= 0.7) + , ghc6 + , ghc6-prof +Build-Depends-Indep: ghc6-doc +Standards-Version: 3.8.4 +Homepage: http://hackage.haskell.org/package/colour +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-colour +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-colour + +Package: libghc6-colour-dev +Architecture: any +Depends: ${haskell:Depends} + , ${shlibs:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: A model for human colour/color perception + This package provides a library for the Haskell programming language. + See http://www.haskell.org/ for more information on Haskell. + . + This package provides a data type for colours and transparency. Colours can be + blended and composed. Various colour spaces are supported. A module of colour + names (Data.Colour.Names) is provided. + +Package: libghc6-colour-prof +Architecture: any +Depends: ${haskell:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: A model for human colour/color perception; 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. + . + This package provides a data type for colours and transparency. Colours can be + blended and composed. Various colour spaces are supported. A module of colour + names (Data.Colour.Names) is provided. + +Package: libghc6-colour-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, ${haskell:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: A model for human colour/color perception; documentation + This package provides the documentation for a library for the Haskell + programming language. + See http://www.haskell.org/ for more information on Haskell. + . + This package provides a data type for colours and transparency. Colours can be + blended and composed. Various colour spaces are supported. A module of colour + names (Data.Colour.Names) is provided. diff --git a/p/haskell-colour/debian/copyright b/p/haskell-colour/debian/copyright new file mode 100644 index 000000000..26814d3e4 --- /dev/null +++ b/p/haskell-colour/debian/copyright @@ -0,0 +1,24 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Name: colour +Maintainer: Russell O'Connor +Source: http://hackage.haskell.org/package/colour + +Copyright: 2008-2009, Russell O'Connor +License: X11/MIT + 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-colour/debian/rules b/p/haskell-colour/debian/rules new file mode 100755 index 000000000..683e77bcf --- /dev/null +++ b/p/haskell-colour/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-colour/debian/source/format b/p/haskell-colour/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-colour/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-colour/debian/watch b/p/haskell-colour/debian/watch new file mode 100644 index 000000000..0268421f6 --- /dev/null +++ b/p/haskell-colour/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|colour-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/colour \ + ([\d\.]*\d)/ -- cgit v1.2.3