--- hoauth-0.3.4.orig/debian/control +++ hoauth-0.3.4/debian/control @@ -0,0 +1,80 @@ +Source: hoauth +Priority: optional +Section: haskell +Maintainer: Debian Haskell Group +Uploaders: John Goerzen +Build-Depends: debhelper (>= 7), + cdbs, + haskell-devscripts (>= 0.8), + 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.3 +Homepage: http://hackage.haskell.org/package/hoauth +Vcs-Git: git://git.debian.org/git/pkg-haskell/hoauth.git +Vcs-Browser: http://git.debian.org/?p=pkg-haskell/hoauth.git;a=summary + +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. + --- hoauth-0.3.4.orig/debian/compat +++ hoauth-0.3.4/debian/compat @@ -0,0 +1 @@ +7 --- hoauth-0.3.4.orig/debian/changelog +++ hoauth-0.3.4/debian/changelog @@ -0,0 +1,32 @@ +hoauth (0.3.4-1build1) quantal; urgency=low + + * No-change rebuild for GHC 7.4.2 + + -- Iain Lane Sat, 25 Aug 2012 21:32:10 +0000 + +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 --- hoauth-0.3.4.orig/debian/rules +++ hoauth-0.3.4/debian/rules @@ -0,0 +1,6 @@ +#!/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 + --- hoauth-0.3.4.orig/debian/copyright +++ hoauth-0.3.4/debian/copyright @@ -0,0 +1,32 @@ +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. + --- hoauth-0.3.4.orig/debian/gbp.conf +++ hoauth-0.3.4/debian/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +pristine-tar = True