summaryrefslogtreecommitdiff
path: root/p/haskell-crypto-pubkey-openssh
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-04-05 20:25:11 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2015-04-05 20:25:11 +0300
commit40c2480e4cdc8019b06439d2c4c2d57744895d17 (patch)
tree44b34bac151a39e3cb0bb8ec18201caa381054ee /p/haskell-crypto-pubkey-openssh
parent0d8389b782c73e127690b92567dcb8165eff8793 (diff)
downloadDHG_packages-40c2480e4cdc8019b06439d2c4c2d57744895d17.tar.gz
haskell-crypto-pubkey-openssh: New upstream release
Diffstat (limited to 'p/haskell-crypto-pubkey-openssh')
-rw-r--r--p/haskell-crypto-pubkey-openssh/debian/changelog6
-rw-r--r--p/haskell-crypto-pubkey-openssh/debian/control32
-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
5 files changed, 18 insertions, 45 deletions
diff --git a/p/haskell-crypto-pubkey-openssh/debian/changelog b/p/haskell-crypto-pubkey-openssh/debian/changelog
index 612ae0482..8dda50cac 100644
--- a/p/haskell-crypto-pubkey-openssh/debian/changelog
+++ b/p/haskell-crypto-pubkey-openssh/debian/changelog
@@ -1,3 +1,9 @@
+haskell-crypto-pubkey-openssh (0.2.7-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+
+ -- Joachim Breitner <nomeata@debian.org> Sun, 05 Apr 2015 17:28:27 +0200
+
haskell-crypto-pubkey-openssh (0.2.6-1) unstable; urgency=medium
* Initial release.
diff --git a/p/haskell-crypto-pubkey-openssh/debian/control b/p/haskell-crypto-pubkey-openssh/debian/control
index b1e77acef..613275ff7 100644
--- a/p/haskell-crypto-pubkey-openssh/debian/control
+++ b/p/haskell-crypto-pubkey-openssh/debian/control
@@ -5,35 +5,27 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Clint Adams <clint@debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.15)
+ , haskell-devscripts (>= 0.9)
, ghc
, ghc-prof
- , libghc-asn1-encoding-dev (>= 0.8)
- , libghc-asn1-encoding-dev (<< 0.9)
+ , libghc-asn1-encoding-dev
, libghc-asn1-encoding-prof
- , libghc-asn1-types-dev (>= 0.2)
- , libghc-asn1-types-dev (<< 0.3)
+ , libghc-asn1-types-dev
, libghc-asn1-types-prof
- , libghc-attoparsec-dev (>= 0.10)
- , libghc-attoparsec-dev (<< 0.11)
+ , libghc-attoparsec-dev
, libghc-attoparsec-prof
- , libghc-base64-bytestring-dev (>= 1.0)
- , libghc-base64-bytestring-dev (<< 1.1)
+ , libghc-base64-bytestring-dev
, libghc-base64-bytestring-prof
- , libghc-cereal-dev (>= 0.4)
- , libghc-cereal-dev (<< 0.5)
+ , libghc-cereal-dev
, libghc-cereal-prof
- , libghc-crypto-pubkey-types-dev (>= 0.4)
- , libghc-crypto-pubkey-types-dev (<< 0.5)
+ , libghc-crypto-pubkey-types-dev
, libghc-crypto-pubkey-types-prof
- , libghc-pem-dev (>= 0.2)
- , libghc-pem-dev (<< 0.3)
+ , libghc-pem-dev
, 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)
+ , libghc-tasty-dev
+ , libghc-tasty-quickcheck-dev
+ , libghc-quickcheck2-dev
+ , libghc-temporary-dev
Build-Depends-Indep: ghc-doc
, libghc-asn1-encoding-doc
, libghc-asn1-types-doc
diff --git a/p/haskell-crypto-pubkey-openssh/debian/patches/newer-tasty.diff b/p/haskell-crypto-pubkey-openssh/debian/patches/newer-tasty.diff
deleted file mode 100644
index 558605602..000000000
--- a/p/haskell-crypto-pubkey-openssh/debian/patches/newer-tasty.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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
deleted file mode 100644
index e5eeb2d40..000000000
--- a/p/haskell-crypto-pubkey-openssh/debian/patches/older-process.diff
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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
deleted file mode 100644
index 19cac96ba..000000000
--- a/p/haskell-crypto-pubkey-openssh/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-older-process.diff
-newer-tasty.diff