diff options
Diffstat (limited to 'p')
-rw-r--r-- | p/haskell-certificate/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-certificate/debian/control | 2 | ||||
-rw-r--r-- | p/haskell-certificate/debian/patches/newer-crypto-pubkey-types.diff | 13 | ||||
-rw-r--r-- | p/haskell-certificate/debian/patches/series | 1 |
4 files changed, 7 insertions, 15 deletions
diff --git a/p/haskell-certificate/debian/changelog b/p/haskell-certificate/debian/changelog index b2e6b7efd..8ef9e7a99 100644 --- a/p/haskell-certificate/debian/changelog +++ b/p/haskell-certificate/debian/changelog @@ -1,3 +1,9 @@ +haskell-certificate (1.3.8-1) UNRELEASED; urgency=low + + * New upstream release + + -- Joachim Breitner <nomeata@debian.org> Sun, 26 May 2013 10:51:10 +0200 + haskell-certificate (1.3.7-2) unstable; urgency=low * Move Haskell blurb to the end of the description, reduces the impact diff --git a/p/haskell-certificate/debian/control b/p/haskell-certificate/debian/control index 5c70bb1b5..dddf635d3 100644 --- a/p/haskell-certificate/debian/control +++ b/p/haskell-certificate/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9) , ghc-prof , libghc-asn1-data-dev (>> 0.7.1) , libghc-asn1-data-prof - , libghc-crypto-pubkey-types-dev (>> 0.4) + , libghc-crypto-pubkey-types-dev (>> 0.3) , libghc-crypto-pubkey-types-dev (<< 0.5) , libghc-crypto-pubkey-types-prof , libghc-cryptohash-dev diff --git a/p/haskell-certificate/debian/patches/newer-crypto-pubkey-types.diff b/p/haskell-certificate/debian/patches/newer-crypto-pubkey-types.diff deleted file mode 100644 index ed80c22c6..000000000 --- a/p/haskell-certificate/debian/patches/newer-crypto-pubkey-types.diff +++ /dev/null @@ -1,13 +0,0 @@ -Index: certificate-1.3.7/certificate.cabal -=================================================================== ---- certificate-1.3.7.orig/certificate.cabal 2013-04-28 06:35:39.000000000 +0000 -+++ certificate-1.3.7/certificate.cabal 2013-05-25 14:43:22.384370493 +0000 -@@ -31,7 +31,7 @@ - , mtl - , pem >= 0.1 && < 0.2 - , asn1-data >= 0.7.1 && < 0.8.0 -- , crypto-pubkey-types >= 0.3 && < 0.4 -+ , crypto-pubkey-types >= 0.4 && < 0.5 - , cryptohash - , containers - , directory diff --git a/p/haskell-certificate/debian/patches/series b/p/haskell-certificate/debian/patches/series deleted file mode 100644 index da3443e74..000000000 --- a/p/haskell-certificate/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -newer-crypto-pubkey-types.diff |