[Pkg-haskell-commits] darcs: haskell-cairo: Initial version.

Marco Túlio Gontijo e Silva marcot at debian.org
Wed May 26 19:45:31 UTC 2010


Wed May 26 14:46:53 UTC 2010  Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at debian.org>
  * Initial version.
  Ignore-this: 7ea49a456e2c54b835ce92585c40ce7b

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./libghc6-cairo-dev.preinst
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Wed May 26 14:46:53 UTC 2010  Marco Túlio Gontijo e Silva <marcot at debian.org>
  * Initial version.
  Ignore-this: 7ea49a456e2c54b835ce92585c40ce7b
diff -rN -u old-haskell-cairo/changelog new-haskell-cairo/changelog
--- old-haskell-cairo/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cairo/changelog	2010-05-26 19:45:31.120232936 +0000
@@ -0,0 +1,5 @@
+haskell-cairo (0.11.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #583215)
+
+ -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Wed, 26 May 2010 10:47:11 -0300
diff -rN -u old-haskell-cairo/compat new-haskell-cairo/compat
--- old-haskell-cairo/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cairo/compat	2010-05-26 19:45:31.116232724 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-cairo/control new-haskell-cairo/control
--- old-haskell-cairo/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cairo/control	2010-05-26 19:45:31.116232724 +0000
@@ -0,0 +1,68 @@
+Source: haskell-cairo
+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
+  , libghc6-mtl-dev
+  , libghc6-mtl-prof
+  , libcairo2-dev
+  , gtk2hs-buildtools
+Build-Depends-Indep: ghc6-doc
+  , libghc6-mtl-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/cairo
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cairo
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cairo
+
+Package: libghc6-cairo-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+  , libcairo2-dev
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to the Cairo library
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Cairo is a library to render high quality vector graphics. There exist various
+ backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents,
+ amongst others.
+
+Package: libghc6-cairo-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to the Cairo library; 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.
+ .
+ Cairo is a library to render high quality vector graphics. There exist various
+ backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents,
+ amongst others.
+
+Package: libghc6-cairo-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Binding to the Cairo library; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Cairo is a library to render high quality vector graphics. There exist various
+ backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents,
+ amongst others.
diff -rN -u old-haskell-cairo/copyright new-haskell-cairo/copyright
--- old-haskell-cairo/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cairo/copyright	2010-05-26 19:45:31.116232724 +0000
@@ -0,0 +1,30 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: cairo
+Maintainer: gtk2hs-users at sourceforge.net
+Source: http://hackage.haskell.org/packages/archive/cairo/0.11.0/cairo-0.11.0.tar.gz
+
+Copyright:
+ 2001-2010, The Gtk2Hs Team
+ 2005, Paolo Martini
+ 2003-2004, Abraham Egnor
+ 2004, Aetion Technologies LLC
+License: BSD
+ 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 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 -rN -u old-haskell-cairo/libghc6-cairo-dev.preinst new-haskell-cairo/libghc6-cairo-dev.preinst
--- old-haskell-cairo/libghc6-cairo-dev.preinst	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cairo/libghc6-cairo-dev.preinst	2010-05-26 19:45:31.116232724 +0000
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "upgrade" ]
+then
+    ghc-pkg unregister cairo-`echo $2 | sed 's/-.*//'` > /dev/null 2>&1 || true
+fi
diff -rN -u old-haskell-cairo/rules new-haskell-cairo/rules
--- old-haskell-cairo/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cairo/rules	2010-05-26 19:45:31.116232724 +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-cairo/source/format new-haskell-cairo/source/format
--- old-haskell-cairo/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cairo/source/format	2010-05-26 19:45:31.116232724 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-cairo/watch new-haskell-cairo/watch
--- old-haskell-cairo/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cairo/watch	2010-05-26 19:45:31.116232724 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|cairo-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/cairo \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list