summaryrefslogtreecommitdiff
path: root/p/haskell-crypto-pubkey-openssh
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2015-01-20 05:59:09 +0300
committerClint Adams <clint@debian.org>2015-01-20 05:59:09 +0300
commit8800fad0975cee6aa82d420e5df03d8993d6ce07 (patch)
tree9535c07980b4530961e76bc9d6ec5cf17022976e /p/haskell-crypto-pubkey-openssh
parentd4e702eff51e851be41e7899116245568caa988a (diff)
downloadDHG_packages-8800fad0975cee6aa82d420e5df03d8993d6ce07.tar.gz
haskell-crypto-pubkey-openssh: Initial Check-In
Diffstat (limited to 'p/haskell-crypto-pubkey-openssh')
-rw-r--r--p/haskell-crypto-pubkey-openssh/debian/changelog5
-rw-r--r--p/haskell-crypto-pubkey-openssh/debian/compat1
-rw-r--r--p/haskell-crypto-pubkey-openssh/debian/control86
-rw-r--r--p/haskell-crypto-pubkey-openssh/debian/copyright32
-rw-r--r--p/haskell-crypto-pubkey-openssh/debian/patches/newer-tasty.diff13
-rw-r--r--p/haskell-crypto-pubkey-openssh/debian/patches/older-process.diff10
-rw-r--r--p/haskell-crypto-pubkey-openssh/debian/patches/series2
-rwxr-xr-xp/haskell-crypto-pubkey-openssh/debian/rules6
-rw-r--r--p/haskell-crypto-pubkey-openssh/debian/source/format1
-rw-r--r--p/haskell-crypto-pubkey-openssh/debian/watch2
10 files changed, 158 insertions, 0 deletions
diff --git a/p/haskell-crypto-pubkey-openssh/debian/changelog b/p/haskell-crypto-pubkey-openssh/debian/changelog
new file mode 100644
index 000000000..612ae0482
--- /dev/null
+++ b/p/haskell-crypto-pubkey-openssh/debian/changelog
@@ -0,0 +1,5 @@
+haskell-crypto-pubkey-openssh (0.2.6-1) unstable; urgency=medium
+
+ * Initial release.
+
+ -- Clint Adams <clint@debian.org> Mon, 19 Jan 2015 21:26:58 -0500
diff --git a/p/haskell-crypto-pubkey-openssh/debian/compat b/p/haskell-crypto-pubkey-openssh/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-crypto-pubkey-openssh/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-crypto-pubkey-openssh/debian/control b/p/haskell-crypto-pubkey-openssh/debian/control
new file mode 100644
index 000000000..b1e77acef
--- /dev/null
+++ b/p/haskell-crypto-pubkey-openssh/debian/control
@@ -0,0 +1,86 @@
+Source: haskell-crypto-pubkey-openssh
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@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 --git a/p/haskell-crypto-pubkey-openssh/debian/copyright b/p/haskell-crypto-pubkey-openssh/debian/copyright
new file mode 100644
index 000000000..270766eec
--- /dev/null
+++ b/p/haskell-crypto-pubkey-openssh/debian/copyright
@@ -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@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 --git a/p/haskell-crypto-pubkey-openssh/debian/patches/newer-tasty.diff b/p/haskell-crypto-pubkey-openssh/debian/patches/newer-tasty.diff
new file mode 100644
index 000000000..558605602
--- /dev/null
+++ b/p/haskell-crypto-pubkey-openssh/debian/patches/newer-tasty.diff
@@ -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 --git a/p/haskell-crypto-pubkey-openssh/debian/patches/older-process.diff b/p/haskell-crypto-pubkey-openssh/debian/patches/older-process.diff
new file mode 100644
index 000000000..e5eeb2d40
--- /dev/null
+++ b/p/haskell-crypto-pubkey-openssh/debian/patches/older-process.diff
@@ -0,0 +1,10 @@
+--- 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 --git a/p/haskell-crypto-pubkey-openssh/debian/patches/series b/p/haskell-crypto-pubkey-openssh/debian/patches/series
new file mode 100644
index 000000000..19cac96ba
--- /dev/null
+++ b/p/haskell-crypto-pubkey-openssh/debian/patches/series
@@ -0,0 +1,2 @@
+older-process.diff
+newer-tasty.diff
diff --git a/p/haskell-crypto-pubkey-openssh/debian/rules b/p/haskell-crypto-pubkey-openssh/debian/rules
new file mode 100755
index 000000000..31337b5b6
--- /dev/null
+++ b/p/haskell-crypto-pubkey-openssh/debian/rules
@@ -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 --git a/p/haskell-crypto-pubkey-openssh/debian/source/format b/p/haskell-crypto-pubkey-openssh/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-crypto-pubkey-openssh/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-crypto-pubkey-openssh/debian/watch b/p/haskell-crypto-pubkey-openssh/debian/watch
new file mode 100644
index 000000000..3a3013f02
--- /dev/null
+++ b/p/haskell-crypto-pubkey-openssh/debian/watch
@@ -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)))