diff options
| author | Giovanni Mascellani <gio@debian.org> | 2011-05-19 21:35:31 +0400 |
|---|---|---|
| committer | Giovanni Mascellani <gio@debian.org> | 2011-05-19 21:35:31 +0400 |
| commit | 9b97b22acda56a55248b18cbefba288aae983be5 (patch) | |
| tree | e7fa0ae4a5a70ba82231cd97e2f8322017e1cbca /p | |
| parent | 255df1ff4f008fb21e515c4c1b0f98739fcd5abc (diff) | |
| download | DHG_packages-9b97b22acda56a55248b18cbefba288aae983be5.tar.gz | |
haskell-blaze-html: Initial import.
Diffstat (limited to 'p')
| -rw-r--r-- | p/haskell-blaze-html/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-blaze-html/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-blaze-html/debian/control | 72 | ||||
| -rw-r--r-- | p/haskell-blaze-html/debian/copyright | 43 | ||||
| -rwxr-xr-x | p/haskell-blaze-html/debian/rules | 4 | ||||
| -rw-r--r-- | p/haskell-blaze-html/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-blaze-html/debian/watch | 5 |
7 files changed, 131 insertions, 0 deletions
diff --git a/p/haskell-blaze-html/debian/changelog b/p/haskell-blaze-html/debian/changelog new file mode 100644 index 000000000..c75f96698 --- /dev/null +++ b/p/haskell-blaze-html/debian/changelog @@ -0,0 +1,5 @@ +haskell-blaze-html (0.4.1.1-1) UNRELEASED; urgency=low + + * Initial release. (closes: #627316) + + -- Giovanni Mascellani <gio@debian.org> Thu, 19 May 2011 19:23:33 +0200 diff --git a/p/haskell-blaze-html/debian/compat b/p/haskell-blaze-html/debian/compat new file mode 100644 index 000000000..c7930257d --- /dev/null +++ b/p/haskell-blaze-html/debian/compat @@ -0,0 +1 @@ +7
\ No newline at end of file diff --git a/p/haskell-blaze-html/debian/control b/p/haskell-blaze-html/debian/control new file mode 100644 index 000000000..342c4743f --- /dev/null +++ b/p/haskell-blaze-html/debian/control @@ -0,0 +1,72 @@ +Source: haskell-blaze-html +Priority: extra +Section: haskell +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Giovanni Mascellani <gio@debian.org> +Build-Depends: + debhelper (>= 7), + haskell-devscripts (>= 0.7), + cdbs, + ghc, + ghc-prof, + ghc-doc, + libghc-text-dev (>= 0.10), + libghc-text-prof (>= 0.10), + libghc-blaze-builder-dev (>= 0.2), + libghc-blaze-builder-prof (>= 0.2), +Build-Depends-Indep: + libghc-text-doc (>= 0.10), + libghc-blaze-builder-doc (>= 0.2) +Standards-Version: 3.9.2 +Homepage: http://hackage.haskell.org/package/blaze-html +Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-blaze-html +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-blaze-html + +Package: libghc-blaze-html-dev +Architecture: any +Depends: + ${haskell:Depends}, + ${misc:Depends}, + ${shlibs:Depends} +Suggests: ${haskell:Suggests} +Recommends: ${haskell:Recommends} +Provides: ${haskell:Provides} +Description: HTML combinator library for Haskell - GHC libraries + With this Haskell library you can easily produce HTML code without + having to explicitly write tags and attributes, but just combining the + operators exposed by this library. It can outputs HTML 4 Strict, + Transitional and Frameset, as well as HTML 5 code. + . + This package contains the libraries compiled for GHC. + +Package: libghc-blaze-html-prof +Architecture: any +Depends: + ${haskell:Depends}, + ${misc:Depends} +Suggests: ${haskell:Suggests} +Recommends: ${haskell:Recommends} +Provides: ${haskell:Provides} +Description: HTML combinator library for Haskell - GHC profiling libraries + With this Haskell library you can easily produce HTML code without + having to explicitly write tags and attributes, but just combining the + operators exposed by this library. It can outputs HTML 4 Strict, + Transitional and Frameset, as well as HTML 5 code. + . + This package contains the profiling libraries compiled for GHC. + +Package: libghc-blaze-html-doc +Section: doc +Architecture: all +Depends: + ${haskell:Depends}, + ${misc:Depends} +Suggests: ${haskell:Suggests} +Recommends: ${haskell:Recommends} +Description: HTML combinator library for Haskell - documentation + With this Haskell library you can easily produce HTML code without + having to explicitly write tags and attributes, but just combining the + operators exposed by this library. It can outputs HTML 4 Strict, + Transitional and Frameset, as well as HTML 5 code. + . + This package contains the library documentation. diff --git a/p/haskell-blaze-html/debian/copyright b/p/haskell-blaze-html/debian/copyright new file mode 100644 index 000000000..3e43aec67 --- /dev/null +++ b/p/haskell-blaze-html/debian/copyright @@ -0,0 +1,43 @@ +Format-Specification: http://dep.debian.net/deps/dep5 +Name: HTML combinator library for Haskell +Maintainer: Jasper Van der Jeugt <jaspervdj@gmail.com> +Source: http://hackage.haskell.org/package/blaze-html + +Files: * +Copyright: © 2010, Jasper Van der Jeugt <jaspervdj@gmail.com> +License: BSD + 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 Jasper Van der Jeugt 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. + +Files: debian/* +Copyright: © 2011 Giovanni Mascellani <gio@debian.org> +License: GPL-3+ + The Debian packaging information is under the GPL, version 3 or later. On + Debian GNU/Linux systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. diff --git a/p/haskell-blaze-html/debian/rules b/p/haskell-blaze-html/debian/rules new file mode 100755 index 000000000..683e77bcf --- /dev/null +++ b/p/haskell-blaze-html/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-blaze-html/debian/source/format b/p/haskell-blaze-html/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-blaze-html/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-blaze-html/debian/watch b/p/haskell-blaze-html/debian/watch new file mode 100644 index 000000000..3cab77a7a --- /dev/null +++ b/p/haskell-blaze-html/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|blaze-html-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/blaze-html \ + ([\d\.]*\d)/ |
