summaryrefslogtreecommitdiff
path: root/p/haskell-sha
diff options
context:
space:
mode:
authormascellani <mascellani@poisson.phc.unipi.it>2009-12-23 02:50:52 +0300
committermascellani <mascellani@poisson.phc.unipi.it>2009-12-23 02:50:52 +0300
commit38c288191903ad0ab2d87bdc17d32ecbe5c94271 (patch)
tree8ea2431e6b2b2f719a534f82f6beeab6a4af7a24 /p/haskell-sha
parent9b7bf3c119d4e2a778f02b2ab62b152daa9c74d1 (diff)
downloadDHG_packages-38c288191903ad0ab2d87bdc17d32ecbe5c94271.tar.gz
haskell-sha: Added debian/ dir
Diffstat (limited to 'p/haskell-sha')
-rw-r--r--p/haskell-sha/debian/changelog5
-rw-r--r--p/haskell-sha/debian/compat1
-rw-r--r--p/haskell-sha/debian/control62
-rw-r--r--p/haskell-sha/debian/copyright43
-rw-r--r--p/haskell-sha/debian/haskell-sha-doc.dirs1
-rw-r--r--p/haskell-sha/debian/haskell-sha-doc.doc-base9
-rwxr-xr-xp/haskell-sha/debian/rules6
-rw-r--r--p/haskell-sha/debian/watch2
8 files changed, 129 insertions, 0 deletions
diff --git a/p/haskell-sha/debian/changelog b/p/haskell-sha/debian/changelog
new file mode 100644
index 000000000..cf7595498
--- /dev/null
+++ b/p/haskell-sha/debian/changelog
@@ -0,0 +1,5 @@
+haskell-sha (1.4.0-1) unstable; urgency=low
+
+ * Initial release. (closes: #562083)
+
+ -- Giovanni Mascellani <mascellani@poisson.phc.unipi.it> Tue, 22 Dec 2009 15:44:15 +0100
diff --git a/p/haskell-sha/debian/compat b/p/haskell-sha/debian/compat
new file mode 100644
index 000000000..c7930257d
--- /dev/null
+++ b/p/haskell-sha/debian/compat
@@ -0,0 +1 @@
+7 \ No newline at end of file
diff --git a/p/haskell-sha/debian/control b/p/haskell-sha/debian/control
new file mode 100644
index 000000000..45127c39b
--- /dev/null
+++ b/p/haskell-sha/debian/control
@@ -0,0 +1,62 @@
+Source: haskell-sha
+Priority: optional
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <mascellani@poisson.phc.unipi.it>
+Build-Depends: debhelper (>= 7), haskell-devscripts, cdbs, ghc6 (>= 6.10),
+ ghc6-prof, libghc6-binary-dev, libghc6-binary-prof
+Build-Depends-Indep: ghc6-doc, haddock, hscolour, libghc6-binary-doc
+Standards-Version: 3.8.3
+Homepage: http://hackage.haskell.org/package/SHA
+
+Package: libghc6-sha-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell SHA suite of message digest functions - GHC 6 libraries
+ This library implements the SHA suite of message digest functions,
+ according to NIST FIPS 180-2 (with the SHA-224 addendum), as well
+ as the SHA-based HMAC routines.
+ .
+ The functions have been tested against most of the NIST and RFC test
+ vectors for the various functions. While some attention has been paid
+ to performance, these do not presently reach the speed of well-tune
+ libraries, like OpenSSL.
+ .
+ This package contains the libraries compiled for GHC 6.
+
+Package: libghc6-sha-prof
+Architecture: any
+Depends: libghc6-sha-dev (= ${binary:Version}), ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell SHA suite of message digest functions - GHC 6 profiling libraries
+ This library implements the SHA suite of message digest functions,
+ according to NIST FIPS 180-2 (with the SHA-224 addendum), as well
+ as the SHA-based HMAC routines.
+ .
+ The functions have been tested against most of the NIST and RFC test
+ vectors for the various functions. While some attention has been paid
+ to performance, these do not presently reach the speed of well-tune
+ libraries, like OpenSSL.
+ .
+ This package contains the profiling libraries compiled for GHC 6.
+
+Package: haskell-sha-doc
+Section: doc
+Architecture: all
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell SHA suite of message digest functions - documentation
+ This library implements the SHA suite of message digest functions,
+ according to NIST FIPS 180-2 (with the SHA-224 addendum), as well
+ as the SHA-based HMAC routines.
+ .
+ The functions have been tested against most of the NIST and RFC test
+ vectors for the various functions. While some attention has been paid
+ to performance, these do not presently reach the speed of well-tune
+ libraries, like OpenSSL.
+ .
+ This package contains the library documentation.
diff --git a/p/haskell-sha/debian/copyright b/p/haskell-sha/debian/copyright
new file mode 100644
index 000000000..42b60e087
--- /dev/null
+++ b/p/haskell-sha/debian/copyright
@@ -0,0 +1,43 @@
+Format-Specification: http://dep.debian.net/deps/dep5
+Name: Haskell SHA suite of message digest functions
+Maintainer: Adam Wick <awick@galois.com>
+Source: http://hackage.haskell.org/package/SHA
+
+Files: *
+Copyright: © 2008, Galois, Inc.
+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:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * 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.
+ * Neither the name of the Galois, Inc. nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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
+ COPYRIGHT OWNER 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: © 2009 Giovanni Mascellani <mascellani@poisson.phc.unipi.it>
+License: GPL-3+
+ The Debian packaging information is under the GPL, version 3 or later. On
+ Debian GNU/Linux systems, the complete text of the GNU General Public License
+ Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
diff --git a/p/haskell-sha/debian/haskell-sha-doc.dirs b/p/haskell-sha/debian/haskell-sha-doc.dirs
new file mode 100644
index 000000000..b3f4921de
--- /dev/null
+++ b/p/haskell-sha/debian/haskell-sha-doc.dirs
@@ -0,0 +1 @@
+usr/share/doc/haskell-sha-doc
diff --git a/p/haskell-sha/debian/haskell-sha-doc.doc-base b/p/haskell-sha/debian/haskell-sha-doc.doc-base
new file mode 100644
index 000000000..d04e19641
--- /dev/null
+++ b/p/haskell-sha/debian/haskell-sha-doc.doc-base
@@ -0,0 +1,9 @@
+Document: haskell-sha-api
+Title: Documentation for the haskell SHA suite of message digest functions
+Author: Galois, Inc.
+Abstract: API interface for the haskell SHA suite of message digest functions
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/haskell-sha-doc/html/index.html
+Files: /usr/share/doc/haskell-sha-doc/html/*.html
diff --git a/p/haskell-sha/debian/rules b/p/haskell-sha/debian/rules
new file mode 100755
index 000000000..e38b7f549
--- /dev/null
+++ b/p/haskell-sha/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_HADDOCK_HTML_DIR ?= /usr/share/doc/haskell-sha-doc/html/
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-sha/debian/watch b/p/haskell-sha/debian/watch
new file mode 100644
index 000000000..7580adcfe
--- /dev/null
+++ b/p/haskell-sha/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/SHA /packages/archive/SHA/.*/SHA-([\d\.]*)\.tar\.gz