[Pkg-haskell-commits] darcs: haskell-harp: Initial import

mascellani at poisson.phc.unipi.it mascellani at poisson.phc.unipi.it
Tue Apr 6 13:07:49 UTC 2010


Tue Apr  6 13:06:13 UTC 2010  mascellani at poisson.phc.unipi.it
  * Initial import
  Ignore-this: eaaf6265139cccdbe46faaf07b9d7bda

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./libghc6-harp-doc.doc-base
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Tue Apr  6 13:06:13 UTC 2010  mascellani at poisson.phc.unipi.it
  * Initial import
  Ignore-this: eaaf6265139cccdbe46faaf07b9d7bda
diff -rN -u old-haskell-harp/changelog new-haskell-harp/changelog
--- old-haskell-harp/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-harp/changelog	2010-04-06 13:07:49.138681641 +0000
@@ -0,0 +1,5 @@
+haskell-harp (0.4-1) UNRELEASED; urgency=low
+
+  * Initial release. (closes: #569546)
+
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it>  Tue, 06 Apr 2010 14:44:06 +0200
diff -rN -u old-haskell-harp/compat new-haskell-harp/compat
--- old-haskell-harp/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-harp/compat	2010-04-06 13:07:49.138681641 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-harp/control new-haskell-harp/control
--- old-haskell-harp/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-harp/control	2010-04-06 13:07:49.138681641 +0000
@@ -0,0 +1,70 @@
+Source: haskell-harp
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
+Build-Depends:
+ debhelper (>= 7),
+ haskell-devscripts,
+ cdbs,
+ ghc6,
+ ghc6-prof
+Build-Depends-Indep:
+ ghc6-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/harp
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-harp
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-harp
+
+Package: libghc6-harp-dev
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell support for regexp based pattern matching - GHC 6 libraries
+ HaRP, or Haskell Regular Patterns, is a Haskell extension that extends
+ the normal pattern matching facility, allowing the user to match against
+ regular expressions. This expressive power is highly useful in a wide
+ range of areas, including text parsing and XML processing. Regular
+ expression patterns in HaRP work over ordinary Haskell lists ([]) of
+ arbitrary type. HaRP is implemented as a pre-processor to ordinary Haskell.
+ .
+ This package contains the libraries compiled for GHC 6.
+
+Package: libghc6-harp-prof
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell support for regexp based pattern matching - GHC 6 profiling libraries
+ HaRP, or Haskell Regular Patterns, is a Haskell extension that extends
+ the normal pattern matching facility, allowing the user to match against
+ regular expressions. This expressive power is highly useful in a wide
+ range of areas, including text parsing and XML processing. Regular
+ expression patterns in HaRP work over ordinary Haskell lists ([]) of
+ arbitrary type. HaRP is implemented as a pre-processor to ordinary Haskell.
+ .
+ This package contains the profiling libraries compiled for GHC 6.
+
+Package: libghc6-harp-doc
+Section: doc
+Architecture: all
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell support for regexp based pattern matching - documentation
+ HaRP, or Haskell Regular Patterns, is a Haskell extension that extends
+ the normal pattern matching facility, allowing the user to match against
+ regular expressions. This expressive power is highly useful in a wide
+ range of areas, including text parsing and XML processing. Regular
+ expression patterns in HaRP work over ordinary Haskell lists ([]) of
+ arbitrary type. HaRP is implemented as a pre-processor to ordinary Haskell.
+ .
+ This package contains the library documentation.
diff -rN -u old-haskell-harp/copyright new-haskell-harp/copyright
--- old-haskell-harp/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-harp/copyright	2010-04-06 13:07:49.138681641 +0000
@@ -0,0 +1,44 @@
+Format-Specification: http://dep.debian.net/deps/dep5
+Name: Haskell support for regular expression based pattern matching
+Maintainer: Niklas Broberg <nibro at cs.chalmers.se>
+Source: http://hackage.haskell.org/package/harp
+
+Files: *
+Copyright: © 2004, Niklas Broberg <nibro at cs.chalmers.se>
+License: BSD
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ .
+ 2. 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.
+ .
+ 3. Neither the name of the author nor the names of his contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``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 AUTHORS 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.
+
+Files: debian/*
+Copyright: © 2010 Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
+License: GPL-3+
+ The Debian packaging information is under the GPL, version 3 or later.  On
+ Debian GNU/Linux systems, the complete text of the GNU General Public License
+ Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
diff -rN -u old-haskell-harp/libghc6-harp-doc.doc-base new-haskell-harp/libghc6-harp-doc.doc-base
--- old-haskell-harp/libghc6-harp-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-harp/libghc6-harp-doc.doc-base	2010-04-06 13:07:49.138681641 +0000
@@ -0,0 +1,9 @@
+Document: haskell-harp-api
+Title: Documentation for the haskell harp library
+Author: Niklas Broberg
+Abstract: harp is a Haskell library that enables the use of regular expressions in pattern matching
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc6-harp-doc/html/index.html
+Files: /usr/share/doc/libghc6-harp-doc/html/*.html
diff -rN -u old-haskell-harp/rules new-haskell-harp/rules
--- old-haskell-harp/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-harp/rules	2010-04-06 13:07:49.134681429 +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-harp/source/format new-haskell-harp/source/format
--- old-haskell-harp/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-harp/source/format	2010-04-06 13:07:49.134681429 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-harp/watch new-haskell-harp/watch
--- old-haskell-harp/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-harp/watch	2010-04-06 13:07:49.134681429 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|harp-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/harp \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list