summaryrefslogtreecommitdiff
path: root/p/haskell-cereal
diff options
context:
space:
mode:
authortakaki <takaki@asis.media-as.org>2011-03-14 04:48:59 +0300
committertakaki <takaki@asis.media-as.org>2011-03-14 04:48:59 +0300
commit7f1844a29a81f77bacebba2e99df870b3a5ecf48 (patch)
tree5c44e58e2cacb19d958bb327b7cbb3bd08b39880 /p/haskell-cereal
parenta701c613489231bde28f67208cff9f262a12200f (diff)
downloadDHG_packages-7f1844a29a81f77bacebba2e99df870b3a5ecf48.tar.gz
haskell-cereal: Initial Check-In
Diffstat (limited to 'p/haskell-cereal')
-rw-r--r--p/haskell-cereal/debian/changelog5
-rw-r--r--p/haskell-cereal/debian/compat1
-rw-r--r--p/haskell-cereal/debian/control56
-rw-r--r--p/haskell-cereal/debian/copyright49
-rw-r--r--p/haskell-cereal/debian/docs0
-rwxr-xr-xp/haskell-cereal/debian/rules4
-rw-r--r--p/haskell-cereal/debian/source/format1
-rw-r--r--p/haskell-cereal/debian/watch2
8 files changed, 118 insertions, 0 deletions
diff --git a/p/haskell-cereal/debian/changelog b/p/haskell-cereal/debian/changelog
new file mode 100644
index 000000000..4c9014218
--- /dev/null
+++ b/p/haskell-cereal/debian/changelog
@@ -0,0 +1,5 @@
+haskell-cereal (0.3.0.0-1) unstable; urgency=low
+
+ * Initial release. (Closes: #607423)
+
+ -- TANIGUCHI Takaki <takaki@debian.org> Sat, 18 Dec 2010 13:45:49 +0900
diff --git a/p/haskell-cereal/debian/compat b/p/haskell-cereal/debian/compat
new file mode 100644
index 000000000..7f8f011eb
--- /dev/null
+++ b/p/haskell-cereal/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/p/haskell-cereal/debian/control b/p/haskell-cereal/debian/control
new file mode 100644
index 000000000..b98f175bf
--- /dev/null
+++ b/p/haskell-cereal/debian/control
@@ -0,0 +1,56 @@
+Source: haskell-cereal
+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,
+ ghc6,
+ ghc6-prof,
+ ghc6-doc,
+Standards-Version: 3.9.1
+#Homepage: None
+
+Package: libghc6-cereal-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Suggests: ${haskell:Suggests}
+Description: A binary serialization library
+ A binary serialization library, similar to binary, that introduces an isolate
+ primitive for parser isolation, and replaces the asynchronous errors with a
+ user-handleable Either type. Similar to binary in performance, but uses a
+ strict ByteString instead of a lazy ByteString, thus restricting it to
+ operating on finite inputs.
+ .
+ This package contains the libraries compiled for GHC 6.
+
+Package: libghc6-cereal-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Suggests: ${haskell:Suggests}
+Description: A binary serialization library; profiling library
+ A binary serialization library, similar to binary, that introduces an isolate
+ primitive for parser isolation, and replaces the asynchronous errors with a
+ user-handleable Either type. Similar to binary in performance, but uses a
+ strict ByteString instead of a lazy ByteString, thus restricting it to
+ operating on finite inputs.
+ .
+ This package contains the profiling libraries compiled for GHC 6.
+
+Package: libghc6-cereal-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: A binary serialization library; documentation
+ A binary serialization library, similar to binary, that introduces an isolate
+ primitive for parser isolation, and replaces the asynchronous errors with a
+ user-handleable Either type. Similar to binary in performance, but uses a
+ strict ByteString instead of a lazy ByteString, thus restricting it to
+ operating on finite inputs.
+ .
+ This package contains the library documentation.
diff --git a/p/haskell-cereal/debian/copyright b/p/haskell-cereal/debian/copyright
new file mode 100644
index 000000000..0960a22a6
--- /dev/null
+++ b/p/haskell-cereal/debian/copyright
@@ -0,0 +1,49 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Lennart Kolmodin <kolmodin@dtek.chalmers.se>, Galois Inc. <Trevor Elliott <trevor@galois.com>>
+Source: http://hackage.haskell.org/package/cereal
+Name: cereal
+
+Files: *
+Copyright: Trevor Elliott <trevor@galois.com>
+License: BSD3
+ Copyright (c) Lennart Kolmodin, Galois, Inc.
+ .
+ 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-cereal/debian/docs b/p/haskell-cereal/debian/docs
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/p/haskell-cereal/debian/docs
diff --git a/p/haskell-cereal/debian/rules b/p/haskell-cereal/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-cereal/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-cereal/debian/source/format b/p/haskell-cereal/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-cereal/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-cereal/debian/watch b/p/haskell-cereal/debian/watch
new file mode 100644
index 000000000..0504c1b78
--- /dev/null
+++ b/p/haskell-cereal/debian/watch
@@ -0,0 +1,2 @@
+version=3
+opts=downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz| http://hackage.haskell.org/packages/archive/cereal ([\d\.]*\d)/