[Pkg-haskell-commits] darcs: haskell-regex-pcre: Initial Check-In

clint at debian.org clint at debian.org
Tue Sep 6 00:28:52 UTC 2011


Tue Sep  6 00:27:53 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: dc9b470083760b454d2110a82a73409a

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Tue Sep  6 00:27:53 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: dc9b470083760b454d2110a82a73409a
diff -rN -u old-haskell-regex-pcre//changelog new-haskell-regex-pcre//changelog
--- old-haskell-regex-pcre//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-pcre//changelog	2011-09-06 00:28:52.454057213 +0000
@@ -0,0 +1,5 @@
+haskell-regex-pcre (0.94.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Mon, 05 Sep 2011 20:11:05 -0400
diff -rN -u old-haskell-regex-pcre//compat new-haskell-regex-pcre//compat
--- old-haskell-regex-pcre//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-pcre//compat	2011-09-06 00:28:52.454057213 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-regex-pcre//control new-haskell-regex-pcre//control
--- old-haskell-regex-pcre//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-pcre//control	2011-09-06 00:28:52.458056648 +0000
@@ -0,0 +1,53 @@
+Source: haskell-regex-pcre
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at 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 -rN -u old-haskell-regex-pcre//copyright new-haskell-regex-pcre//copyright
--- old-haskell-regex-pcre//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-pcre//copyright	2011-09-06 00:28:52.458056648 +0000
@@ -0,0 +1,19 @@
+This package was debianized by Clint Adams <clint at 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 at 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 -rN -u old-haskell-regex-pcre//rules new-haskell-regex-pcre//rules
--- old-haskell-regex-pcre//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-pcre//rules	2011-09-06 00:28:52.458056648 +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-regex-pcre//source/format new-haskell-regex-pcre//source/format
--- old-haskell-regex-pcre//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-pcre//source/format	2011-09-06 00:28:52.458056648 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-regex-pcre//watch new-haskell-regex-pcre//watch
--- old-haskell-regex-pcre//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-pcre//watch	2011-09-06 00:28:52.462058438 +0000
@@ -0,0 +1,6 @@
+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)/
+





More information about the Pkg-haskell-commits mailing list