[Pkg-haskell-commits] darcs: haskell-blaze-html : Initial import.
Giovanni Mascellani
gio at debian.org
Thu May 19 17:36:55 UTC 2011
Thu May 19 17:35:31 UTC 2011 Giovanni Mascellani <gio at debian.org>
* Initial import.
Ignore-this: a92851a5118c7f6fbb3da81cda2046f3
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Thu May 19 17:35:31 UTC 2011 Giovanni Mascellani <gio at debian.org>
* Initial import.
Ignore-this: a92851a5118c7f6fbb3da81cda2046f3
diff -rN -u old-haskell-blaze-html/changelog new-haskell-blaze-html/changelog
--- old-haskell-blaze-html/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blaze-html/changelog 2011-05-19 17:36:55.347872437 +0000
@@ -0,0 +1,5 @@
+haskell-blaze-html (0.4.1.1-1) UNRELEASED; urgency=low
+
+ * Initial release. (closes: #627316)
+
+ -- Giovanni Mascellani <gio at debian.org> Thu, 19 May 2011 19:23:33 +0200
diff -rN -u old-haskell-blaze-html/compat new-haskell-blaze-html/compat
--- old-haskell-blaze-html/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blaze-html/compat 2011-05-19 17:36:55.343872225 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-blaze-html/control new-haskell-blaze-html/control
--- old-haskell-blaze-html/control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blaze-html/control 2011-05-19 17:36:55.343872225 +0000
@@ -0,0 +1,72 @@
+Source: haskell-blaze-html
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <gio at 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 -rN -u old-haskell-blaze-html/copyright new-haskell-blaze-html/copyright
--- old-haskell-blaze-html/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blaze-html/copyright 2011-05-19 17:36:55.343872225 +0000
@@ -0,0 +1,44 @@
+Format-Specification: http://dep.debian.net/deps/dep5
+Name: HTML combinator library for Haskell
+Maintainer: Jasper Van der Jeugt <jaspervdj at gmail.com>
+Source: http://hackage.haskell.org/package/blaze-html
+
+Files: *
+Copyright: © 2010, Jasper Van der Jeugt <jaspervdj at 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 at 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 -rN -u old-haskell-blaze-html/rules new-haskell-blaze-html/rules
--- old-haskell-blaze-html/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blaze-html/rules 2011-05-19 17:36:55.343872225 +0000
@@ -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 -rN -u old-haskell-blaze-html/source/format new-haskell-blaze-html/source/format
--- old-haskell-blaze-html/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blaze-html/source/format 2011-05-19 17:36:55.343872225 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-blaze-html/watch new-haskell-blaze-html/watch
--- old-haskell-blaze-html/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blaze-html/watch 2011-05-19 17:36:55.343872225 +0000
@@ -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)/
More information about the Pkg-haskell-commits
mailing list