summaryrefslogtreecommitdiff
path: root/p/haskell-cryptohash-cryptoapi
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-06-13 02:43:48 +0400
committerColin Watson <cjwatson@debian.org>2013-06-13 02:43:48 +0400
commit80e1ceea856da1583878ae8e3c0e8b16f058e2f2 (patch)
tree2fdfcf54f6e96d1b95848d8989249ab3b52e9446 /p/haskell-cryptohash-cryptoapi
parent5d84057a330983de29b19ab3a74e2d65862f4111 (diff)
downloadDHG_packages-80e1ceea856da1583878ae8e3c0e8b16f058e2f2.tar.gz
haskell-cryptohash-cryptoapi: Initial commit
Diffstat (limited to 'p/haskell-cryptohash-cryptoapi')
-rw-r--r--p/haskell-cryptohash-cryptoapi/debian/changelog5
-rw-r--r--p/haskell-cryptohash-cryptoapi/debian/compat1
-rw-r--r--p/haskell-cryptohash-cryptoapi/debian/control66
-rw-r--r--p/haskell-cryptohash-cryptoapi/debian/copyright39
-rwxr-xr-xp/haskell-cryptohash-cryptoapi/debian/rules4
-rw-r--r--p/haskell-cryptohash-cryptoapi/debian/source/format1
-rw-r--r--p/haskell-cryptohash-cryptoapi/debian/watch5
7 files changed, 121 insertions, 0 deletions
diff --git a/p/haskell-cryptohash-cryptoapi/debian/changelog b/p/haskell-cryptohash-cryptoapi/debian/changelog
new file mode 100644
index 000000000..f60c63e83
--- /dev/null
+++ b/p/haskell-cryptohash-cryptoapi/debian/changelog
@@ -0,0 +1,5 @@
+haskell-cryptohash-cryptoapi (0.1.0-1) UNRELEASED; urgency=low
+
+ * Initial release. (Closes: #712097)
+
+ -- Colin Watson <cjwatson@debian.org> Wed, 12 Jun 2013 23:13:09 +0100
diff --git a/p/haskell-cryptohash-cryptoapi/debian/compat b/p/haskell-cryptohash-cryptoapi/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-cryptohash-cryptoapi/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-cryptohash-cryptoapi/debian/control b/p/haskell-cryptohash-cryptoapi/debian/control
new file mode 100644
index 000000000..1faea63c8
--- /dev/null
+++ b/p/haskell-cryptohash-cryptoapi/debian/control
@@ -0,0 +1,66 @@
+Source: haskell-cryptohash-cryptoapi
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Colin Watson <cjwatson@debian.org>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+ , libghc-cryptohash-dev (>= 0.8.0)
+ , libghc-cryptohash-prof
+ , libghc-crypto-api-dev (>= 0.5)
+ , libghc-crypto-api-prof
+ , libghc-tagged-dev (>= 0.1)
+ , libghc-tagged-prof
+ , libghc-cereal-dev (>= 0.2)
+ , libghc-cereal-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-cryptohash-doc
+ , libghc-crypto-api-doc
+ , libghc-tagged-doc
+ , libghc-cereal-doc
+Standards-Version: 3.9.4
+Homepage: http://hackage.haskell.org/package/cryptohash-cryptoapi
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cryptohash-cryptoapi
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cryptohash-cryptoapi
+
+Package: libghc-cryptohash-cryptoapi-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: crypto-api interfaces for cryptohash${haskell:ShortBlurb}
+ This Haskell library exports the cryptohash interface through crypto-api.
+ See libghc-cryptohash-* and libghc-crypto-api-* for more information.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-cryptohash-cryptoapi-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: crypto-api interfaces for cryptohash${haskell:ShortBlurb}
+ This Haskell library exports the cryptohash interface through crypto-api.
+ See libghc-cryptohash-* and libghc-crypto-api-* for more information.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-cryptohash-cryptoapi-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: crypto-api interfaces for cryptohash${haskell:ShortBlurb}
+ This Haskell library exports the cryptohash interface through crypto-api.
+ See libghc-cryptohash-* and libghc-crypto-api-* for more information.
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-cryptohash-cryptoapi/debian/copyright b/p/haskell-cryptohash-cryptoapi/debian/copyright
new file mode 100644
index 000000000..adc97e20d
--- /dev/null
+++ b/p/haskell-cryptohash-cryptoapi/debian/copyright
@@ -0,0 +1,39 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cryptohash-cryptoapi
+Upstream-Contact: Vincent Hanquez <vincent@snarc.org>
+Source: http://hackage.haskell.org/package/cryptohash-cryptoapi
+
+Files: *
+Copyright: 2010-2013 Vincent Hanquez <vincent@snarc.org>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2013 Colin Watson <cjwatson@debian.org>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ 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 REGENTS AND 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 --git a/p/haskell-cryptohash-cryptoapi/debian/rules b/p/haskell-cryptohash-cryptoapi/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-cryptohash-cryptoapi/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-cryptohash-cryptoapi/debian/source/format b/p/haskell-cryptohash-cryptoapi/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-cryptohash-cryptoapi/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-cryptohash-cryptoapi/debian/watch b/p/haskell-cryptohash-cryptoapi/debian/watch
new file mode 100644
index 000000000..3807aa032
--- /dev/null
+++ b/p/haskell-cryptohash-cryptoapi/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|cryptohash-cryptoapi-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/cryptohash-cryptoapi \
+ ([\d\.]*\d)/