debian/0000775000000000000000000000000012247344632007177 5ustar debian/control0000664000000000000000000000233512247344374010610 0ustar Source: qoauth Priority: extra Maintainer: Kubuntu Developers XSBC-Original-Maintainer: Noah Meyerhans Build-Depends: debhelper (>= 9.20120909), libqca2-dev, qt4-qmake, libqca2-plugin-ossl Standards-Version: 3.9.4 Section: libs Homepage: http://wiki.github.com/ayoy/qoauth/ Vcs-Git: git://git.debian.org/collab-maint/qoauth.git Vcs-Browser: http://git.debian.org/?p=collab-maint/qoauth.git;a=summary Package: libqoauth-dev Section: libdevel Architecture: any Depends: libqoauth1 (= ${binary:Version}), libqca2-dev, ${misc:Depends} Description: Qt-based client implementation of the OAuth authorization scheme QOAuth is a Qt-based C++ implementation of an interface to services using the OAuth authorization scheme. . OAuth is described in detail at http://oauth.net/ . This package contains the headers required for building programs that use QOauth. Package: libqoauth1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Qt-based client implementation of the OAuth authorization scheme QOAuth is a Qt-based C++ implementation of an interface to services using OAuth authorization scheme. . OAuth is described in detail at http://oauth.net/ debian/changelog0000664000000000000000000000455412247344632011061 0ustar qoauth (1.0.1-2ubuntu1) trusty; urgency=low * Merge from Debian unstable (LP: #1255971). Remaining changes: - Add kubuntu_02_fix_digets_encoding.diff to prevent twice encoding values when using no encryption -- Roy Jamison Tue, 03 Dec 2013 12:07:54 +0000 qoauth (1.0.1-2) unstable; urgency=low * Switch to debhelp 9 for builds * Bump to standards compliance to 3.9.4 (no changes) -- Noah Meyerhans Thu, 26 Sep 2013 18:27:59 -0700 qoauth (1.0.1-1ubuntu1) natty; urgency=low * Merge with Debian, remaining changes: - Add kubuntu_02_fix_digets_encoding.diff to prevent twice encoding values when using no encryption -- Jonathan Riddell Mon, 08 Nov 2010 13:22:12 +0000 qoauth (1.0.1-1) unstable; urgency=low * New upstream release * Make the ft_interface test non-fatal so we can build on machines lacking internet connectivity (Closes: #591131) * Update debian/copyright to fix a lintian warning about the BSD license * Update standards version to 3.9.1 -- Noah Meyerhans Sun, 01 Aug 2010 12:52:47 -0700 qoauth (1.0-2ubuntu4) maverick; urgency=low * Add missing dep libqca2-plugin-ossl to libqoauth1 -- Rohan Garg Sat, 11 Sep 2010 18:40:00 +0530 qoauth (1.0-2ubuntu3) maverick; urgency=low * Remove kubuntu_01_fix_retruncode_switch.diff to ensure error is set to the most appropriate value (fixes authing in choqok). -- Harald Sitter Fri, 30 Jul 2010 18:50:01 +0200 qoauth (1.0-2ubuntu2) maverick; urgency=low * Add kubuntu_01_fix_retruncode_switch.diff to properly break a return code evaluation switch * Add kubuntu_02_fix_digets_encoding.diff to prevent twice encoding values when using no encryption -- Harald Sitter Wed, 28 Jul 2010 12:10:08 +0200 qoauth (1.0-2ubuntu1) maverick; urgency=low * Disable ft_interface tests to fix FTBFS - Added disable_ft_interface_tests.patch -- Rohan Garg Mon, 19 Jul 2010 16:15:59 +0530 qoauth (1.0-2) unstable; urgency=low * libqoauth-dev depends on libqca2-dev -- Noah Meyerhans Wed, 07 Jul 2010 11:49:22 -0700 qoauth (1.0-1) unstable; urgency=low * Initial release (Closes: #537247) -- Noah Meyerhans Mon, 21 Jun 2010 23:11:09 -0700 debian/libqoauth1.postrm0000775000000000000000000000165312221157464012523 0ustar #!/bin/sh # postrm script for qoauth # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `remove' # * `purge' # * `upgrade' # * `failed-upgrade' # * `abort-install' # * `abort-install' # * `abort-upgrade' # * `disappear' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ldconfig ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/rules0000775000000000000000000000126012221157464010253 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: dh_auto_build make -C src static override_dh_install: make -C src static-install INSTALL_ROOT=`pwd`/debian/tmp dh_install -p libqoauth-dev usr/lib/pkgconfig/qoauth.pc usr/share/pkgconfig dh_install dh_auto_install debian/copyright0000664000000000000000000000514112221157464011130 0ustar This work was packaged for Debian by: Noah Meyerhans on Mon, 21 Jun 2010 23:11:09 -0700 It was downloaded from: http://github.com/ayoy/qoauth Upstream Author: Dominik Kapusta Copyright: Copyright © 2008-2010 by Dominik Kapusta License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-3". The Debian packaging is: Copyright © 2010 Noah Meyerhans and is licensed under the following terms: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. 3. Neither the name of the University 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 REGENTS 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 REGENTS 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/compat0000664000000000000000000000000212221157464010372 0ustar 9 debian/libqoauth-dev.dirs0000664000000000000000000000005012221157464012616 0ustar usr/lib usr/include usr/share/pkgconfig debian/patches/0000775000000000000000000000000012247344374010631 5ustar debian/patches/series0000664000000000000000000000007712247344374012052 0ustar libs_in_lib nonfatal_tests kubuntu_02_fix_digets_encoding.diff debian/patches/kubuntu_02_fix_digets_encoding.diff0000664000000000000000000000106312247344374017534 0ustar Index: qoauth-1.0/src/interface.cpp =================================================================== --- qoauth-1.0.orig/src/interface.cpp 2010-07-25 10:34:08.357558002 +0200 +++ qoauth-1.0/src/interface.cpp 2010-07-25 10:35:51.185558001 +0200 @@ -1078,7 +1078,7 @@ // get percent encoded consumer secret and token secret, join and percent encode once more QByteArray digest = consumerSecret.toPercentEncoding() + "&" + tokenSecret.toPercentEncoding(); - return digest.toPercentEncoding(); + return digest; } #include "moc_interface.cpp" debian/patches/libs_in_lib0000664000000000000000000000072612221157464013020 0ustar Index: qoauth/src/src.pro =================================================================== --- qoauth.orig/src/src.pro 2010-06-28 21:45:26.000000000 -0700 +++ qoauth/src/src.pro 2010-06-28 21:45:33.000000000 -0700 @@ -62,7 +62,7 @@ pkgconfig.files = qoauth.pc contains(QMAKE_HOST.arch, x86_64) { - target.path = $${INSTALL_PREFIX}/lib64 + target.path = $${INSTALL_PREFIX}/lib } else { target.path = $${INSTALL_PREFIX}/lib } debian/patches/nonfatal_tests0000664000000000000000000000120712221157464013572 0ustar Index: qoauth/qoauth.pro =================================================================== --- qoauth.orig/qoauth.pro 2010-08-01 12:27:38.000000000 -0700 +++ qoauth/qoauth.pro 2010-08-01 12:39:15.000000000 -0700 @@ -5,6 +5,6 @@ CONFIG += ordered check.target = check -check.commands = ( cd tests/ut_interface && ./ut_interface ) && ( cd tests/ft_interface && ./ft_interface ) +check.commands = ( cd tests/ut_interface && ./ut_interface ) && ( cd tests/ft_interface && ./ft_interface || echo "WARNING: ft_interface test failed. This may be due to lack of internet connectivity" 1>&2 ) check.depends = sub-tests QMAKE_EXTRA_TARGETS += check debian/libqoauth1.postinst0000775000000000000000000000170612221157464013061 0ustar #!/bin/sh # postinst script for qoauth # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `configure' # * `abort-upgrade' # * `abort-remove' `in-favour' # # * `abort-remove' # * `abort-deconfigure' `in-favour' # `removing' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in configure) ldconfig ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/source/0000775000000000000000000000000012221157464010474 5ustar debian/source/format0000664000000000000000000000001412221157464011702 0ustar 3.0 (quilt) debian/libqoauth1.dirs0000664000000000000000000000001012221157464012117 0ustar usr/lib debian/libqoauth1.install0000664000000000000000000000002312221157464012630 0ustar usr/lib/lib*.so.* debian/docs0000664000000000000000000000000712221157464010044 0ustar README debian/libqoauth-dev.install0000664000000000000000000000005512221157464013330 0ustar usr/include/* usr/lib/lib*.a usr/lib/lib*.so