debian/0000755000000000000000000000000012151272032007161 5ustar debian/examples0000644000000000000000000000003712151251212010717 0ustar example/* OAuth_TestServer.php debian/source/0000755000000000000000000000000012151265410010463 5ustar debian/source/format0000644000000000000000000000001412151265410011671 0ustar 3.0 (quilt) debian/install0000644000000000000000000000003312151264021010545 0ustar OAuth.php /usr/share/php debian/watch0000644000000000000000000000013312151251212010204 0ustar # This package uses SVN for upstream, which cannot be tracked using a # debian/watch file. debian/rules0000755000000000000000000000003612151271753010251 0ustar #!/usr/bin/make -f %: dh $@ debian/docs0000644000000000000000000000000612151251212010025 0ustar doc/* debian/compat0000644000000000000000000000000212151246054010364 0ustar 7 debian/changelog0000644000000000000000000000114612151272032011035 0ustar liboauth-php (0~svn1262-1) unstable; urgency=low * New upstream version (Closes: 618484) * debian/control: - Update Maintainer and Uploaders (Closes: #705150) - Update Standards-Version to 3.9.4 - Update Vcs - Update Section * debian/copyright: Convert to format 1.0 * debian/format: Convert to 3.0 (quilt) * debian/rules: Remove useless parts -- David Prévot Tue, 28 May 2013 23:20:20 -0400 liboauth-php (0~svn622-1) unstable; urgency=low * Initial release (Closes: #493691) -- Daniel Watkins Mon, 18 Aug 2008 20:48:14 +0100 debian/control0000644000000000000000000000155612151265410010575 0ustar Source: liboauth-php Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: David Prévot Build-Depends: debhelper (>= 7) Standards-Version: 3.9.4 Homepage: http://oauth.net/ Vcs-Git: git://anonscm.debian.org/pkg-php/liboauth-php.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/liboauth-php.git Package: liboauth-php Architecture: all Depends: php5 | php5-cli, ${misc:Depends} Description: PHP library implementing the OAuth secure authentication protocol OAuth is a simple way to publish and interact with protected data. It allows the User to grant access to their private resources on one site, to another site. While OpenID is all about using a single identity to sign into many sites, OAuth is about giving access to your stuff without sharing your identity at all. debian/copyright0000644000000000000000000000265412151265410011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: basic PHP library for OAuth Source: https://oauth.googlecode.com/svn/code/php/ Upstream-Contact: Morten Fangel Files: * Copyright: 2007 Andy Smith License: Expat Files: debian/* Copyright: 2008 Daniel Watkins License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.