summaryrefslogtreecommitdiff
path: root/p/haskell-nonce
diff options
context:
space:
mode:
authorChristopher Reichert <creichert07@gmail.com>2014-12-21 20:58:48 +0300
committerChristopher Reichert <creichert07@gmail.com>2014-12-21 20:58:48 +0300
commit5be5fa6dbe7e215a37d7814159cf635358d00e2f (patch)
treebc0cc9df7b22b44c026b9555b3b06394b2072073 /p/haskell-nonce
parent9ac2cc7e49e87a2cd0b419491225230b862b11e2 (diff)
downloadDHG_packages-5be5fa6dbe7e215a37d7814159cf635358d00e2f.tar.gz
haskell-nonce: Initial Check-In
Diffstat (limited to 'p/haskell-nonce')
-rw-r--r--p/haskell-nonce/debian/changelog5
-rw-r--r--p/haskell-nonce/debian/compat1
-rw-r--r--p/haskell-nonce/debian/control79
-rw-r--r--p/haskell-nonce/debian/copyright42
-rwxr-xr-xp/haskell-nonce/debian/rules8
-rw-r--r--p/haskell-nonce/debian/source/format1
-rw-r--r--p/haskell-nonce/debian/watch2
7 files changed, 138 insertions, 0 deletions
diff --git a/p/haskell-nonce/debian/changelog b/p/haskell-nonce/debian/changelog
new file mode 100644
index 000000000..16bb567b5
--- /dev/null
+++ b/p/haskell-nonce/debian/changelog
@@ -0,0 +1,5 @@
+haskell-nonce (1.0.1-1) UNRELEASED; urgency=low
+
+ * Initial Debian package release.
+
+ -- Christopher Reichert <creichert07@gmail.com> Sun, 21 Dec 2014 11:47:56 -0600
diff --git a/p/haskell-nonce/debian/compat b/p/haskell-nonce/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-nonce/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-nonce/debian/control b/p/haskell-nonce/debian/control
new file mode 100644
index 000000000..54c3ae36f
--- /dev/null
+++ b/p/haskell-nonce/debian/control
@@ -0,0 +1,79 @@
+Source: haskell-nonce
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Christopher Reichert <creichert07@gmail.com>
+Build-Depends: debhelper (>= 7.0),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-base64-bytestring-dev (>= 1.0),
+ libghc-base64-bytestring-dev (<< 1.1),
+ libghc-base64-bytestring-prof,
+ libghc-cprng-aes-dev (>= 0.5),
+ libghc-cprng-aes-dev (<< 0.7),
+ libghc-cprng-aes-prof,
+ libghc-crypto-random-dev (>= 0.0),
+ libghc-crypto-random-dev (<< 0.1),
+ libghc-crypto-random-prof,
+ libghc-text-dev (>= 0.9),
+ libghc-text-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-base64-bytestring-doc,
+ libghc-cprng-aes-doc,
+ libghc-crypto-random-doc,
+ libghc-text-doc,
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/nonce
+X-Description: Generate cryptographic nonces.
+ According to the Wikipedia, a nonce is an arbitrary number used
+ only once in a cryptographic communication. This package
+ contain helper functions for generating nonces.
+ .
+ There are many kinds of nonces used in different situations.
+ It's not guaranteed that by using the nonces from this package
+ you won't have any security issues. Please make sure that the
+ nonces generated via this package are usable on your design.
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-nonce
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-nonce
+
+Package: libghc-nonce-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-nonce-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-nonce-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-nonce/debian/copyright b/p/haskell-nonce/debian/copyright
new file mode 100644
index 000000000..36ace845e
--- /dev/null
+++ b/p/haskell-nonce/debian/copyright
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: nonce
+Upstream-Contact: Felipe Lessa <felipe.lessa@prowdsponsor.com>
+
+Files: *
+Copyright: (c) 2014, Prowdsponsor <opensource@prowdsponsor.com>
+License: BSD3
+
+Files: debian/*
+Copyright: (c) 2014 Christopher Reichert
+License: BSD3
+
+License: BSD3
+ 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 Felipe Lessa <felipe.lessa@prowdsponsor.com> nor the names of other
+ 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.
diff --git a/p/haskell-nonce/debian/rules b/p/haskell-nonce/debian/rules
new file mode 100755
index 000000000..a38d3bada
--- /dev/null
+++ b/p/haskell-nonce/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+#DEB_CABAL_PACKAGE = nonce
+#DEB_DEFAULT_COMPILER = ghc
+#DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-nonce/debian/source/format b/p/haskell-nonce/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-nonce/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-nonce/debian/watch b/p/haskell-nonce/debian/watch
new file mode 100644
index 000000000..8ed12ea62
--- /dev/null
+++ b/p/haskell-nonce/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/nonce/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))