debian/0000755000000000000000000000000012274721566007202 5ustar debian/watch0000644000000000000000000000036012036247046010222 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|authenticate-oauth-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/authenticate-oauth \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000015512036247046010253 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000253012036247046011125 0ustar The following license covers this documentation, and the source code, except where otherwise indicated. Copyright 2008, Michael Snoyman. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/source/0000755000000000000000000000000012036247046010472 5ustar debian/source/format0000644000000000000000000000001312036247046011677 0ustar 3.0 (quilt)debian/patches/0000755000000000000000000000000012151366016010616 5ustar debian/patches/series0000644000000000000000000000003512151366016012031 0ustar bump-crypto-pubkey-types-dep debian/patches/bump-crypto-pubkey-types-dep0000644000000000000000000000142012151366016016224 0ustar Description: Bump crypto-pubkey-types dependency Author: Joachim Breitner 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 debian/compat0000644000000000000000000000000212147620561010370 0ustar 9 debian/control0000644000000000000000000000712112151366016010573 0ustar Source: haskell-authenticate-oauth Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.16) , cdbs , ghc , ghc-prof , libghc-rsa-dev (>> 1.2) , libghc-rsa-dev (<< 1.3) , libghc-rsa-prof , libghc-sha-dev (>> 1.4) , libghc-sha-dev (<< 1.7) , libghc-sha-prof , libghc-base64-bytestring-dev (>> 0.1) , libghc-base64-bytestring-dev (<< 1.1) , libghc-base64-bytestring-prof , libghc-blaze-builder-dev , libghc-blaze-builder-prof , libghc-blaze-builder-conduit-dev (>> 0.4) , libghc-blaze-builder-conduit-prof , libghc-conduit-dev (>> 0.4) , libghc-conduit-prof , libghc-crypto-pubkey-types-dev (>> 0.1) , libghc-crypto-pubkey-types-dev (<< 0.5) , libghc-crypto-pubkey-types-prof , libghc-data-default-dev , libghc-data-default-prof , libghc-http-conduit-dev (>> 1.4) , libghc-http-conduit-prof , libghc-http-types-dev (>> 0.6) , libghc-http-types-dev (<< 0.9) , libghc-http-types-prof , libghc-monad-control-dev (>> 0.3) , libghc-monad-control-dev (<< 0.4) , libghc-monad-control-prof , libghc-random-dev , libghc-random-prof , libghc-resourcet-dev (>> 0.3) , libghc-resourcet-dev (<< 0.5) , libghc-resourcet-prof , libghc-transformers-dev (>> 0.1) , libghc-transformers-dev (<< 0.4) , libghc-transformers-prof Build-Depends-Indep: ghc-doc , libghc-rsa-doc , libghc-sha-doc , libghc-base64-bytestring-doc , libghc-blaze-builder-doc , libghc-blaze-builder-conduit-doc , libghc-conduit-doc , libghc-crypto-pubkey-types-doc , libghc-data-default-doc , libghc-http-conduit-doc , libghc-http-types-doc , libghc-monad-control-doc , libghc-random-doc , libghc-resourcet-doc , libghc-transformers-doc Standards-Version: 3.9.4 Homepage: http://github.com/yesodweb/authenticate Package: libghc-authenticate-oauth-dev Architecture: any Depends: ${shlibs:Depends} , ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: authenticate with OAuth for Haskell web applications${haskell:ShortBlurb} OAuth authentication support. . ${haskell:Blurb} Package: libghc-authenticate-oauth-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: authenticate with OAuth for Haskell web applications${haskell:ShortBlurb} OAuth authentication support. . ${haskell:Blurb} Package: libghc-authenticate-oauth-doc Architecture: all Section: doc Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: authenticate with OAuth for Haskell web applications${haskell:ShortBlurb} OAuth authentication support. . ${haskell:Blurb} debian/changelog0000644000000000000000000000454112274721566011060 0ustar haskell-authenticate-oauth (1.4.0.6-1build8) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Thu, 06 Feb 2014 15:00:06 +0000 haskell-authenticate-oauth (1.4.0.6-1build7) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Sun, 29 Dec 2013 21:59:06 +0000 haskell-authenticate-oauth (1.4.0.6-1build6) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Tue, 24 Dec 2013 02:12:29 +0000 haskell-authenticate-oauth (1.4.0.6-1build5) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sat, 30 Nov 2013 17:02:30 +0000 haskell-authenticate-oauth (1.4.0.6-1build4) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Wed, 27 Nov 2013 00:47:23 +0000 haskell-authenticate-oauth (1.4.0.6-1build3) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sun, 27 Oct 2013 08:16:44 -0700 haskell-authenticate-oauth (1.4.0.6-1build2) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Mon, 17 Jun 2013 21:45:12 +0100 haskell-authenticate-oauth (1.4.0.6-1build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Thu, 13 Jun 2013 00:00:57 +0100 haskell-authenticate-oauth (1.4.0.6-1) unstable; urgency=low * Enable compat level 9 * New upstream release * Use Haskell blurb substvars * Patch to support crypto-pubkey-types 0.4 -- Joachim Breitner Wed, 29 May 2013 13:53:57 +0200 haskell-authenticate-oauth (1.4.0.5-1) experimental; urgency=low * New upstream version. -- Colin Watson Tue, 09 Apr 2013 09:55:00 +0100 haskell-authenticate-oauth (1.4.0.4-1) experimental; urgency=low * New upstream release -- Joachim Breitner Sun, 16 Dec 2012 12:31:39 +0100 haskell-authenticate-oauth (1.4.0.2-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change -- Joachim Breitner Thu, 18 Oct 2012 10:24:56 +0200 haskell-authenticate-oauth (1.4.0.2-1) unstable; urgency=low * Initial release. -- Clint Adams Sun, 07 Oct 2012 15:16:33 -0400