summaryrefslogtreecommitdiff
path: root/p/haskell-xml-hamlet
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-09-03 19:35:43 +0400
committerClint Adams <clint@debian.org>2012-09-03 19:35:43 +0400
commit2cef2314ac0ddac549bdd4c7b4d0b6c83b182236 (patch)
tree203119a636f59ccd5a64412686ea4f6bb660fded /p/haskell-xml-hamlet
parent23efbac4bd68d1a6f370f2718de4de26ecc2e9e7 (diff)
downloadDHG_packages-2cef2314ac0ddac549bdd4c7b4d0b6c83b182236.tar.gz
haskell-xml-hamlet: Initial Check-In
Diffstat (limited to 'p/haskell-xml-hamlet')
-rw-r--r--p/haskell-xml-hamlet/debian/changelog5
-rw-r--r--p/haskell-xml-hamlet/debian/compat1
-rw-r--r--p/haskell-xml-hamlet/debian/control78
-rw-r--r--p/haskell-xml-hamlet/debian/copyright30
-rwxr-xr-xp/haskell-xml-hamlet/debian/rules6
-rw-r--r--p/haskell-xml-hamlet/debian/source/format1
-rw-r--r--p/haskell-xml-hamlet/debian/watch5
7 files changed, 126 insertions, 0 deletions
diff --git a/p/haskell-xml-hamlet/debian/changelog b/p/haskell-xml-hamlet/debian/changelog
new file mode 100644
index 000000000..e453f48ff
--- /dev/null
+++ b/p/haskell-xml-hamlet/debian/changelog
@@ -0,0 +1,5 @@
+haskell-xml-hamlet (0.3.0.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint@debian.org> Mon, 03 Sep 2012 11:26:46 -0400
diff --git a/p/haskell-xml-hamlet/debian/compat b/p/haskell-xml-hamlet/debian/compat
new file mode 100644
index 000000000..c7930257d
--- /dev/null
+++ b/p/haskell-xml-hamlet/debian/compat
@@ -0,0 +1 @@
+7 \ No newline at end of file
diff --git a/p/haskell-xml-hamlet/debian/control b/p/haskell-xml-hamlet/debian/control
new file mode 100644
index 000000000..008d33a0a
--- /dev/null
+++ b/p/haskell-xml-hamlet/debian/control
@@ -0,0 +1,78 @@
+Source: haskell-xml-hamlet
+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.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@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@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@snoyman.com
+ .
+ This package contains the documentation files.
diff --git a/p/haskell-xml-hamlet/debian/copyright b/p/haskell-xml-hamlet/debian/copyright
new file mode 100644
index 000000000..fe6d4e9b3
--- /dev/null
+++ b/p/haskell-xml-hamlet/debian/copyright
@@ -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 --git a/p/haskell-xml-hamlet/debian/rules b/p/haskell-xml-hamlet/debian/rules
new file mode 100755
index 000000000..01f1aaf04
--- /dev/null
+++ b/p/haskell-xml-hamlet/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-xml-hamlet/debian/source/format b/p/haskell-xml-hamlet/debian/source/format
new file mode 100644
index 000000000..46ebe0266
--- /dev/null
+++ b/p/haskell-xml-hamlet/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt) \ No newline at end of file
diff --git a/p/haskell-xml-hamlet/debian/watch b/p/haskell-xml-hamlet/debian/watch
new file mode 100644
index 000000000..5f42d1c2e
--- /dev/null
+++ b/p/haskell-xml-hamlet/debian/watch
@@ -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)/