summaryrefslogtreecommitdiff
path: root/p/haskell-yesod-auth-oauth
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-10-22 07:05:43 +0400
committerClint Adams <clint@debian.org>2012-10-22 07:05:43 +0400
commit217429f59396c130502db434071fdf4b36b489c0 (patch)
tree014444eec441cc1fa9ab8cb6b40ac97884d8049a /p/haskell-yesod-auth-oauth
parent76cc0d16b9c8724493343d382d8a6fcfcddc7ffb (diff)
downloadDHG_packages-217429f59396c130502db434071fdf4b36b489c0.tar.gz
haskell-yesod-auth-oauth: New upstream version 1.1.0.0.
Diffstat (limited to 'p/haskell-yesod-auth-oauth')
-rw-r--r--p/haskell-yesod-auth-oauth/debian/changelog10
-rw-r--r--p/haskell-yesod-auth-oauth/debian/control14
-rw-r--r--p/haskell-yesod-auth-oauth/debian/patches/newer-authenticate-oauth.diff11
-rw-r--r--p/haskell-yesod-auth-oauth/debian/patches/newer-bytestring.diff13
-rw-r--r--p/haskell-yesod-auth-oauth/debian/patches/series2
5 files changed, 28 insertions, 22 deletions
diff --git a/p/haskell-yesod-auth-oauth/debian/changelog b/p/haskell-yesod-auth-oauth/debian/changelog
index 4a066acf1..b3e1132e8 100644
--- a/p/haskell-yesod-auth-oauth/debian/changelog
+++ b/p/haskell-yesod-auth-oauth/debian/changelog
@@ -1,10 +1,14 @@
-haskell-yesod-auth-oauth (1.0.0.1-2) UNRELEASED; urgency=low
+haskell-yesod-auth-oauth (1.1.0.0-1) experimental; urgency=low
- * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
+ [ Joachim Breitner ]
+ * Depend on haskell-devscripts 0.8.13 to ensure this package is built
against experimental
* Bump standards version, no change
- -- Joachim Breitner <nomeata@debian.org> Sat, 13 Oct 2012 14:14:25 +0200
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint@debian.org> Sun, 21 Oct 2012 22:58:08 -0400
haskell-yesod-auth-oauth (1.0.0.1-1) unstable; urgency=low
diff --git a/p/haskell-yesod-auth-oauth/debian/control b/p/haskell-yesod-auth-oauth/debian/control
index c723a2c8f..485fdf5a0 100644
--- a/p/haskell-yesod-auth-oauth/debian/control
+++ b/p/haskell-yesod-auth-oauth/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 7.0)
, cdbs
, ghc
, ghc-prof
- , libghc-authenticate-oauth-dev (>> 1.3)
+ , libghc-authenticate-oauth-dev (>> 1.4)
, libghc-authenticate-oauth-dev (<< 1.5)
, libghc-authenticate-oauth-prof
, libghc-text-dev (>> 0.7)
@@ -17,14 +17,14 @@ Build-Depends: debhelper (>= 7.0)
, libghc-transformers-dev (>> 0.2.2)
, libghc-transformers-dev (<< 0.4)
, libghc-transformers-prof
- , libghc-yesod-auth-dev (>> 1.0)
- , libghc-yesod-auth-dev (<< 1.1)
+ , libghc-yesod-auth-dev (>> 1.1)
+ , libghc-yesod-auth-dev (<< 1.2)
, libghc-yesod-auth-prof
- , libghc-yesod-core-dev (>> 1.0)
- , libghc-yesod-core-dev (<< 1.1)
+ , libghc-yesod-core-dev (>> 1.1)
+ , libghc-yesod-core-dev (<< 1.2)
, libghc-yesod-core-prof
- , libghc-yesod-form-dev (>> 1.0)
- , libghc-yesod-form-dev (<< 1.1)
+ , libghc-yesod-form-dev (>> 1.1)
+ , libghc-yesod-form-dev (<< 1.2)
, libghc-yesod-form-prof
Build-Depends-Indep: ghc-doc
, libghc-authenticate-oauth-doc
diff --git a/p/haskell-yesod-auth-oauth/debian/patches/newer-authenticate-oauth.diff b/p/haskell-yesod-auth-oauth/debian/patches/newer-authenticate-oauth.diff
deleted file mode 100644
index 210cbed0e..000000000
--- a/p/haskell-yesod-auth-oauth/debian/patches/newer-authenticate-oauth.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/yesod-auth-oauth.cabal
-+++ b/yesod-auth-oauth.cabal
-@@ -20,7 +20,7 @@
- cpp-options: -DGHC7
- else
- build-depends: base >= 4 && < 4.3
-- build-depends: authenticate-oauth >= 1.3 && < 1.4
-+ build-depends: authenticate-oauth >= 1.3 && < 1.5
- , bytestring >= 0.9.1.4 && < 0.10
- , yesod-core >= 1.0 && < 1.1
- , yesod-auth >= 1.0 && < 1.1
diff --git a/p/haskell-yesod-auth-oauth/debian/patches/newer-bytestring.diff b/p/haskell-yesod-auth-oauth/debian/patches/newer-bytestring.diff
new file mode 100644
index 000000000..51b2f87f7
--- /dev/null
+++ b/p/haskell-yesod-auth-oauth/debian/patches/newer-bytestring.diff
@@ -0,0 +1,13 @@
+Index: yesod-auth-oauth-1.1.0.0/yesod-auth-oauth.cabal
+===================================================================
+--- yesod-auth-oauth-1.1.0.0.orig/yesod-auth-oauth.cabal 2012-08-25 05:53:25.000000000 +0000
++++ yesod-auth-oauth-1.1.0.0/yesod-auth-oauth.cabal 2012-10-22 03:02:22.644883617 +0000
+@@ -21,7 +21,7 @@
+ else
+ build-depends: base >= 4 && < 4.3
+ build-depends: authenticate-oauth >= 1.4 && < 1.5
+- , bytestring >= 0.9.1.4 && < 0.10
++ , bytestring >= 0.9.1.4 && < 0.11
+ , yesod-core >= 1.1 && < 1.2
+ , yesod-auth >= 1.1 && < 1.2
+ , text >= 0.7 && < 0.12
diff --git a/p/haskell-yesod-auth-oauth/debian/patches/series b/p/haskell-yesod-auth-oauth/debian/patches/series
index 101196537..e039cb90e 100644
--- a/p/haskell-yesod-auth-oauth/debian/patches/series
+++ b/p/haskell-yesod-auth-oauth/debian/patches/series
@@ -1 +1 @@
-newer-authenticate-oauth.diff
+newer-bytestring.diff