[Pkg-haskell-commits] darcs: haskell-attoparsec-enumerator: Initial Check-In
clint at debian.org
clint at debian.org
Sat Jun 4 01:18:12 UTC 2011
Sat Jun 4 01:17:19 UTC 2011 clint at debian.org
* Initial Check-In
Ignore-this: 9305060ab0f14a527d4c95f5cc06e67f
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Sat Jun 4 01:17:19 UTC 2011 clint at debian.org
* Initial Check-In
Ignore-this: 9305060ab0f14a527d4c95f5cc06e67f
diff -rN -u old-haskell-attoparsec-enumerator//changelog new-haskell-attoparsec-enumerator//changelog
--- old-haskell-attoparsec-enumerator//changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-attoparsec-enumerator//changelog 2011-06-04 01:18:11.988788316 +0000
@@ -0,0 +1,5 @@
+haskell-attoparsec-enumerator (0.2.0.4-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Thu, 02 Jun 2011 10:37:55 -0400
diff -rN -u old-haskell-attoparsec-enumerator//compat new-haskell-attoparsec-enumerator//compat
--- old-haskell-attoparsec-enumerator//compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-attoparsec-enumerator//compat 2011-06-04 01:18:11.988788316 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-attoparsec-enumerator//control new-haskell-attoparsec-enumerator//control
--- old-haskell-attoparsec-enumerator//control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-attoparsec-enumerator//control 2011-06-04 01:18:11.992788337 +0000
@@ -0,0 +1,62 @@
+Source: haskell-attoparsec-enumerator
+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-enumerator-dev
+ , libghc-enumerator-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-attoparsec-doc
+ , libghc-enumerator-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/attoparsec-enumerator
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-attoparsec-enumerator
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-attoparsec-enumerator
+
+Package: libghc-attoparsec-enumerator-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: convert an Attoparsec parser into an iteratee
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Convert an Attoparsec parser into an iteratee.
+
+Package: libghc-attoparsec-enumerator-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: convert an Attoparsec parser into an iteratee; 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.
+ .
+ Convert an Attoparsec parser into an iteratee.
+
+Package: libghc-attoparsec-enumerator-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: convert an Attoparsec parser into an iteratee; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Convert an Attoparsec parser into an iteratee.
diff -rN -u old-haskell-attoparsec-enumerator//copyright new-haskell-attoparsec-enumerator//copyright
--- old-haskell-attoparsec-enumerator//copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-attoparsec-enumerator//copyright 2011-06-04 01:18:11.992788337 +0000
@@ -0,0 +1,36 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Thu, 02 Jun 2011 14:37:55 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/attoparsec-enumerator
+
+Upstream Author:
+
+ John Millikin <jmillikin at gmail.com>
+
+Copyright:
+
+ 2010 John Millikin
+
+License:
+
+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-attoparsec-enumerator//rules new-haskell-attoparsec-enumerator//rules
--- old-haskell-attoparsec-enumerator//rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-attoparsec-enumerator//rules 2011-06-04 01:18:11.992788337 +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-enumerator//source/format new-haskell-attoparsec-enumerator//source/format
--- old-haskell-attoparsec-enumerator//source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-attoparsec-enumerator//source/format 2011-06-04 01:18:11.992788337 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-attoparsec-enumerator//watch new-haskell-attoparsec-enumerator//watch
--- old-haskell-attoparsec-enumerator//watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-attoparsec-enumerator//watch 2011-06-04 01:18:11.992788337 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|attoparsec-enumerator-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/attoparsec-enumerator \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list