summaryrefslogtreecommitdiff
path: root/p/haskell-csv
diff options
context:
space:
mode:
authorclint <clint@debian.org>2011-05-29 17:15:46 +0400
committerclint <clint@debian.org>2011-05-29 17:15:46 +0400
commit6ba1673b4ce7981205aef5a70a696e8d4bc95ec1 (patch)
treef040adb753e84afd96dd058a5e37000eb71576f8 /p/haskell-csv
parentcc0692dbc8cb457d5c49a9574781c546cd9bc244 (diff)
downloadDHG_packages-6ba1673b4ce7981205aef5a70a696e8d4bc95ec1.tar.gz
haskell-csv: Initial Check-In
Diffstat (limited to 'p/haskell-csv')
-rw-r--r--p/haskell-csv/debian/changelog5
-rw-r--r--p/haskell-csv/debian/compat1
-rw-r--r--p/haskell-csv/debian/control68
-rw-r--r--p/haskell-csv/debian/copyright32
-rwxr-xr-xp/haskell-csv/debian/rules4
-rw-r--r--p/haskell-csv/debian/source/format1
-rw-r--r--p/haskell-csv/debian/watch5
7 files changed, 116 insertions, 0 deletions
diff --git a/p/haskell-csv/debian/changelog b/p/haskell-csv/debian/changelog
new file mode 100644
index 000000000..dd86e40f0
--- /dev/null
+++ b/p/haskell-csv/debian/changelog
@@ -0,0 +1,5 @@
+haskell-csv (0.1.2-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint@debian.org> Sat, 28 May 2011 15:27:52 -0400
diff --git a/p/haskell-csv/debian/compat b/p/haskell-csv/debian/compat
new file mode 100644
index 000000000..7f8f011eb
--- /dev/null
+++ b/p/haskell-csv/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/p/haskell-csv/debian/control b/p/haskell-csv/debian/control
new file mode 100644
index 000000000..9f5b93473
--- /dev/null
+++ b/p/haskell-csv/debian/control
@@ -0,0 +1,68 @@
+Source: haskell-csv
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.8)
+ , ghc
+ , ghc-prof
+ , libghc-parsec3-dev
+ , libghc-parsec3-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-parsec3-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/csv
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-csv
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-csv
+
+Package: libghc-csv-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: CSV loader and dumper
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This library parses and dumps documents that are formatted according
+ to RFC 4180, "The common Format and MIME Type for Comma-Separated
+ Values (CSV) Files". This format is used, among many other things,
+ as a lingua franca for spreadsheets, and for certain web services.
+
+Package: libghc-csv-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: CSV loader and dumper; 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.
+ .
+ This library parses and dumps documents that are formatted according
+ to RFC 4180, "The common Format and MIME Type for Comma-Separated
+ Values (CSV) Files". This format is used, among many other things,
+ as a lingua franca for spreadsheets, and for certain web services.
+
+Package: libghc-csv-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: CSV loader and dumper; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This library parses and dumps documents that are formatted according
+ to RFC 4180, "The common Format and MIME Type for Comma-Separated
+ Values (CSV) Files". This format is used, among many other things,
+ as a lingua franca for spreadsheets, and for certain web services.
diff --git a/p/haskell-csv/debian/copyright b/p/haskell-csv/debian/copyright
new file mode 100644
index 000000000..d732a492e
--- /dev/null
+++ b/p/haskell-csv/debian/copyright
@@ -0,0 +1,32 @@
+This package was debianized by Clint Adams <clint@debian.org> on
+Thu, 28 May 2011 18:26:11 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/csv
+
+Upstream Author:
+
+ Jaap Weel <weel@ugcs.caltech.edu>
+
+Copyright:
+
+ 2007 Jaap Weel
+
+License:
+
+Copyright (c) Jaap Weel 2007. 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 --git a/p/haskell-csv/debian/rules b/p/haskell-csv/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-csv/debian/rules
@@ -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 --git a/p/haskell-csv/debian/source/format b/p/haskell-csv/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-csv/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-csv/debian/watch b/p/haskell-csv/debian/watch
new file mode 100644
index 000000000..cf49c8ec0
--- /dev/null
+++ b/p/haskell-csv/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|csv-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/csv \
+ ([\d\.]*\d)/