[Pkg-haskell-commits] darcs: haskell-diagrams-cairo: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Sat May 19 19:25:41 UTC 2012


Sat May 19 19:25:36 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: 125c1e599672562c0b50ca9f6e4d216

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

Sat May 19 19:25:36 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: 125c1e599672562c0b50ca9f6e4d216
diff -rN -u old-haskell-diagrams-cairo//changelog new-haskell-diagrams-cairo//changelog
--- old-haskell-diagrams-cairo//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-diagrams-cairo//changelog	2012-05-19 19:25:41.060847365 +0000
@@ -0,0 +1,5 @@
+haskell-diagrams-cairo (0.5.0.2-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-diagrams-cairo//compat new-haskell-diagrams-cairo//compat
--- old-haskell-diagrams-cairo//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-diagrams-cairo//compat	2012-05-19 19:25:41.060847365 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-diagrams-cairo//control new-haskell-diagrams-cairo//control
--- old-haskell-diagrams-cairo//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-diagrams-cairo//control	2012-05-19 19:25:41.064837923 +0000
@@ -0,0 +1,86 @@
+Source: haskell-diagrams-cairo
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-mtl-dev (>= 2.0)
+  , libghc-mtl-dev (<< 2.2)
+  , libghc-mtl-prof
+  , libghc-diagrams-core-dev (>= 0.5)
+  , libghc-diagrams-core-dev (<< 0.6)
+  , libghc-diagrams-core-prof
+  , libghc-diagrams-lib-dev (>= 0.5)
+  , libghc-diagrams-lib-dev (<< 0.6)
+  , libghc-diagrams-lib-prof
+  , libghc-cairo-dev (>= 0.10.1)
+  , libghc-cairo-dev (<< 0.13)
+  , libghc-cairo-prof
+  , libghc-cmdargs-dev (>= 0.6)
+  , libghc-cmdargs-dev (<< 0.10)
+  , libghc-cmdargs-prof
+  , libghc-gtk-dev (>= 0.12.0)
+  , libghc-gtk-dev (<< 0.13.0)
+  , libghc-gtk-prof
+  , libghc-split-dev (>= 0.1.2)
+  , libghc-split-dev (<< 0.2)
+  , libghc-split-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-mtl-doc
+  , libghc-diagrams-core-doc
+  , libghc-diagrams-lib-doc
+  , libghc-cairo-doc
+  , libghc-cmdargs-doc
+  , libghc-gtk-doc
+  , libghc-split-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/diagrams-cairo
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-diagrams-cairo
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-diagrams-cairo
+
+Package: libghc-diagrams-cairo-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}, libghc-diagrams-dev
+Provides: ${haskell:Provides}
+Description: Cairo backend for the diagrams drawing EDSL
+ A full-featured backend for rendering diagrams using the cairo rendering
+ engine. To get started, see "Diagrams.Backend.Cairo.CmdLine". 
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-diagrams-cairo-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}, libghc-diagrams-prof
+Provides: ${haskell:Provides}
+Description: Cairo backend for the diagrams drawing EDSL; profiling libraries
+ A full-featured backend for rendering diagrams using the cairo rendering
+ engine. To get started, see "Diagrams.Backend.Cairo.CmdLine". 
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling.  See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-diagrams-cairo-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}, libghc-diagrams-doc
+Description: Cairo backend for the diagrams drawing EDSL; documentation
+ A full-featured backend for rendering diagrams using the cairo rendering
+ engine. To get started, see "Diagrams.Backend.Cairo.CmdLine". 
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-diagrams-cairo//copyright new-haskell-diagrams-cairo//copyright
--- old-haskell-diagrams-cairo//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-diagrams-cairo//copyright	2012-05-19 19:25:41.064837923 +0000
@@ -0,0 +1,43 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Upstream-Name: diagrams-cairo
+Upstream-Contact: Brent Yorgey <diagrams-discuss at googlegroups.com>
+Source: http://hackage.haskell.org/package/diagrams-cairo
+
+Copyright: 2011-2012 diagrams-cairo team:
+  Sam Griffin <sam.griffin at gmail.com>
+  John Lato <jwlato at gmail.com>
+  Ian Ross <ian at skybluetrades.net>
+  Michael Sloan <mgsloan at gmail.com>
+  Luite Stegeman <stegeman at gmail.com>
+  Kanchalai Suveepattananont <ksuvee at seas.upenn.edu>
+  Ryan Yates <fryguybob at gmail.com>
+  Brent Yorgey <byorgey at cis.upenn.edu>
+License: BSD3
+ 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 Brent Yorgey 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 -rN -u old-haskell-diagrams-cairo//rules new-haskell-diagrams-cairo//rules
--- old-haskell-diagrams-cairo//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-diagrams-cairo//rules	2012-05-19 19:25:41.064837923 +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-diagrams-cairo//source/format new-haskell-diagrams-cairo//source/format
--- old-haskell-diagrams-cairo//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-diagrams-cairo//source/format	2012-05-19 19:25:41.064837923 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-diagrams-cairo//watch new-haskell-diagrams-cairo//watch
--- old-haskell-diagrams-cairo//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-diagrams-cairo//watch	2012-05-19 19:25:41.064837923 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|diagrams-cairo-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/diagrams-cairo \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list