summaryrefslogtreecommitdiff
path: root/p/haskell-blaze-markup
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-05-10 01:13:40 +0400
committerClint Adams <clint@debian.org>2012-05-10 01:13:40 +0400
commit75385c9a1fc9a558f7bb374f3c9f31e0e46a921d (patch)
tree0b5520e8366a46d15107091615d14ecf1171ac93 /p/haskell-blaze-markup
parentefe1a1c8c538cc2f9dc5fc2554b44a43d6d0d659 (diff)
downloadDHG_packages-75385c9a1fc9a558f7bb374f3c9f31e0e46a921d.tar.gz
haskell-blaze-markup: Initial Check-In
Diffstat (limited to 'p/haskell-blaze-markup')
-rw-r--r--p/haskell-blaze-markup/debian/changelog5
-rw-r--r--p/haskell-blaze-markup/debian/compat1
-rw-r--r--p/haskell-blaze-markup/debian/control75
-rw-r--r--p/haskell-blaze-markup/debian/copyright36
-rwxr-xr-xp/haskell-blaze-markup/debian/rules6
-rw-r--r--p/haskell-blaze-markup/debian/source/format1
-rw-r--r--p/haskell-blaze-markup/debian/watch5
7 files changed, 129 insertions, 0 deletions
diff --git a/p/haskell-blaze-markup/debian/changelog b/p/haskell-blaze-markup/debian/changelog
new file mode 100644
index 000000000..66893b83c
--- /dev/null
+++ b/p/haskell-blaze-markup/debian/changelog
@@ -0,0 +1,5 @@
+haskell-blaze-markup (0.5.1.0-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint@debian.org> Wed, 09 May 2012 16:15:42 -0400
diff --git a/p/haskell-blaze-markup/debian/compat b/p/haskell-blaze-markup/debian/compat
new file mode 100644
index 000000000..c7930257d
--- /dev/null
+++ b/p/haskell-blaze-markup/debian/compat
@@ -0,0 +1 @@
+7 \ No newline at end of file
diff --git a/p/haskell-blaze-markup/debian/control b/p/haskell-blaze-markup/debian/control
new file mode 100644
index 000000000..590dc0c12
--- /dev/null
+++ b/p/haskell-blaze-markup/debian/control
@@ -0,0 +1,75 @@
+Source: haskell-blaze-markup
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>
+Build-Depends: debhelper (>= 7)
+ , haskell-devscripts (>= 0.7)
+ , cdbs
+ , ghc
+ , ghc-prof
+ , ghc-doc
+ , libghc-blaze-builder-dev (>> 0.2)
+ , libghc-blaze-builder-dev (<< 0.4)
+ , libghc-blaze-builder-prof
+ , libghc-text-dev (>> 0.10)
+ , libghc-text-dev (<< 0.12)
+ , libghc-text-prof
+ , libghc-hunit-dev
+ , libghc-quickcheck2-dev
+ , libghc-test-framework-dev
+ , libghc-test-framework-hunit-dev
+ , libghc-test-framework-quickcheck2-dev
+Build-Depends-Indep:
+ , libghc-blaze-builder-doc
+ , libghc-text-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/blaze-markup
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-blaze-markup
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-blaze-markup
+
+Package: libghc-blaze-markup-dev
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Description: blazingly-fast markup combinator library
+ Core modules of a blazingly fast markup combinator library for the
+ Haskell programming language. The Text.Blaze module is a good starting
+ point, as well as this tutorial: http://jaspervdj.be/blaze/tutorial.html.
+ .
+ This package contains the libraries compiled for GHC.
+
+Package: libghc-blaze-markup-prof
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Description: blazingly-fast markup combinator library; profiling libraries
+ Core modules of a blazingly fast markup combinator library for the
+ Haskell programming language. The Text.Blaze module is a good starting
+ point, as well as this tutorial: http://jaspervdj.be/blaze/tutorial.html.
+ .
+ This package contains the profiling libraries compiled for GHC.
+
+Package: libghc-blaze-markup-doc
+Section: doc
+Architecture: all
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: blazingly-fast markup combinator library; documentation
+ Core modules of a blazingly fast markup combinator library for the
+ Haskell programming language. The Text.Blaze module is a good starting
+ point, as well as this tutorial: http://jaspervdj.be/blaze/tutorial.html.
+ .
+ This package contains the library documentation.
diff --git a/p/haskell-blaze-markup/debian/copyright b/p/haskell-blaze-markup/debian/copyright
new file mode 100644
index 000000000..d7d08a699
--- /dev/null
+++ b/p/haskell-blaze-markup/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: blaze-markup
+Upstream-Contact: Jasper Van der Jeugt <jaspervdj@gmail.com>
+Source: http://hackage.haskell.org/package/blaze-markup
+
+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.
diff --git a/p/haskell-blaze-markup/debian/rules b/p/haskell-blaze-markup/debian/rules
new file mode 100755
index 000000000..01f1aaf04
--- /dev/null
+++ b/p/haskell-blaze-markup/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-blaze-markup/debian/source/format b/p/haskell-blaze-markup/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-blaze-markup/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-blaze-markup/debian/watch b/p/haskell-blaze-markup/debian/watch
new file mode 100644
index 000000000..98e46a38b
--- /dev/null
+++ b/p/haskell-blaze-markup/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-markup-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/blaze-markup \
+ ([\d\.]*\d)/