[Pkg-haskell-commits] darcs: haskell-attoparsec-text: Initial Check-In

clint at debian.org clint at debian.org
Sat Jun 11 14:08:41 UTC 2011


Sat Jun 11 14:08:33 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: b6362917e929e828b63daaeb75c0a26e

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

Sat Jun 11 14:08:33 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: b6362917e929e828b63daaeb75c0a26e
diff -rN -u old-haskell-attoparsec-text//changelog new-haskell-attoparsec-text//changelog
--- old-haskell-attoparsec-text//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-attoparsec-text//changelog	2011-06-11 14:08:41.285275429 +0000
@@ -0,0 +1,5 @@
+haskell-attoparsec-text (0.8.5.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Fri, 10 Jun 2011 23:49:58 -0400
diff -rN -u old-haskell-attoparsec-text//compat new-haskell-attoparsec-text//compat
--- old-haskell-attoparsec-text//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-attoparsec-text//compat	2011-06-11 14:08:41.285275429 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-attoparsec-text//control new-haskell-attoparsec-text//control
--- old-haskell-attoparsec-text//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-attoparsec-text//control	2011-06-11 14:08:41.285275429 +0000
@@ -0,0 +1,77 @@
+Source: haskell-attoparsec-text
+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: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-attoparsec-dev
+  , libghc-attoparsec-prof
+  , libghc-text-dev
+  , libghc-text-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-attoparsec-doc
+  , libghc-text-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/attoparsec-text
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-attoparsec-text
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-attoparsec-text
+
+Package: libghc-attoparsec-text-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Fast combinator parsing for texts
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It is a fast parser combinator library, aimed particularly at dealing
+ efficiently with network protocols and complicated text/binary file
+ formats.
+ .
+ This library is basically a translation of the original attoparsec
+ library to use text instead of bytestrings.
+
+Package: libghc-attoparsec-text-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Fast combinator parsing for texts; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It is a fast parser combinator library, aimed particularly at dealing
+ efficiently with network protocols and complicated text/binary file
+ formats.
+ .
+ This library is basically a translation of the original attoparsec
+ library to use text instead of bytestrings.
+
+Package: libghc-attoparsec-text-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Fast combinator parsing for texts; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It is a fast parser combinator library, aimed particularly at dealing
+ efficiently with network protocols and complicated text/binary file
+ formats.
+ .
+ This library is basically a translation of the original attoparsec
+ library to use text instead of bytestrings.
diff -rN -u old-haskell-attoparsec-text//copyright new-haskell-attoparsec-text//copyright
--- old-haskell-attoparsec-text//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-attoparsec-text//copyright	2011-06-11 14:08:41.285275429 +0000
@@ -0,0 +1,45 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Sat, 11 Jun 2011 03:49:58 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/attoparsec-text
+
+Upstream Authors:
+
+    Felipe Lessa <felipe.lessa at gmail.com>
+    Bryan O'Sullivan <bos at serpentine.com>
+
+Copyright: 
+
+    2007-2010 Bryan O'Sullivan
+    2010-2011 Felipe Lessa
+    (c) Lennart Kolmodin
+
+License:
+
+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 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 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.
diff -rN -u old-haskell-attoparsec-text//rules new-haskell-attoparsec-text//rules
--- old-haskell-attoparsec-text//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-attoparsec-text//rules	2011-06-11 14:08:41.285275429 +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-attoparsec-text//source/format new-haskell-attoparsec-text//source/format
--- old-haskell-attoparsec-text//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-attoparsec-text//source/format	2011-06-11 14:08:41.289274109 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-attoparsec-text//watch new-haskell-attoparsec-text//watch
--- old-haskell-attoparsec-text//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-attoparsec-text//watch	2011-06-11 14:08:41.289274109 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|attoparsec-text-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/attoparsec-text \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list