[Pkg-haskell-commits] darcs: haskell-regex-compat-tdfa: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Thu May 14 21:02:07 UTC 2015


Thu May 14 21:01:51 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in

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

Thu May 14 21:01:51 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-regex-compat-tdfa/changelog new-haskell-regex-compat-tdfa/changelog
--- old-haskell-regex-compat-tdfa/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-compat-tdfa/changelog	2015-05-14 21:02:07.193817634 +0000
@@ -0,0 +1,5 @@
+haskell-regex-compat-tdfa (0.95.1.4-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>  Thu, 14 May 2015 23:00:28 +0200
diff -rN -u old-haskell-regex-compat-tdfa/compat new-haskell-regex-compat-tdfa/compat
--- old-haskell-regex-compat-tdfa/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-compat-tdfa/compat	2015-05-14 21:02:07.193817634 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-regex-compat-tdfa/control new-haskell-regex-compat-tdfa/control
--- old-haskell-regex-compat-tdfa/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-compat-tdfa/control	2015-05-14 21:02:07.193817634 +0000
@@ -0,0 +1,69 @@
+Source: haskell-regex-compat-tdfa
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-regex-base-dev (>= 0.93),
+ libghc-regex-base-prof,
+ libghc-regex-tdfa-dev (>= 1.1.0),
+ libghc-regex-tdfa-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-regex-base-doc,
+ libghc-regex-tdfa-doc,
+Standards-Version: 3.9.6
+Homepage: http://hub.darcs.net/shelarcy/regex-compat-tdfa
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-regex-compat-tdfa
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-compat-tdfa
+X-Description: Unicode Support version of Text.Regex, using regex-tdfa
+ One module layer over regex-tdfa to replace Text.Regex.
+ .
+ regex-compat can't use Unicode characters correctly because
+ of using regex-posix. This is not good for Unicode users.
+ .
+ This package provides a modified regex-compat that uses regex-tdfa for solving
+ today's problem.
+
+Package: libghc-regex-compat-tdfa-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-regex-compat-tdfa-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-regex-compat-tdfa-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-regex-compat-tdfa/copyright new-haskell-regex-compat-tdfa/copyright
--- old-haskell-regex-compat-tdfa/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-compat-tdfa/copyright	2015-05-14 21:02:07.193817634 +0000
@@ -0,0 +1,24 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: regex-compat-tdfa
+Upstream-Contact: shelarcy <shelarcy at gmail.com>
+Source: https://hackage.haskell.org/package/regex-compat-tdfa
+
+Files: *
+Copyright:
+ (c) Christopher Kuklewicz 2006
+ (c) shelarcy 2012
+ (c) The University of Glasgow 2001
+License: BSD3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+License: BSD3
+ 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-compat-tdfa/rules new-haskell-regex-compat-tdfa/rules
--- old-haskell-regex-compat-tdfa/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-compat-tdfa/rules	2015-05-14 21:02:07.193817634 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = regex-compat-tdfa
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-regex-compat-tdfa/source/format new-haskell-regex-compat-tdfa/source/format
--- old-haskell-regex-compat-tdfa/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-compat-tdfa/source/format	2015-05-14 21:02:07.193817634 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-regex-compat-tdfa/watch new-haskell-regex-compat-tdfa/watch
--- old-haskell-regex-compat-tdfa/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-compat-tdfa/watch	2015-05-14 21:02:07.193817634 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/regex-compat-tdfa/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list