debian/0000755000000000000000000000000012252355607007175 5ustar debian/watch0000644000000000000000000000033012071570443010216 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|hoauth-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/hoauth \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000023512071570401010243 0ustar #!/usr/bin/make -f # Standard way of building Haskell libraries . include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000307312071570401011121 0ustar hOauth Packaged by John Goerzen Downloaded from http://hackage.haskell.org/package/hoauth Copyright (c) 2009, Diego Souza 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. * Neither the name of the nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 HOLDER OR CONTRIBUTORS 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/0000755000000000000000000000000012150113455010463 5ustar debian/source/format0000644000000000000000000000001412150113455011671 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616401010366 0ustar 9 debian/control0000644000000000000000000000456112147621400010574 0ustar Source: hoauth Priority: optional Section: haskell Maintainer: Debian Haskell Group Uploaders: John Goerzen Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.13), haddock, hscolour, ghc, ghc-prof, cpphs , libghc-crypto-pubkey-types-dev (>> 0.1.1) , libghc-crypto-pubkey-types-prof , libghc-curl-dev (>> 1.3.5) , libghc-curl-prof , libghc-dataenc-dev (>> 0.13.0.2) , libghc-dataenc-prof , libghc-entropy-dev (>> 0.2.1) , libghc-entropy-prof , libghc-mtl-dev (>> 1.1.0.2) , libghc-mtl-prof , libghc-random-dev (>> 1.0.0.2) , libghc-random-prof , libghc-rsa-dev (>> 1.2.0.1) , libghc-rsa-prof , libghc-sha-dev (>> 1.4.1.1) , libghc-sha-prof , libghc-utf8-string-dev (>> 0.3.4) , libghc-utf8-string-prof Build-Depends-Indep: ghc-doc , libghc-crypto-pubkey-types-doc , libghc-curl-doc , libghc-dataenc-doc , libghc-entropy-doc , libghc-mtl-doc , libghc-random-doc , libghc-rsa-doc , libghc-sha-doc , libghc-utf8-string-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/hoauth Vcs-Darcs: http://darcs.debian.org/pkg-haskell/hoauth Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/hoauth Package: libghc-hoauth-dev Section: haskell Architecture: any Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Recommends: ${haskell:Recommends} Description: Haskell implementation of OAuth 1.0a This library implements all PLAINTEXT, HMAC-SHA1 and RSA-SHA1 signatures as defined in the specification 1.0. Package: libghc-hoauth-prof Architecture: any Depends: ${misc:Depends}, ${haskell:Depends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Recommends: ${haskell:Recommends} Description: Haskell implementation of OAuth 1.0a; profiling data This library implements all PLAINTEXT, HMAC-SHA1 and RSA-SHA1 signatures as defined in the specification 1.0. Package: libghc-hoauth-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Documentation for Haskell OAuth library hoauth implements all PLAINTEXT, HMAC-SHA1 and RSA-SHA1 signatures as defined in the specification 1.0. . This package provides the API documentation for hoauth. debian/gbp.conf0000644000000000000000000000003612071570401010601 0ustar [DEFAULT] pristine-tar = True debian/changelog0000644000000000000000000000371712252355607011057 0ustar hoauth (0.3.5-2build5) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Thu, 12 Dec 2013 15:51:35 +0000 hoauth (0.3.5-2build4) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sat, 30 Nov 2013 11:35:35 +0000 hoauth (0.3.5-2build3) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sun, 17 Nov 2013 14:03:12 +0000 hoauth (0.3.5-2build2) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sat, 26 Oct 2013 01:29:22 +0100 hoauth (0.3.5-2build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Wed, 12 Jun 2013 13:17:52 +0100 hoauth (0.3.5-2) unstable; urgency=low * Enable compat level 9 * Bump standards version to 3.9.4 -- Joachim Breitner Fri, 24 May 2013 12:52:45 +0200 hoauth (0.3.5-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this package is built against experimental * Change Vcs headers to Darcs * Add watch file * New upstream release -- Joachim Breitner Fri, 04 Jan 2013 16:11:52 +0100 hoauth (0.3.4-1) unstable; urgency=low * New upstream version. -- Clint Adams Wed, 30 May 2012 22:47:18 -0400 hoauth (0.3.3-1) unstable; urgency=low * New upstream version. * Bump to Standards-Version 3.9.3. -- Clint Adams Thu, 08 Mar 2012 10:05:38 -0500 hoauth (0.2.3-2) unstable; urgency=low * ghc7 → ghc and other packaging adjustments -- Joachim Breitner Fri, 27 May 2011 23:48:05 +0200 hoauth (0.2.3-1) unstable; urgency=medium * Initial upload to unstable -- needed by new version of twidge. * Twidge will soon stop working with Twitter due to Twitter dropping non-oAuth authentication, hence the medium urgency. -- John Goerzen Wed, 02 Jun 2010 02:00:38 -0500