[Pkg-haskell-commits] darcs: haskell-crypto-pubkey-openssh: Initial Check-In

Clint Adams clint at debian.org
Tue Jan 20 02:59:39 UTC 2015


Tue Jan 20 02:59:09 UTC 2015  Clint Adams <clint at debian.org>
  * Initial Check-In

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./patches/
    A ./patches/newer-tasty.diff
    A ./patches/older-process.diff
    A ./patches/series
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Tue Jan 20 02:59:09 UTC 2015  Clint Adams <clint at debian.org>
  * Initial Check-In
diff -rN -u old-haskell-crypto-pubkey-openssh/changelog new-haskell-crypto-pubkey-openssh/changelog
--- old-haskell-crypto-pubkey-openssh/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto-pubkey-openssh/changelog	2015-01-20 02:59:39.851920294 +0000
@@ -0,0 +1,5 @@
+haskell-crypto-pubkey-openssh (0.2.6-1) unstable; urgency=medium
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Mon, 19 Jan 2015 21:26:58 -0500
diff -rN -u old-haskell-crypto-pubkey-openssh/compat new-haskell-crypto-pubkey-openssh/compat
--- old-haskell-crypto-pubkey-openssh/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto-pubkey-openssh/compat	2015-01-20 02:59:39.851920294 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-crypto-pubkey-openssh/control new-haskell-crypto-pubkey-openssh/control
--- old-haskell-crypto-pubkey-openssh/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto-pubkey-openssh/control	2015-01-20 02:59:39.851920294 +0000
@@ -0,0 +1,86 @@
+Source: haskell-crypto-pubkey-openssh
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-asn1-encoding-dev (>= 0.8)
+  , libghc-asn1-encoding-dev (<< 0.9)
+  , libghc-asn1-encoding-prof
+  , libghc-asn1-types-dev (>= 0.2)
+  , libghc-asn1-types-dev (<< 0.3)
+  , libghc-asn1-types-prof
+  , libghc-attoparsec-dev (>= 0.10)
+  , libghc-attoparsec-dev (<< 0.11)
+  , libghc-attoparsec-prof
+  , libghc-base64-bytestring-dev (>= 1.0)
+  , libghc-base64-bytestring-dev (<< 1.1)
+  , libghc-base64-bytestring-prof
+  , libghc-cereal-dev (>= 0.4)
+  , libghc-cereal-dev (<< 0.5)
+  , libghc-cereal-prof
+  , libghc-crypto-pubkey-types-dev (>= 0.4)
+  , libghc-crypto-pubkey-types-dev (<< 0.5)
+  , libghc-crypto-pubkey-types-prof
+  , libghc-pem-dev (>= 0.2)
+  , libghc-pem-dev (<< 0.3)
+  , libghc-pem-prof
+  , libghc-tasty-dev (>= 0.8)
+  , libghc-tasty-quickcheck-dev (>= 0.8)
+  , libghc-quickcheck2-dev (>= 2.6)
+  , libghc-temporary-dev (>= 1.1)
+  , libghc-temporary-dev (<< 1.3)
+Build-Depends-Indep: ghc-doc
+  , libghc-asn1-encoding-doc
+  , libghc-asn1-types-doc
+  , libghc-attoparsec-doc
+  , libghc-base64-bytestring-doc
+  , libghc-cereal-doc
+  , libghc-crypto-pubkey-types-doc
+  , libghc-pem-doc
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/crypto-pubkey-openssh
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-pubkey-openssh
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-crypto-pubkey-openssh
+X-Description: OpenSSH key codec
+ This encodes and decodes OpenSSH public and private keys.
+
+Package: libghc-crypto-pubkey-openssh-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-crypto-pubkey-openssh-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-crypto-pubkey-openssh-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-crypto-pubkey-openssh/copyright new-haskell-crypto-pubkey-openssh/copyright
--- old-haskell-crypto-pubkey-openssh/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto-pubkey-openssh/copyright	2015-01-20 02:59:39.851920294 +0000
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: crypto-pubkey-openssh
+Upstream-Contact: Fedor Gogolev <knsd at knsd.net>
+Source: http://hackage.haskell.org/package/crypto-pubkey-openssh
+
+Files: *
+Copyright: 2013 Fedor Gogolev
+License: Expat
+
+Files: debian/*
+Copyright: 2015 Clint Adams
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff -rN -u old-haskell-crypto-pubkey-openssh/patches/newer-tasty.diff new-haskell-crypto-pubkey-openssh/patches/newer-tasty.diff
--- old-haskell-crypto-pubkey-openssh/patches/newer-tasty.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto-pubkey-openssh/patches/newer-tasty.diff	2015-01-20 02:59:39.851920294 +0000
@@ -0,0 +1,13 @@
+--- a/crypto-pubkey-openssh.cabal
++++ b/crypto-pubkey-openssh.cabal
+@@ -59,8 +59,8 @@
+                   , asn1-types                 == 0.2.*
+                   , asn1-encoding              == 0.8.*
+ 
+-                  , tasty                      == 0.8.*
+-                  , tasty-quickcheck           == 0.8.*
++                  , tasty
++                  , tasty-quickcheck
+                   , QuickCheck                 >= 2.6
+                   , temporary                  == 1.2.*  || == 1.1.*
+                   , process
diff -rN -u old-haskell-crypto-pubkey-openssh/patches/older-process.diff new-haskell-crypto-pubkey-openssh/patches/older-process.diff
--- old-haskell-crypto-pubkey-openssh/patches/older-process.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto-pubkey-openssh/patches/older-process.diff	2015-01-20 02:59:39.851920294 +0000
@@ -0,0 +1,11 @@
+--- a/crypto-pubkey-openssh.cabal
++++ b/crypto-pubkey-openssh.cabal
+@@ -63,7 +63,7 @@
+                   , tasty-quickcheck           == 0.8.*
+                   , QuickCheck                 >= 2.6
+                   , temporary                  == 1.2.*  || == 1.1.*
+-                  , process                    == 1.2.*
++                  , process
+                   , filepath                   == 1.3.*
+                   , deepseq                    == 1.3.*
+ 
diff -rN -u old-haskell-crypto-pubkey-openssh/patches/series new-haskell-crypto-pubkey-openssh/patches/series
--- old-haskell-crypto-pubkey-openssh/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto-pubkey-openssh/patches/series	2015-01-20 02:59:39.851920294 +0000
@@ -0,0 +1,2 @@
+older-process.diff
+newer-tasty.diff
diff -rN -u old-haskell-crypto-pubkey-openssh/rules new-haskell-crypto-pubkey-openssh/rules
--- old-haskell-crypto-pubkey-openssh/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto-pubkey-openssh/rules	2015-01-20 02:59:39.851920294 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+#DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-crypto-pubkey-openssh/source/format new-haskell-crypto-pubkey-openssh/source/format
--- old-haskell-crypto-pubkey-openssh/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto-pubkey-openssh/source/format	2015-01-20 02:59:39.855920292 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-crypto-pubkey-openssh/watch new-haskell-crypto-pubkey-openssh/watch
--- old-haskell-crypto-pubkey-openssh/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto-pubkey-openssh/watch	2015-01-20 02:59:39.855920292 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/crypto-pubkey-openssh/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list