Commit aeafa5e1 authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

Remove Crypto (Bug#945931)

parent 1074d904
Loading
Loading
Loading
Loading

p/haskell-crypto/debian/changelog

deleted100644 → 0
+0 −119
Original line number Diff line number Diff line
haskell-crypto (4.2.5.1-9) unstable; urgency=medium

  [ Clint Adams ]
  * Set Rules-Requires-Root to no.

  [ Ilias Tsitsimpis ]
  * Bump debhelper compat level to 10

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Sun, 30 Sep 2018 21:05:05 +0300

haskell-crypto (4.2.5.1-8) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
  * Change Priority to optional. Since Debian Policy version 4.0.1,
    priority extra has been deprecated.
  * Use the HTTPS form of the copyright-format URL
  * Modify d/watch and Source field in d/copyright to use HTTPS
  * Declare compliance with Debian policy 4.1.1
  * Use salsa.debian.org URLs in Vcs-{Browser,Git} fields

  [ Clint Adams ]
  * Bump to Standards-Version 4.1.4.

 -- Clint Adams <clint@debian.org>  Mon, 09 Apr 2018 20:04:45 -0400

haskell-crypto (4.2.5.1-7) unstable; urgency=medium

  * Upload to unstable as part of GHC 8 transition.

 -- Clint Adams <clint@debian.org>  Thu, 27 Oct 2016 18:33:03 -0400

haskell-crypto (4.2.5.1-6) experimental; urgency=medium

  [ Dmitry Bogatov ]
  * Use secure (https) uri in Vcs-Git field in 'debian/control'
  * Bump standards version to 3.9.8 (no changes needed)
  * Convert `debian/copyright' to dep5 format

  [ Clint Adams ]
  * Temporarily build-depend on ghc 8.

 -- Clint Adams <clint@debian.org>  Fri, 14 Oct 2016 15:36:42 -0400

haskell-crypto (4.2.5.1-5) unstable; urgency=medium

  * Switch Vcs-Git/Vcs-Browser headers to new location.

 -- Clint Adams <clint@debian.org>  Thu, 03 Dec 2015 14:54:15 -0500

haskell-crypto (4.2.5.1-4) experimental; urgency=medium

  * Bump standards-version to 3.9.6
  * Depend on haskell-devscripts >= 0.10 to ensure that this package
    builds against GHC in experimental

 -- Joachim Breitner <nomeata@debian.org>  Thu, 20 Aug 2015 10:27:17 +0200

haskell-crypto (4.2.5.1-3) unstable; urgency=medium

  * Upload to unstable

 -- Joachim Breitner <nomeata@debian.org>  Mon, 27 Apr 2015 11:48:40 +0200

haskell-crypto (4.2.5.1-2) experimental; urgency=medium

  * Depend on haskell-devscripts 0.9, found in experimental

 -- Joachim Breitner <nomeata@debian.org>  Sat, 20 Dec 2014 17:10:00 +0100

haskell-crypto (4.2.5.1-1) unstable; urgency=low

  * Adjust watch file to new hackage layout
  * New upstream release

 -- Joachim Breitner <nomeata@debian.org>  Tue, 03 Jun 2014 15:29:44 +0200

haskell-crypto (4.2.5-3) unstable; urgency=low

  * Move Haskell blurb to the end of the description, reduces the impact
    of #708703

 -- Joachim Breitner <nomeata@debian.org>  Sat, 25 May 2013 23:52:07 +0200

haskell-crypto (4.2.5-2) unstable; urgency=low

  * Enable compat level 9
  * Use substvars for Haskell description blurbs

 -- Joachim Breitner <nomeata@debian.org>  Fri, 24 May 2013 12:50:15 +0200

haskell-crypto (4.2.5-1) experimental; urgency=low

  * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
    against experimental
  * Bump standards version, no change
  * New upstream release
    + patches/class-constraints.diff: Bits no longer imply Num

 -- Joachim Breitner <nomeata@debian.org>  Sun, 21 Oct 2012 14:29:03 +0200

haskell-crypto (4.2.4-1) unstable; urgency=low

  * New upstream version.
  * Bump to Standards-Version 3.9.2.
  * Add missing class constraints.

 -- Clint Adams <clint@debian.org>  Sun, 12 Feb 2012 22:25:32 -0500

haskell-crypto (4.2.3-2) unstable; urgency=low

  * Disable quickcheck, thanks to joey for the patch. (Closes: #624140)

 -- Joachim Breitner <nomeata@debian.org>  Tue, 26 Apr 2011 22:38:24 +0530

haskell-crypto (4.2.3-1) unstable; urgency=low

  * Initial release. (Closes: #623188)

 -- Joachim Breitner <nomeata@debian.org>  Mon, 18 Apr 2011 14:20:20 +0530

p/haskell-crypto/debian/compat

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
10

p/haskell-crypto/debian/control

deleted100644 → 0
+0 −93
Original line number Diff line number Diff line
Source: haskell-crypto
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nomeata@debian.org>
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends:
 cdbs,
 debhelper (>= 10),
 ghc (>= 8),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-hunit-dev,
 libghc-hunit-prof,
 libghc-random-dev,
 libghc-random-prof,
Build-Depends-Indep: ghc-doc, libghc-hunit-doc, libghc-random-doc
Standards-Version: 4.1.4
Homepage: http://hackage.haskell.org/package/Crypto
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-crypto
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-crypto]

Package: libghc-crypto-dev
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: cryptographical algorithms for Haskell${haskell:ShortBlurb}
 This package contains the following cryptographical algorithms:
  * DES
  * Blowfish
  * AES
  * TEA
  * SHA1
  * MD5
  * RSA
  * BubbleBabble
  * Hexdump
  * Support for Word128, Word192 and Word256 and Beyond
  * PKCS5
  * Padding
  * Various Encryption Modes e.g. Cipher Block Chaining
 .
 ${haskell:Blurb}

Package: libghc-crypto-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: cryptographical algorithms for Haskell${haskell:ShortBlurb}
 This package contains the following cryptographical algorithms:
  * DES
  * Blowfish
  * AES
  * TEA
  * SHA1
  * MD5
  * RSA
  * BubbleBabble
  * Hexdump
  * Support for Word128, Word192 and Word256 and Beyond
  * PKCS5
  * Padding
  * Various Encryption Modes e.g. Cipher Block Chaining
 .
 ${haskell:Blurb}

Package: libghc-crypto-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: cryptographical algorithms for Haskell${haskell:ShortBlurb}
 This package contains the following cryptographical algorithms:
  * DES
  * Blowfish
  * AES
  * TEA
  * SHA1
  * MD5
  * RSA
  * BubbleBabble
  * Hexdump
  * Support for Word128, Word192 and Word256 and Beyond
  * PKCS5
  * Padding
  * Various Encryption Modes e.g. Cipher Block Chaining
 .
 ${haskell:Blurb}

p/haskell-crypto/debian/copyright

deleted100644 → 0
+0 −61
Original line number Diff line number Diff line
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Crypto
Upstream-Contact: Caylee Hogg <caylee.hogg@gmail.com>
Source: https://hackage.haskell.org/package/Crypto

Files: *
Copyright: 2003-2007 Dominic Steinitz
           2007      Greg Heartsfield
           2008      John Meacham
           2006      Russell O'Connor
           2005      Ian Lynagh
License: BSD-3-clause

Files: Codec/Encryption/RSA.hs
       Codec/Encryption/RSA/EMEOAEP.hs
       Codec/Encryption/RSA/NumberTheory.hs
Copyright: 2001-2005 David Sankel
License: GPL-2+

License: BSD-3-clause
 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 author 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.

License: GPL-2+
 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 2
 of the License, or (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian system, copy of GNU Lesser General Public License version 2
 is also located at `/usr/share/common-licenses/GPL-2'
+0 −62
Original line number Diff line number Diff line
diff -ur old/haskell-crypto-4.2.3/Crypto.cabal haskell-crypto-4.2.3/Crypto.cabal
--- old/haskell-crypto-4.2.3/Crypto.cabal	2010-12-27 21:14:30.000000000 -0400
+++ haskell-crypto-4.2.3/Crypto.cabal	2011-04-25 17:48:48.737535576 -0400
@@ -46,7 +46,7 @@
                  Data.Digest.SHA512,
                  Data.LargeWord,
                  Data.HMAC
-        Build-Depends:  QuickCheck >= 2.4.0.1, HUnit
+        Build-Depends:  HUnit
         if flag(small_base)
             Build-Depends: base >= 3, base < 5, array, random, pretty
         else
@@ -58,49 +58,3 @@
                  Codec.Encryption.DESAux,
                  Codec.Encryption.AESAux,
                  Data.Digest.MD5Aux
-
-Executable      SymmetricTest
-  Main-Is:         SymmetricTest.hs
-  Ghc-options:     -fregs-graph
-  Other-modules:   Codec.Utils
-                   Codec.Encryption.Blowfish
-                   Codec.Encryption.Modes
-                   Codec.Encryption.Padding
-                   Codec.Encryption.DES
-                   Codec.Encryption.AES
-                   Data.LargeWord
-
-Executable      SHA1Test
-  Main-Is:         SHA1Test.hs
-  Ghc-options:     -fregs-graph
-  Other-modules:   Codec.Text.Raw
-                   Data.Digest.SHA1
-
-Executable      RSATest
-  Main-Is:         RSATest.hs
-  Ghc-options:     -fregs-graph
-  Other-modules:   Codec.Utils
-                   Data.Digest.SHA1
-                   Codec.Encryption.RSA.MGF
-                   Codec.Encryption.RSA.EMEOAEP
-                   Codec.Encryption.RSA
-
-Executable      QuickTest
-  Main-Is:         QuickTest.hs
-  Ghc-options:     -fregs-graph
-  Extensions: TypeSynonymInstances
-  Other-modules:   Codec.Utils
-                   Codec.Encryption.Blowfish
-                   Codec.Encryption.AES
-                   Codec.Encryption.Modes
-                   Codec.Encryption.Padding
-                   Data.LargeWord
-
-Executable      HMACTest
-  Main-Is:         HMACTest.hs
-  Other-modules:   Codec.Utils
-                   Data.HMAC
-
-Executable      WordListTest
-  Main-Is:         WordListTest.hs
-  Other-modules:   Data.LargeWord
Loading