diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2012-03-10 22:46:59 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2012-03-10 22:46:59 +0400 |
| commit | 38d91f65f1e732baae746020b4690621f98339fe (patch) | |
| tree | 4a494660ba6b27076003d45e380abfd637648d58 /p/haskell-llvm-base | |
| parent | d6b76da55619a6a62caa5a5abd8e244b467ac041 (diff) | |
| download | DHG_packages-38d91f65f1e732baae746020b4690621f98339fe.tar.gz | |
haskell-llvm-base: Initial check-in
Diffstat (limited to 'p/haskell-llvm-base')
| -rw-r--r-- | p/haskell-llvm-base/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-llvm-base/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-llvm-base/debian/control | 60 | ||||
| -rw-r--r-- | p/haskell-llvm-base/debian/copyright | 46 | ||||
| -rwxr-xr-x | p/haskell-llvm-base/debian/rules | 4 | ||||
| -rw-r--r-- | p/haskell-llvm-base/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-llvm-base/debian/watch | 5 |
7 files changed, 122 insertions, 0 deletions
diff --git a/p/haskell-llvm-base/debian/changelog b/p/haskell-llvm-base/debian/changelog new file mode 100644 index 000000000..ee43528d4 --- /dev/null +++ b/p/haskell-llvm-base/debian/changelog @@ -0,0 +1,5 @@ +haskell-llvm-base (3.0.0.0-1) UNRELEASED; urgency=low + + * Initial release. + + -- Joachim Breitner <nomeata@debian.org> Thu, 01 Jan 1970 00:00:00 +0000 diff --git a/p/haskell-llvm-base/debian/compat b/p/haskell-llvm-base/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/p/haskell-llvm-base/debian/compat @@ -0,0 +1 @@ +7 diff --git a/p/haskell-llvm-base/debian/control b/p/haskell-llvm-base/debian/control new file mode 100644 index 000000000..6dfa28ed9 --- /dev/null +++ b/p/haskell-llvm-base/debian/control @@ -0,0 +1,60 @@ +Source: haskell-llvm-base +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 + , libllvm-dev +Build-Depends-Indep: ghc-doc +Standards-Version: 3.9.2 +Homepage: http://hackage.haskell.org/package/llvm-base +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-llvm-base +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-llvm-base + +Package: libghc-llvm-base-dev +Architecture: any +Depends: ${haskell:Depends} + , ${shlibs:Depends} + , ${misc:Depends} + , libllvm-dev +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: low-level bindings to the LLVM compiler toolkit + This package provides low-level bindings to the LLVM compiler toolkit. + Higher-level bindings can be found in the libghc-llvm-dev package. + . + This package provides a library for the Haskell programming language. + See http://www.haskell.org/ for more information on Haskell. + +Package: libghc-llvm-base-prof +Architecture: any +Depends: ${haskell:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: low-level bindings to the LLVM compiler toolkit; profiling libraries + This package provides low-level bindings to the LLVM compiler toolkit. + Higher-level bindings can be found in the libghc-llvm-dev package. + . + 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-llvm-base-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, ${haskell:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: low-level bindings to the LLVM compiler toolkit; documentation + This package provides low-level bindings to the LLVM compiler toolkit. + Higher-level bindings can be found in the libghc-llvm-dev package. + . + 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-llvm-base/debian/copyright b/p/haskell-llvm-base/debian/copyright new file mode 100644 index 000000000..1b0a5e670 --- /dev/null +++ b/p/haskell-llvm-base/debian/copyright @@ -0,0 +1,46 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Name: llvm-base +Maintainer: Bryan O'Sullivan <bos@serpentine.com> + , Lennart Augustsson <lennart@augustsson.net> +Source: http://hackage.haskell.org/packages/archive/llvm-base + +Copyright: Copyright (c) 2007-2009 Bryan O'Sullivan +License: BSD3 + Copyright (c) 2007-2009 Bryan O'Sullivan + All rights reserved. + + Developed by: + + Bryan O'Sullivan <bos@serpentine.com> + http://www.serpentine.com/blog/ + + Lennart Augustsson <lennart@augustsson.net> + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal with the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimers. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimers in the documentation and/or other materials provided + with the distribution. + + * Neither the names of Bryan O'Sullivan, University of Illinois at + Urbana-Champaign, nor the names of its contributors may be used + to endorse or promote products derived from this Software + without specific prior written permission. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR + ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF + CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE. diff --git a/p/haskell-llvm-base/debian/rules b/p/haskell-llvm-base/debian/rules new file mode 100755 index 000000000..683e77bcf --- /dev/null +++ b/p/haskell-llvm-base/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-llvm-base/debian/source/format b/p/haskell-llvm-base/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-llvm-base/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-llvm-base/debian/watch b/p/haskell-llvm-base/debian/watch new file mode 100644 index 000000000..8e6cbed0a --- /dev/null +++ b/p/haskell-llvm-base/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|llvm-base-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/llvm-base \ + ([\d\.]*\d)/ |
