[Pkg-haskell-commits] darcs: haskell-xml-hamlet: Initial Check-In
Clint Adams
clint at debian.org
Mon Sep 3 15:34:40 UTC 2012
Mon Sep 3 15:35:43 UTC 2012 Clint Adams <clint at debian.org>
* Initial Check-In
Ignore-this: a067fa2e0bc1472b62d2c1543a926bda
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Mon Sep 3 15:35:43 UTC 2012 Clint Adams <clint at debian.org>
* Initial Check-In
Ignore-this: a067fa2e0bc1472b62d2c1543a926bda
diff -rN -u old-haskell-xml-hamlet//changelog new-haskell-xml-hamlet//changelog
--- old-haskell-xml-hamlet//changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xml-hamlet//changelog 2012-09-03 15:34:40.609563413 +0000
@@ -0,0 +1,6 @@
+haskell-xml-hamlet (0.3.0.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Mon, 03 Sep 2012 11:26:46 -0400
+
diff -rN -u old-haskell-xml-hamlet//compat new-haskell-xml-hamlet//compat
--- old-haskell-xml-hamlet//compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xml-hamlet//compat 2012-09-03 15:34:40.609563413 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-xml-hamlet//control new-haskell-xml-hamlet//control
--- old-haskell-xml-hamlet//control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xml-hamlet//control 2012-09-03 15:34:40.609563413 +0000
@@ -0,0 +1,78 @@
+Source: haskell-xml-hamlet
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7.0)
+ , haskell-devscripts (>= 0.8)
+ , cdbs
+ , ghc
+ , ghc-prof
+ , libghc-parsec3-dev (<< 3.2)
+ , libghc-parsec3-prof
+ , libghc-shakespeare-dev (>> 1.0)
+ , libghc-shakespeare-dev (<< 1.1)
+ , libghc-shakespeare-prof
+ , ghc-ghci
+ , libghc-text-dev (>> 0.10)
+ , libghc-text-dev (<< 1.0)
+ , libghc-text-prof
+ , libghc-xml-conduit-dev (>> 0.5)
+ , libghc-xml-conduit-dev (<< 0.8)
+ , libghc-xml-conduit-prof
+ , libghc-hspec-dev (>> 1.0)
+ , libghc-hspec-dev (<< 1.2)
+ , libghc-hunit-dev
+Build-Depends-Indep: ghc-doc
+ , libghc-parsec3-doc
+ , libghc-shakespeare-doc
+ , libghc-text-doc
+ , libghc-xml-conduit-doc
+Standards-Version: 3.9.3
+Homepage: http://www.yesodweb.com/
+
+Package: libghc-xml-hamlet-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+ , ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Hamlet-style quasiquoter for XML content
+ Hamlet-style quasiquoter for XML content.
+ .
+ Author: Michael Snoyman
+ Upstream-Maintainer: michael at snoyman.com
+ .
+ This package contains the normal library files.
+
+Package: libghc-xml-hamlet-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Hamlet-style quasiquoter for XML content; profiling libraries
+ Hamlet-style quasiquoter for XML content.
+ .
+ Author: Michael Snoyman
+ Upstream-Maintainer: michael at snoyman.com
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-xml-hamlet-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Hamlet-style quasiquoter for XML content; documentation
+ Hamlet-style quasiquoter for XML content.
+ .
+ Author: Michael Snoyman
+ Upstream-Maintainer: michael at snoyman.com
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-xml-hamlet//copyright new-haskell-xml-hamlet//copyright
--- old-haskell-xml-hamlet//copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xml-hamlet//copyright 2012-09-03 15:34:40.609563413 +0000
@@ -0,0 +1,30 @@
+Copyright (c)2011, Michael Snoyman
+
+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 Michael Snoyman 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 -rN -u old-haskell-xml-hamlet//rules new-haskell-xml-hamlet//rules
--- old-haskell-xml-hamlet//rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xml-hamlet//rules 2012-09-03 15:34:40.613588247 +0000
@@ -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 -rN -u old-haskell-xml-hamlet//source/format new-haskell-xml-hamlet//source/format
--- old-haskell-xml-hamlet//source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xml-hamlet//source/format 2012-09-03 15:34:40.613588247 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-xml-hamlet//watch new-haskell-xml-hamlet//watch
--- old-haskell-xml-hamlet//watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xml-hamlet//watch 2012-09-03 15:34:40.613588247 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|xml-hamlet-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/xml-hamlet \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list