diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-22 00:22:05 +0300 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-22 00:22:05 +0300 |
| commit | 418c2aeb5834ea4ab31c09791574f636108de025 (patch) | |
| tree | bbf5d67bec5a4121549509ba3e09bd3b39b708b6 /p/haskell-haddock-library | |
| parent | d185bee9063e121591f33e086b719f7ec6f637b4 (diff) | |
| download | DHG_packages-418c2aeb5834ea4ab31c09791574f636108de025.tar.gz | |
haskell-haddock-library: Initial check-in
Diffstat (limited to 'p/haskell-haddock-library')
| -rw-r--r-- | p/haskell-haddock-library/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-haddock-library/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-haddock-library/debian/control | 61 | ||||
| -rw-r--r-- | p/haskell-haddock-library/debian/copyright | 41 | ||||
| -rwxr-xr-x | p/haskell-haddock-library/debian/rules | 4 | ||||
| -rw-r--r-- | p/haskell-haddock-library/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-haddock-library/debian/watch | 2 |
7 files changed, 115 insertions, 0 deletions
diff --git a/p/haskell-haddock-library/debian/changelog b/p/haskell-haddock-library/debian/changelog new file mode 100644 index 000000000..d3edf5e54 --- /dev/null +++ b/p/haskell-haddock-library/debian/changelog @@ -0,0 +1,5 @@ +haskell-haddock-library (1.1.1-1) UNRELEASED; urgency=low + + * Debianization generated by cabal-debian + + -- Joachim Breitner <nomeata@debian.org> Sun, 21 Dec 2014 22:18:20 +0100 diff --git a/p/haskell-haddock-library/debian/compat b/p/haskell-haddock-library/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/p/haskell-haddock-library/debian/compat @@ -0,0 +1 @@ +9 diff --git a/p/haskell-haddock-library/debian/control b/p/haskell-haddock-library/debian/control new file mode 100644 index 000000000..7f14cb577 --- /dev/null +++ b/p/haskell-haddock-library/debian/control @@ -0,0 +1,61 @@ +Source: haskell-haddock-library +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Joachim Breitner <nomeata@debian.org> +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 7.0), + haskell-devscripts (>= 0.8), + cdbs, + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, +Standards-Version: 3.9.5 +Homepage: http://hackage.haskell.org/package/haddock-library +X-Description: Library exposing some functionality of Haddock + Haddock is a documentation-generation tool for Haskell + libraries. These modules expose some functionality of it + without pulling in the GHC dependency. + . + For interacting with Haddock itself, see the ‘haddock’ package. +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-haddock-library +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-haddock-library + +Package: libghc-haddock-library-dev +Architecture: any +Depends: ${haskell:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Conflicts: ${haskell:Conflicts}, +Provides: ${haskell:Provides}, +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} + . + ${haskell:Blurb} + +Package: libghc-haddock-library-prof +Architecture: any +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Conflicts: ${haskell:Conflicts}, +Provides: ${haskell:Provides}, +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} + . + ${haskell:Blurb} + +Package: libghc-haddock-library-doc +Architecture: all +Section: doc +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Conflicts: ${haskell:Conflicts}, +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} + . + ${haskell:Blurb} diff --git a/p/haskell-haddock-library/debian/copyright b/p/haskell-haddock-library/debian/copyright new file mode 100644 index 000000000..9505ae6a9 --- /dev/null +++ b/p/haskell-haddock-library/debian/copyright @@ -0,0 +1,41 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: * +Copyright: + 2002-2010 Simon Marlow + 2013-2014 Mateusz Kowalczyk +License: BSD3 + +Files: vendor/attoparsec* +Copyright: + 2007-2014 Bryan O'Sullivan + 1999-2001 Daan Leijen +License: BSD3 + +Files: debian/* +Copyright: held by the contributors mentioned in debian/changelog +License: BSD3 + + +License: BSD3 + 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. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "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 HOLDERS 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-haddock-library/debian/rules b/p/haskell-haddock-library/debian/rules new file mode 100755 index 000000000..683e77bcf --- /dev/null +++ b/p/haskell-haddock-library/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-haddock-library/debian/source/format b/p/haskell-haddock-library/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-haddock-library/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-haddock-library/debian/watch b/p/haskell-haddock-library/debian/watch new file mode 100644 index 000000000..f3ef52ccc --- /dev/null +++ b/p/haskell-haddock-library/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://hackage.haskell.org/package/haddock-library/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) |
