[Pkg-haskell-commits] darcs: haskell-colour: Initial release. (Closes: #583805)

Marco Túlio Gontijo e Silva marcot at debian.org
Sun May 30 19:59:36 UTC 2010


Sun May 30 18:58:01 UTC 2010  Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at debian.org>
  * Initial release. (Closes: #583805)
  Ignore-this: 9507c3a11ce5c48b0e57115187adc0f0

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Sun May 30 18:58:01 UTC 2010  Marco Túlio Gontijo e Silva <marcot at debian.org>
  * Initial release. (Closes: #583805)
  Ignore-this: 9507c3a11ce5c48b0e57115187adc0f0
diff -rN -u old-haskell-colour/changelog new-haskell-colour/changelog
--- old-haskell-colour/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-colour/changelog	2010-05-30 19:59:36.189686990 +0000
@@ -0,0 +1,5 @@
+haskell-colour (2.3.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #583805)
+
+ -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Sun, 30 May 2010 15:50:39 -0300
diff -rN -u old-haskell-colour/compat new-haskell-colour/compat
--- old-haskell-colour/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-colour/compat	2010-05-30 19:59:36.189686990 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-colour/control new-haskell-colour/control
--- old-haskell-colour/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-colour/control	2010-05-30 19:59:36.185686778 +0000
@@ -0,0 +1,62 @@
+Source: haskell-colour
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>
+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 -rN -u old-haskell-colour/copyright new-haskell-colour/copyright
--- old-haskell-colour/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-colour/copyright	2010-05-30 19:59:36.185686778 +0000
@@ -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 <roconnor at theorem.ca>
+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 -rN -u old-haskell-colour/rules new-haskell-colour/rules
--- old-haskell-colour/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-colour/rules	2010-05-30 19:59:36.185686778 +0000
@@ -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 -rN -u old-haskell-colour/source/format new-haskell-colour/source/format
--- old-haskell-colour/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-colour/source/format	2010-05-30 19:59:36.185686778 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-colour/watch new-haskell-colour/watch
--- old-haskell-colour/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-colour/watch	2010-05-30 19:59:36.185686778 +0000
@@ -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)/





More information about the Pkg-haskell-commits mailing list