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

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


Thu May 14 21:00:09 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:00:09 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-regex-applicative/changelog new-haskell-regex-applicative/changelog
--- old-haskell-regex-applicative/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-applicative/changelog	2015-05-14 21:02:07.381817355 +0000
@@ -0,0 +1,5 @@
+haskell-regex-applicative (0.3.1-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>  Thu, 14 May 2015 22:58:51 +0200
diff -rN -u old-haskell-regex-applicative/compat new-haskell-regex-applicative/compat
--- old-haskell-regex-applicative/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-applicative/compat	2015-05-14 21:02:07.381817355 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-regex-applicative/control new-haskell-regex-applicative/control
--- old-haskell-regex-applicative/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-applicative/control	2015-05-14 21:02:07.381817355 +0000
@@ -0,0 +1,62 @@
+Source: haskell-regex-applicative
+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-smallcheck-dev (>= 1.0),
+ libghc-tasty-dev,
+ libghc-tasty-hunit-dev,
+ libghc-tasty-smallcheck-dev,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 3.9.6
+Homepage: https://github.com/feuerbach/regex-applicative
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-regex-applicative
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-applicative
+X-Description: Regex-based parsing with applicative interface
+ regex-applicative is a Haskell library for parsing using regular expressions.
+ Parsers can be built using Applicative interface.
+
+Package: libghc-regex-applicative-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-applicative-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-applicative-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-applicative/copyright new-haskell-regex-applicative/copyright
--- old-haskell-regex-applicative/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-applicative/copyright	2015-05-14 21:02:07.381817355 +0000
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: regex-applicative
+Upstream-Contact: Roman Cheplyaka <roma at ro-che.info>
+Source: https://hackage.haskell.org/package/regex-applicative
+
+Files: *
+Copyright: 2011 Roman Cheplyaka
+License: MIT
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
diff -rN -u old-haskell-regex-applicative/rules new-haskell-regex-applicative/rules
--- old-haskell-regex-applicative/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-applicative/rules	2015-05-14 21:02:07.381817355 +0000
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_CABAL_PACKAGE = regex-applicative
+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-applicative/source/format new-haskell-regex-applicative/source/format
--- old-haskell-regex-applicative/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-applicative/source/format	2015-05-14 21:02:07.381817355 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-regex-applicative/watch new-haskell-regex-applicative/watch
--- old-haskell-regex-applicative/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-regex-applicative/watch	2015-05-14 21:02:07.381817355 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/regex-applicative/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list