summaryrefslogtreecommitdiff
path: root/p/haskell-authenticate-oauth
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-03-07 15:46:49 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2014-03-07 15:46:49 +0400
commit668b40f8cc2754d63f545dcbbabc575a15d2a49c (patch)
treeb05d39d56ff6555d32949c2aa2dcd16fe891116c /p/haskell-authenticate-oauth
parentb861883202eebc945cb80797bb1d7a36c2933f2c (diff)
downloadDHG_packages-668b40f8cc2754d63f545dcbbabc575a15d2a49c.tar.gz
haskell-authenticate-oauth: New upstream release
Diffstat (limited to 'p/haskell-authenticate-oauth')
-rw-r--r--p/haskell-authenticate-oauth/debian/changelog5
-rw-r--r--p/haskell-authenticate-oauth/debian/patches/bump-crypto-pubkey-types-dep15
-rw-r--r--p/haskell-authenticate-oauth/debian/patches/series1
3 files changed, 3 insertions, 18 deletions
diff --git a/p/haskell-authenticate-oauth/debian/changelog b/p/haskell-authenticate-oauth/debian/changelog
index 559e527d6..84e2058be 100644
--- a/p/haskell-authenticate-oauth/debian/changelog
+++ b/p/haskell-authenticate-oauth/debian/changelog
@@ -1,8 +1,9 @@
-haskell-authenticate-oauth (1.4.0.6-2) UNRELEASED; urgency=low
+haskell-authenticate-oauth (1.4.0.8-1) UNRELEASED; urgency=low
* Adjust watch file to new hackage layout
+ * New upstream release
- -- Joachim Breitner <nomeata@debian.org> Sat, 05 Oct 2013 18:19:34 +0200
+ -- Joachim Breitner <nomeata@debian.org> Fri, 07 Mar 2014 12:46:38 +0100
haskell-authenticate-oauth (1.4.0.6-1) unstable; urgency=low
diff --git a/p/haskell-authenticate-oauth/debian/patches/bump-crypto-pubkey-types-dep b/p/haskell-authenticate-oauth/debian/patches/bump-crypto-pubkey-types-dep
deleted file mode 100644
index 02db0121e..000000000
--- a/p/haskell-authenticate-oauth/debian/patches/bump-crypto-pubkey-types-dep
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Bump crypto-pubkey-types dependency
-Author: Joachim Breitner <nomeata@debian.org>
-Bug: https://github.com/yesodweb/authenticate/issues/22
-
---- haskell-authenticate-oauth-1.4.0.6.orig/authenticate-oauth.cabal
-+++ haskell-authenticate-oauth-1.4.0.6/authenticate-oauth.cabal
-@@ -18,7 +18,7 @@ library
- , http-conduit >= 1.4
- , transformers >= 0.1 && < 0.4
- , bytestring >= 0.9
-- , crypto-pubkey-types >= 0.1 && < 0.4
-+ , crypto-pubkey-types >= 0.1 && < 0.5
- , RSA >= 1.2 && < 1.3
- , time
- , data-default
diff --git a/p/haskell-authenticate-oauth/debian/patches/series b/p/haskell-authenticate-oauth/debian/patches/series
deleted file mode 100644
index 4a04e9fbc..000000000
--- a/p/haskell-authenticate-oauth/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-bump-crypto-pubkey-types-dep