[Pkg-haskell-commits] darcs: haskell-drbg: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Sun Dec 21 22:37:51 UTC 2014


Sun Dec 21 22:37:33 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Sun Dec 21 22:37:33 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-drbg/changelog new-haskell-drbg/changelog
--- old-haskell-drbg/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-drbg/changelog	2014-12-21 22:37:51.797452210 +0000
@@ -0,0 +1,5 @@
+haskell-drbg (0.5.3-1) UNRELEASED; urgency=low
+
+  * Debianization generated by cabal-debian
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 21 Dec 2014 23:34:42 +0100
diff -rN -u old-haskell-drbg/compat new-haskell-drbg/compat
--- old-haskell-drbg/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-drbg/compat	2014-12-21 22:37:51.801452210 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-drbg/control new-haskell-drbg/control
--- old-haskell-drbg/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-drbg/control	2014-12-21 22:37:51.801452210 +0000
@@ -0,0 +1,85 @@
+Source: haskell-drbg
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 7.0),
+ haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-cereal-dev (>= 0.2),
+ libghc-cereal-prof,
+ libghc-cipher-aes128-dev (>= 0.6),
+ libghc-cipher-aes128-prof,
+ libghc-crypto-api-dev (>= 0.13),
+ libghc-crypto-api-prof,
+ libghc-cryptohash-cryptoapi-dev (>= 0.1),
+ libghc-cryptohash-cryptoapi-prof,
+ libghc-entropy-dev,
+ libghc-entropy-prof,
+ libghc-mtl-dev (>= 2.0),
+ libghc-mtl-prof,
+ libghc-parallel-dev,
+ libghc-parallel-prof,
+ libghc-prettyclass-dev,
+ libghc-prettyclass-prof,
+ libghc-tagged-dev (>= 0.7),
+ libghc-tagged-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-cereal-doc,
+ libghc-cipher-aes128-doc,
+ libghc-crypto-api-doc,
+ libghc-cryptohash-cryptoapi-doc,
+ libghc-entropy-doc,
+ libghc-mtl-doc,
+ libghc-parallel-doc,
+ libghc-prettyclass-doc,
+ libghc-tagged-doc,
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/DRBG
+X-Description: Cryptographically secure RNGs
+ This package contains a "Deterministic Rrandom Bit Generator" (aka RNG, PRNG)
+ and HMACs, Hashes, and Ciphers based on it.
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-drbg
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-drbg
+
+Package: libghc-drbg-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-drbg-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-drbg-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 -rN -u old-haskell-drbg/copyright new-haskell-drbg/copyright
--- old-haskell-drbg/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-drbg/copyright	2014-12-21 22:37:51.801452210 +0000
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright:Thomas DuBuisson
+License: BSD3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+License: BSD3
+ 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.
diff -rN -u old-haskell-drbg/rules new-haskell-drbg/rules
--- old-haskell-drbg/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-drbg/rules	2014-12-21 22:37:51.801452210 +0000
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
diff -rN -u old-haskell-drbg/source/format new-haskell-drbg/source/format
--- old-haskell-drbg/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-drbg/source/format	2014-12-21 22:37:51.801452210 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-drbg/watch new-haskell-drbg/watch
--- old-haskell-drbg/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-drbg/watch	2014-12-21 22:37:51.801452210 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/DRBG/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list