diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2012-05-19 23:20:48 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2012-05-19 23:20:48 +0400 |
| commit | 63ef2d65d3705b01ffa0e171ca7c5c4932cc29aa (patch) | |
| tree | 37b0199fdf1d77c9d31f87c22ee3ea69aa408d3a | |
| parent | fb460539275c67417f939885e91d473b11caf348 (diff) | |
| download | DHG_packages-63ef2d65d3705b01ffa0e171ca7c5c4932cc29aa.tar.gz | |
haskell-diagrams-lib: Initial check-in
| -rw-r--r-- | p/haskell-diagrams-lib/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-diagrams-lib/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-diagrams-lib/debian/control | 99 | ||||
| -rw-r--r-- | p/haskell-diagrams-lib/debian/copyright | 43 | ||||
| -rwxr-xr-x | p/haskell-diagrams-lib/debian/rules | 4 | ||||
| -rw-r--r-- | p/haskell-diagrams-lib/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-diagrams-lib/debian/watch | 5 |
7 files changed, 158 insertions, 0 deletions
diff --git a/p/haskell-diagrams-lib/debian/changelog b/p/haskell-diagrams-lib/debian/changelog new file mode 100644 index 000000000..6a69ec579 --- /dev/null +++ b/p/haskell-diagrams-lib/debian/changelog @@ -0,0 +1,5 @@ +haskell-diagrams-lib (0.5-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-lib/debian/compat b/p/haskell-diagrams-lib/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/p/haskell-diagrams-lib/debian/compat @@ -0,0 +1 @@ +7 diff --git a/p/haskell-diagrams-lib/debian/control b/p/haskell-diagrams-lib/debian/control new file mode 100644 index 000000000..8647092f6 --- /dev/null +++ b/p/haskell-diagrams-lib/debian/control @@ -0,0 +1,99 @@ +Source: haskell-diagrams-lib +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-semigroups-dev (>= 0.1) + , libghc-semigroups-dev (<< 0.2) + , libghc-semigroups-prof + , libghc-diagrams-core-dev (>= 0.1) + , libghc-diagrams-core-dev (<< 0.2) + , libghc-diagrams-core-prof + , libghc-active-dev (>= 0.1) + , libghc-active-dev (<< 0.2) + , libghc-active-prof + , libghc-vector-space-dev (>= 0.1) + , libghc-vector-space-dev (<< 0.2) + , libghc-vector-space-prof + , libghc-numinstances-dev (>= 0.1) + , libghc-numinstances-dev (<< 0.2) + , libghc-numinstances-prof + , libghc-colour-dev (>= 0.1) + , libghc-colour-dev (<< 0.2) + , libghc-colour-prof + , libghc-data-default-dev (>= 0.1) + , libghc-data-default-dev (<< 0.2) + , libghc-data-default-prof + , libghc-newtype-dev (>= 0.1) + , libghc-newtype-dev (<< 0.2) + , libghc-newtype-prof +Build-Depends-Indep: ghc-doc + , libghc-semigroups-doc + , libghc-diagrams-core-doc + , libghc-active-doc + , libghc-vector-space-doc + , libghc-numinstances-doc + , libghc-colour-doc + , libghc-data-default-doc + , libghc-newtype-doc +Standards-Version: 3.9.2 +Homepage: http://hackage.haskell.org/package/diagrams-lib +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-diagrams-lib +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-diagrams-lib + +Package: libghc-diagrams-lib-dev +Architecture: any +Depends: ${haskell:Depends} + , ${shlibs:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests}, libghc-diagrams-dev +Provides: ${haskell:Provides} +Description: Embedded domain-specific language for declarative graphics + Diagrams is a flexible, extensible EDSL for creating graphics of many types. + Graphics can be created in arbitrary vector spaces and rendered with multiple + backends. diagrams-lib provides a standard library of primitives and + operations for creating diagrams. To get started using it, see + "Diagrams.Prelude". + . + This package provides a library for the Haskell programming language. + See http://www.haskell.org/ for more information on Haskell. + +Package: libghc-diagrams-lib-prof +Architecture: any +Depends: ${haskell:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests}, libghc-diagrams-prof +Provides: ${haskell:Provides} +Description: Embedded domain-specific language for declarative graphics; profiling libraries + Diagrams is a flexible, extensible EDSL for creating graphics of many types. + Graphics can be created in arbitrary vector spaces and rendered with multiple + backends. diagrams-lib provides a standard library of primitives and + operations for creating diagrams. To get started using it, see + "Diagrams.Prelude". + . + 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-lib-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, ${haskell:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests}, libghc-diagrams-doc +Description: Embedded domain-specific language for declarative graphics; documentation + Diagrams is a flexible, extensible EDSL for creating graphics of many types. + Graphics can be created in arbitrary vector spaces and rendered with multiple + backends. diagrams-lib provides a standard library of primitives and + operations for creating diagrams. To get started using it, see + "Diagrams.Prelude". + . + 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-lib/debian/copyright b/p/haskell-diagrams-lib/debian/copyright new file mode 100644 index 000000000..6cb577eb4 --- /dev/null +++ b/p/haskell-diagrams-lib/debian/copyright @@ -0,0 +1,43 @@ +Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Upstream-Name: diagrams-lib +Upstream-Contact: Jack Upstream Developer <upstream@example.com> +Source: http://hackage.haskell.org/package/diagrams-lib + +Copyright: 2011-2012 diagrams-lib team: + Peter Hall <peter.hall@memorphic.com> + Claude Heiland-Allen <claudiusmaximus@goto10.org> + Ian Ross <ian@skybluetrades.net> + Michael Sloan <mgsloan@gmail.com> + Kanchalai Suveepattananont <ksuvee@seas.upenn.edu> + Scott Walck <walck@lvc.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-lib/debian/rules b/p/haskell-diagrams-lib/debian/rules new file mode 100755 index 000000000..683e77bcf --- /dev/null +++ b/p/haskell-diagrams-lib/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-lib/debian/source/format b/p/haskell-diagrams-lib/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-diagrams-lib/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-diagrams-lib/debian/watch b/p/haskell-diagrams-lib/debian/watch new file mode 100644 index 000000000..c162ad1ca --- /dev/null +++ b/p/haskell-diagrams-lib/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-lib-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/diagrams-lib \ + ([\d\.]*\d)/ |
