--- hoauth-0.2.3.orig/debian/copyright +++ hoauth-0.2.3/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.2.3.orig/debian/control +++ hoauth-0.2.3/debian/control @@ -0,0 +1,81 @@ +Source: hoauth +Priority: optional +Section: haskell +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Haskell Group +Uploaders: John Goerzen +Build-Depends: debhelper (>= 7), + cdbs, + haskell-devscripts (>= 0.8), + ghc-haddock, + hscolour, + ghc, + ghc-prof, + ghc-doc, + cpphs, + libghc-bytestring-dev, + libghc-bytestring-prof, + libghc-bytestring-doc, + libghc-binary-dev, + libghc-binary-prof, + libghc-binary-doc, + libghc-sha-dev, + libghc-sha-prof, + libghc-sha-doc, + libghc-dataenc-dev, + libghc-dataenc-prof, + libghc-dataenc-doc, + libghc-time-dev, + libghc-time-prof, + libghc-time-doc, + libghc-random-dev, + libghc-random-prof, + libghc-random-doc, + libghc-curl-dev, + libghc-curl-prof, + libghc-curl-doc, + libghc-mtl-dev, + libghc-mtl-prof, + libghc-mtl-doc, + libghc-utf8-string-dev, + libghc-utf8-string-prof, + libghc-utf8-string-doc, +Standards-Version: 3.8.4 +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.2.3.orig/debian/gbp.conf +++ hoauth-0.2.3/debian/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +pristine-tar = True --- hoauth-0.2.3.orig/debian/rules +++ hoauth-0.2.3/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.2.3.orig/debian/compat +++ hoauth-0.2.3/debian/compat @@ -0,0 +1 @@ +7 --- hoauth-0.2.3.orig/debian/changelog +++ hoauth-0.2.3/debian/changelog @@ -0,0 +1,20 @@ +hoauth (0.2.3-2ubuntu1) oneiric; urgency=low + + * Temporarily change haddock BD to ghc-haddock to get transitioned; can + revert once ghc6 is removed and only one package provides haddock. + + -- Iain Lane Mon, 30 May 2011 20:41:18 +0100 + +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