summaryrefslogtreecommitdiff
path: root/p/haskell-regex-pcre
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-regex-pcre')
-rw-r--r--p/haskell-regex-pcre/debian/changelog5
-rw-r--r--p/haskell-regex-pcre/debian/compat1
-rw-r--r--p/haskell-regex-pcre/debian/control53
-rw-r--r--p/haskell-regex-pcre/debian/copyright19
-rwxr-xr-xp/haskell-regex-pcre/debian/rules4
-rw-r--r--p/haskell-regex-pcre/debian/source/format1
-rw-r--r--p/haskell-regex-pcre/debian/watch5
7 files changed, 88 insertions, 0 deletions
diff --git a/p/haskell-regex-pcre/debian/changelog b/p/haskell-regex-pcre/debian/changelog
new file mode 100644
index 000000000..4c1d2eaa7
--- /dev/null
+++ b/p/haskell-regex-pcre/debian/changelog
@@ -0,0 +1,5 @@
+haskell-regex-pcre (0.94.2-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint@debian.org> Mon, 05 Sep 2011 20:11:05 -0400
diff --git a/p/haskell-regex-pcre/debian/compat b/p/haskell-regex-pcre/debian/compat
new file mode 100644
index 000000000..7f8f011eb
--- /dev/null
+++ b/p/haskell-regex-pcre/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/p/haskell-regex-pcre/debian/control b/p/haskell-regex-pcre/debian/control
new file mode 100644
index 000000000..3aabf7224
--- /dev/null
+++ b/p/haskell-regex-pcre/debian/control
@@ -0,0 +1,53 @@
+Source: haskell-regex-pcre
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>
+Build-Depends: cdbs
+ , debhelper (>= 7)
+ , haskell-devscripts (>= 0.7)
+ , ghc
+ , ghc-prof
+ , libghc-regex-base-dev
+ , libghc-regex-base-prof
+ , libpcre3-dev
+Build-Depends-Indep: ghc-doc
+ , libghc-regex-base-doc
+Standards-Version: 3.9.2
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-pcre/
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-regex-pcre
+Homepage: http://sourceforge.net/projects/lazy-regex
+
+Package: libghc-regex-pcre-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Perl-compatible regular expressions
+ A library containing the PCRE backend to accompany regex-base.
+ .
+ This package contains the libraries for use with GHC.
+
+Package: libghc-regex-pcre-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Perl-compatible regular expressions; profiling libraries
+ A library containing the PCRE backend to accompany regex-base.
+ .
+ This package contains additional profiling libraries which can be
+ used with ghc-prof.
+
+Package: libghc-regex-pcre-doc
+Replaces: haskell-regex-pcre-doc (<< 0.93.1-7)
+Conflicts: haskell-regex-pcre-doc (<< 0.93.1-7)
+Provides: haskell-regex-pcre-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Recommends: doc-base, ghc-doc, libghc-regex-base-doc
+Description: Perl-compatible regular expressions; documentation
+ A library containing the PCRE backend to accompany regex-base.
+ .
+ This package contains the API documentation of the library.
diff --git a/p/haskell-regex-pcre/debian/copyright b/p/haskell-regex-pcre/debian/copyright
new file mode 100644
index 000000000..62916e144
--- /dev/null
+++ b/p/haskell-regex-pcre/debian/copyright
@@ -0,0 +1,19 @@
+This package was debianized by Clint Adams <clint@debian.org>
+Tue, 06 Sep 2011 00:11:05 -0000
+
+It was downloaded from
+ http://hackage.haskell.org/package/regex-pcre
+
+Upstream Author: Christopher Kuklewicz <TextRegexLazy@personal.mightyreason.com>
+
+Copyright: 2007 Christopher Kuklewicz
+
+License:
+
+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.
diff --git a/p/haskell-regex-pcre/debian/rules b/p/haskell-regex-pcre/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-regex-pcre/debian/rules
@@ -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 --git a/p/haskell-regex-pcre/debian/source/format b/p/haskell-regex-pcre/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-regex-pcre/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-regex-pcre/debian/watch b/p/haskell-regex-pcre/debian/watch
new file mode 100644
index 000000000..a75949c80
--- /dev/null
+++ b/p/haskell-regex-pcre/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|regex-pcre-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/regex-pcre \
+ ([\d\.]*\d)/