summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortakaki <takaki@asis.media-as.org>2011-05-11 04:08:34 +0400
committertakaki <takaki@asis.media-as.org>2011-05-11 04:08:34 +0400
commit661692343c65806b6ad5773c012aab72c4bd0a22 (patch)
tree150f45f18a6485e8abe7b165b3604bba23027271
parent40a8ea67325d316b19370c553684aabc86dff9fd (diff)
downloadDHG_packages-661692343c65806b6ad5773c012aab72c4bd0a22.tar.gz
haskell-attoparsec: Initial Check-In
-rw-r--r--p/haskell-attoparsec/debian/changelog14
-rw-r--r--p/haskell-attoparsec/debian/compat1
-rw-r--r--p/haskell-attoparsec/debian/control53
-rw-r--r--p/haskell-attoparsec/debian/copyright47
-rw-r--r--p/haskell-attoparsec/debian/docs1
-rw-r--r--p/haskell-attoparsec/debian/examples1
-rwxr-xr-xp/haskell-attoparsec/debian/rules4
-rw-r--r--p/haskell-attoparsec/debian/source/format1
-rw-r--r--p/haskell-attoparsec/debian/watch5
9 files changed, 127 insertions, 0 deletions
diff --git a/p/haskell-attoparsec/debian/changelog b/p/haskell-attoparsec/debian/changelog
new file mode 100644
index 000000000..fad83214f
--- /dev/null
+++ b/p/haskell-attoparsec/debian/changelog
@@ -0,0 +1,14 @@
+haskell-attoparsec (0.8.5.2-1) unstable; urgency=low
+
+ * debian/control: Use ghc instead of ghc6.
+ * debian/watch: Improved.
+ * Imported Upstream version 0.8.5.2
+ * debian/control: Add libghc-deepseq-dev to Build-Depends.
+
+ -- TANIGUCHI Takaki <takaki@debian.org> Thu, 14 Apr 2011 22:34:42 +0900
+
+haskell-attoparsec (0.8.2.0-1) unstable; urgency=low
+
+ * Initial release. (Closes: #607412)
+
+ -- TANIGUCHI Takaki <takaki@debian.org> Fri, 17 Dec 2010 23:53:50 +0900
diff --git a/p/haskell-attoparsec/debian/compat b/p/haskell-attoparsec/debian/compat
new file mode 100644
index 000000000..7f8f011eb
--- /dev/null
+++ b/p/haskell-attoparsec/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/p/haskell-attoparsec/debian/control b/p/haskell-attoparsec/debian/control
new file mode 100644
index 000000000..2fec4307e
--- /dev/null
+++ b/p/haskell-attoparsec/debian/control
@@ -0,0 +1,53 @@
+Source: haskell-attoparsec
+Section: haskell
+Priority: optional
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki@debian.org>
+Build-Depends: cdbs, debhelper (>= 7.0.50~), haskell-devscripts,
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-deepseq-dev,
+ libghc-deepseq-prof,
+ libghc-deepseq-doc
+Standards-Version: 3.9.1
+Homepage: http://bitbucket.org/bos/attoparsec
+
+Package: libghc-attoparsec-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Suggests: ${haskell:Suggests}
+Description: Fast combinator parsing for bytestrings
+ A fast parser combinator library, aimed particularly at dealing
+ efficiently with network protocols and complicated text/binary
+ file formats.
+ .
+ This package contains the libraries compiled for GHC.
+
+Package: libghc-attoparsec-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Suggests: ${haskell:Suggests}
+Description: Fast combinator parsing for bytestrings; profiling library
+ A fast parser combinator library, aimed particularly at dealing
+ efficiently with network protocols and complicated text/binary
+ file formats.
+ .
+ This package contains the profiling libraries compiled for GHC.
+
+Package: libghc-attoparsec-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Fast combinator parsing for bytestrings; documentation
+ A fast parser combinator library, aimed particularly at dealing
+ efficiently with network protocols and complicated text/binary
+ file formats.
+ .
+ This package contains the library documentation.
diff --git a/p/haskell-attoparsec/debian/copyright b/p/haskell-attoparsec/debian/copyright
new file mode 100644
index 000000000..3d25f84a4
--- /dev/null
+++ b/p/haskell-attoparsec/debian/copyright
@@ -0,0 +1,47 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Bryan O'Sullivan <bos@serpentine.com> <Bryan O'Sullivan <bos@serpentine.com>>
+Source: http://hackage.haskell.org/package/attoparsec
+Name: attoparsec
+
+Files: *
+Copyright: Bryan O'Sullivan <bos@serpentine.com>>
+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 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.
+
+Files: debian/*
+Copyright: 2010, TANIGUCHI Takaki <takaki@debian.org>
+License: GPL-3
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of version 3 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-3'.
diff --git a/p/haskell-attoparsec/debian/docs b/p/haskell-attoparsec/debian/docs
new file mode 100644
index 000000000..8d526b990
--- /dev/null
+++ b/p/haskell-attoparsec/debian/docs
@@ -0,0 +1 @@
+README.markdown
diff --git a/p/haskell-attoparsec/debian/examples b/p/haskell-attoparsec/debian/examples
new file mode 100644
index 000000000..e39721e20
--- /dev/null
+++ b/p/haskell-attoparsec/debian/examples
@@ -0,0 +1 @@
+examples/*
diff --git a/p/haskell-attoparsec/debian/rules b/p/haskell-attoparsec/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-attoparsec/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-attoparsec/debian/source/format b/p/haskell-attoparsec/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-attoparsec/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-attoparsec/debian/watch b/p/haskell-attoparsec/debian/watch
new file mode 100644
index 000000000..02924dadf
--- /dev/null
+++ b/p/haskell-attoparsec/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|attoparsec-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/attoparsec \
+ ([\d\.]*\d)/