diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2012-05-19 23:25:36 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2012-05-19 23:25:36 +0400 |
| commit | e4e78f56f945fac4c206cf766d3d1f6e25a56ab7 (patch) | |
| tree | 4be6f2df63562decd33ea852dcdc13abf019d8c9 /p/haskell-diagrams-cairo/debian | |
| parent | 63ef2d65d3705b01ffa0e171ca7c5c4932cc29aa (diff) | |
| download | DHG_packages-e4e78f56f945fac4c206cf766d3d1f6e25a56ab7.tar.gz | |
haskell-diagrams-cairo: Initial check-in
Diffstat (limited to 'p/haskell-diagrams-cairo/debian')
| -rw-r--r-- | p/haskell-diagrams-cairo/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-diagrams-cairo/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-diagrams-cairo/debian/control | 86 | ||||
| -rw-r--r-- | p/haskell-diagrams-cairo/debian/copyright | 43 | ||||
| -rwxr-xr-x | p/haskell-diagrams-cairo/debian/rules | 4 | ||||
| -rw-r--r-- | p/haskell-diagrams-cairo/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-diagrams-cairo/debian/watch | 5 |
7 files changed, 145 insertions, 0 deletions
diff --git a/p/haskell-diagrams-cairo/debian/changelog b/p/haskell-diagrams-cairo/debian/changelog new file mode 100644 index 000000000..ccda2f1d9 --- /dev/null +++ b/p/haskell-diagrams-cairo/debian/changelog @@ -0,0 +1,5 @@ +haskell-diagrams-cairo (0.5.0.2-1) UNRELEASED; urgency=low + + * Initial release. + + -- Joachim Breitner <nomeata@debian.org> Thu, 01 Jan 1970 00:00:00 +0000 diff --git a/p/haskell-diagrams-cairo/debian/compat b/p/haskell-diagrams-cairo/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/p/haskell-diagrams-cairo/debian/compat @@ -0,0 +1 @@ +7 diff --git a/p/haskell-diagrams-cairo/debian/control b/p/haskell-diagrams-cairo/debian/control new file mode 100644 index 000000000..512a9a070 --- /dev/null +++ b/p/haskell-diagrams-cairo/debian/control @@ -0,0 +1,86 @@ +Source: haskell-diagrams-cairo +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Joachim Breitner <nomeata@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 --git a/p/haskell-diagrams-cairo/debian/copyright b/p/haskell-diagrams-cairo/debian/copyright new file mode 100644 index 000000000..084b0b35c --- /dev/null +++ b/p/haskell-diagrams-cairo/debian/copyright @@ -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@googlegroups.com> +Source: http://hackage.haskell.org/package/diagrams-cairo + +Copyright: 2011-2012 diagrams-cairo team: + Sam Griffin <sam.griffin@gmail.com> + John Lato <jwlato@gmail.com> + Ian Ross <ian@skybluetrades.net> + Michael Sloan <mgsloan@gmail.com> + Luite Stegeman <stegeman@gmail.com> + Kanchalai Suveepattananont <ksuvee@seas.upenn.edu> + Ryan Yates <fryguybob@gmail.com> + Brent Yorgey <byorgey@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 --git a/p/haskell-diagrams-cairo/debian/rules b/p/haskell-diagrams-cairo/debian/rules new file mode 100755 index 000000000..683e77bcf --- /dev/null +++ b/p/haskell-diagrams-cairo/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-diagrams-cairo/debian/source/format b/p/haskell-diagrams-cairo/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-diagrams-cairo/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-diagrams-cairo/debian/watch b/p/haskell-diagrams-cairo/debian/watch new file mode 100644 index 000000000..b42a5ccc1 --- /dev/null +++ b/p/haskell-diagrams-cairo/debian/watch @@ -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)/ |
