[Pkg-haskell-commits] darcs: haskell-diagrams: Initial release. (Closes: #583810)
Marco Túlio Gontijo e Silva
marcot at debian.org
Mon May 31 11:18:43 UTC 2010
Mon May 31 11:04:55 UTC 2010 Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at debian.org>
* Initial release. (Closes: #583810)
Ignore-this: 174d079ec12fbac83eb193cc50919742
A ./changelog
A ./compat
A ./control
A ./copyright
A ./libghc6-diagrams-doc.examples
A ./rules
A ./source/
A ./source/format
A ./watch
Mon May 31 11:04:55 UTC 2010 Marco Túlio Gontijo e Silva <marcot at debian.org>
* Initial release. (Closes: #583810)
Ignore-this: 174d079ec12fbac83eb193cc50919742
diff -rN -u old-haskell-diagrams/changelog new-haskell-diagrams/changelog
--- old-haskell-diagrams/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-diagrams/changelog 2010-05-31 11:18:43.006382119 +0000
@@ -0,0 +1,5 @@
+haskell-diagrams (0.2.1.3-1) UNRELEASED; urgency=low
+
+ * Initial release. (Closes: #583810)
+
+ -- Marco Túlio Gontijo e Silva <marcot at debian.org> Sun, 30 May 2010 18:13:15 -0300
diff -rN -u old-haskell-diagrams/compat new-haskell-diagrams/compat
--- old-haskell-diagrams/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-diagrams/compat 2010-05-31 11:18:43.006382119 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-diagrams/control new-haskell-diagrams/control
--- old-haskell-diagrams/control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-diagrams/control 2010-05-31 11:18:43.006382119 +0000
@@ -0,0 +1,70 @@
+Source: haskell-diagrams
+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 (>= 1.0)
+ , libghc6-mtl-dev (<< 1.2)
+ , libghc6-mtl-prof
+ , libghc6-cairo-dev (>= 0.9)
+ , libghc6-cairo-prof
+ , libghc6-colour-dev (>= 2.2.1)
+ , libghc6-colour-dev (<< 2.4)
+ , libghc6-colour-prof
+Build-Depends-Indep: ghc6-doc
+ , libghc6-mtl-doc
+ , libghc6-cairo-doc
+ , libghc6-colour-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/diagrams
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-diagrams
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-diagrams
+
+Package: libghc6-diagrams-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: An EDSL for creating simple diagrams
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ An embedded domain-specific language (EDSL) for creating simple diagrams,
+ built on top of the Cairo rendering engine.
+
+Package: libghc6-diagrams-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: An EDSL for creating simple diagrams; 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.
+ .
+ An embedded domain-specific language (EDSL) for creating simple diagrams,
+ built on top of the Cairo rendering engine.
+
+Package: libghc6-diagrams-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: An EDSL for creating simple diagrams; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ An embedded domain-specific language (EDSL) for creating simple diagrams,
+ built on top of the Cairo rendering engine.
diff -rN -u old-haskell-diagrams/copyright new-haskell-diagrams/copyright
--- old-haskell-diagrams/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-diagrams/copyright 2010-05-31 11:18:43.006382119 +0000
@@ -0,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: diagrams
+Maintainer: byorgey at gmail.com
+Source: http://hackage.haskell.org/package/diagrams
+
+Copyright: 2008-2009, Brent Yorgey
+License: BSD3
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ 1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ 2. 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.
+ 3. Neither the name of the author 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 AUTHORS ``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 AUTHORS 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/libghc6-diagrams-doc.examples new-haskell-diagrams/libghc6-diagrams-doc.examples
--- old-haskell-diagrams/libghc6-diagrams-doc.examples 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-diagrams/libghc6-diagrams-doc.examples 2010-05-31 11:18:43.006382119 +0000
@@ -0,0 +1 @@
+example/*
diff -rN -u old-haskell-diagrams/rules new-haskell-diagrams/rules
--- old-haskell-diagrams/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-diagrams/rules 2010-05-31 11:18:43.006382119 +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/source/format new-haskell-diagrams/source/format
--- old-haskell-diagrams/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-diagrams/source/format 2010-05-31 11:18:43.002381908 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-diagrams/watch new-haskell-diagrams/watch
--- old-haskell-diagrams/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-diagrams/watch 2010-05-31 11:18:43.002381908 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|diagrams-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/diagrams \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list