summaryrefslogtreecommitdiff
path: root/p/haskell-regex-tdfa-utf8/debian
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2009-10-12 05:17:30 +0400
committerErik de Castro Lopo <erikd@mega-nerd.com>2009-10-12 05:17:30 +0400
commitbfddba24588d12113abb33a57b3b58dfc116d9ba (patch)
treed2bbadb369e773de7c0ebf2d3e8b62f66a31bc17 /p/haskell-regex-tdfa-utf8/debian
parent40280c6c383cecb30d34dabc7ebdbae2c7f6ab21 (diff)
downloadDHG_packages-bfddba24588d12113abb33a57b3b58dfc116d9ba.tar.gz
haskell-regex-tdfa-utf8: New package.
Diffstat (limited to 'p/haskell-regex-tdfa-utf8/debian')
-rw-r--r--p/haskell-regex-tdfa-utf8/debian/changelog5
-rw-r--r--p/haskell-regex-tdfa-utf8/debian/compat1
-rw-r--r--p/haskell-regex-tdfa-utf8/debian/control55
-rw-r--r--p/haskell-regex-tdfa-utf8/debian/copyright43
-rw-r--r--p/haskell-regex-tdfa-utf8/debian/libghc6-regex-tdfa-utf8-doc.doc-base10
-rwxr-xr-xp/haskell-regex-tdfa-utf8/debian/rules5
-rw-r--r--p/haskell-regex-tdfa-utf8/debian/watch2
7 files changed, 121 insertions, 0 deletions
diff --git a/p/haskell-regex-tdfa-utf8/debian/changelog b/p/haskell-regex-tdfa-utf8/debian/changelog
new file mode 100644
index 000000000..14ac7dd4b
--- /dev/null
+++ b/p/haskell-regex-tdfa-utf8/debian/changelog
@@ -0,0 +1,5 @@
+haskell-regex-tdfa-utf8 (1.0-1) UNRELEASED; urgency=low
+
+ * Initial Debian package. Closes: #536234.
+
+ -- Erik de Castro Lopo <erikd@mega-nerd.com> Mon, 12 Oct 2009 11:15:13 +1100
diff --git a/p/haskell-regex-tdfa-utf8/debian/compat b/p/haskell-regex-tdfa-utf8/debian/compat
new file mode 100644
index 000000000..7ed6ff82d
--- /dev/null
+++ b/p/haskell-regex-tdfa-utf8/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/p/haskell-regex-tdfa-utf8/debian/control b/p/haskell-regex-tdfa-utf8/debian/control
new file mode 100644
index 000000000..9d601fb62
--- /dev/null
+++ b/p/haskell-regex-tdfa-utf8/debian/control
@@ -0,0 +1,55 @@
+Source: haskell-regex-tdfa-utf8
+Priority: optional
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Erik de Castro Lopo <erikd@mega-nerd.com>
+Build-Depends: dctrl-tools,
+ dpkg-dev (>= 1.13.19),
+ debhelper (>= 5.0.0),
+ haskell-devscripts (>= 0.6.0),
+ cdbs,
+ ghc6 (>= 6.10.3),
+ ghc6-prof,
+ hscolour (>=1.8),
+ haddock (>= 2.4.2),
+ libghc6-regex-tdfa-dev (>= 1.1.1),
+ libghc6-regex-tdfa-prof,
+ libghc6-utf8-string-dev,
+ libghc6-utf8-string-prof
+Standards-Version: 3.8.3
+Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-tdfa
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-tdfa-utf8
+
+Package: libghc6-regex-tdfa-utf8-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Description: Haskell library for the UTF8 version of the tagged DFA regex engine
+ .
+ This combines regex-tdfa with utf8-string to allow searching over UTF8 encoded
+ lazy bytestrings.
+ .
+ This package contains the libraries compiled for GHC 6.
+
+Package: libghc6-regex-tdfa-utf8-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Description: Profiling libraries for the UTF8 version of the tagged DFA regex engine
+ .
+ This combines regex-tdfa with utf8-string to allow searching over UTF8 encoded
+ lazy bytestrings.
+ .
+ This package contains the profiling libraries compiled for GHC 6.
+
+Package: libghc6-regex-tdfa-utf8-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: doc-base
+Description: Documentation for the utf-8 version of the tagged DFA regex engine
+ .
+ This combines regex-tdfa with utf8-string to allow searching over UTF8 encoded
+ lazy bytestrings.
+ .
+ This package contains the library documentation.
diff --git a/p/haskell-regex-tdfa-utf8/debian/copyright b/p/haskell-regex-tdfa-utf8/debian/copyright
new file mode 100644
index 000000000..4fb1ea330
--- /dev/null
+++ b/p/haskell-regex-tdfa-utf8/debian/copyright
@@ -0,0 +1,43 @@
+This package was originally debianised by Erik de Castro Lopo
+<erikd@mega-nerd.com> Fri, 3 Jul 2009.
+
+
+It was downloaded from the Haskell hackage repository at
+http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-tdfa-utf8
+
+Copyright:
+
+ Copyright (c) 2007-2009, Christopher Kuklewicz
+ 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.
+ * The names of the contributors may not 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.
+
+
+Debian packaging copyright:
+
+ (C) 2009 Erik de Castro Lopo <erikd@mega-nerd.com>
+
+ All changes by Erik de Castro Lopo may be redistributed under the same
+ terms as haskell-regex-tdfa-utf8 itself.
diff --git a/p/haskell-regex-tdfa-utf8/debian/libghc6-regex-tdfa-utf8-doc.doc-base b/p/haskell-regex-tdfa-utf8/debian/libghc6-regex-tdfa-utf8-doc.doc-base
new file mode 100644
index 000000000..d282fcbde
--- /dev/null
+++ b/p/haskell-regex-tdfa-utf8/debian/libghc6-regex-tdfa-utf8-doc.doc-base
@@ -0,0 +1,10 @@
+Document: libghc6-regex-tdfa-utf8-doc
+Title: Manual for the Haskell regex-tdfa-utf8 library
+Abstract: An pure Haskell alternative to GHC's Text.Regex which uses a
+ transformed DFA and operates on utf8 strings.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libghc6-regex-tdfa-utf8-doc/html/doc-index.html
+Files: /usr/share/doc/libghc6-regex-tdfa-utf8-doc/html/*.html
+ /usr/share/doc/libghc6-regex-tdfa-utf8-doc/html/src/*.html
diff --git a/p/haskell-regex-tdfa-utf8/debian/rules b/p/haskell-regex-tdfa-utf8/debian/rules
new file mode 100755
index 000000000..0e3080d0a
--- /dev/null
+++ b/p/haskell-regex-tdfa-utf8/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+# Standard way of building Haskell libraries .
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-regex-tdfa-utf8/debian/watch b/p/haskell-regex-tdfa-utf8/debian/watch
new file mode 100644
index 000000000..a96a44bdc
--- /dev/null
+++ b/p/haskell-regex-tdfa-utf8/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/packages/archive/regex-tdfa-utf8/([\d\.]+)/regex-tdfa-utf8-([\d\.]+).tar.gz