debian/0000755000000000000000000000000011635454723007200 5ustar debian/control0000644000000000000000000000235011635454723010603 0ustar Source: libjifty-plugin-oauth-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libjifty-perl, libnet-oauth-perl, libtest-script-run-perl Maintainer: Debian Perl Group Uploaders: AGOSTINI Yves , gregor herrmann Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Jifty-Plugin-OAuth/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libjifty-plugin-oauth-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libjifty-plugin-oauth-perl.git Package: libjifty-plugin-oauth-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libjifty-perl, libnet-oauth-perl Suggests: libcrypt-openssl-rsa-perl, libdigest-hmac-perl Description: secure API authorization plugin for Jifty Jifty::Plugin::OAuth provides a OAuth web services API for your Jifty app. Other applications may have secure and limited access to your users' data. This plugin adds an /oauth set of URLs to your application. It also adds is_oauthed and oauth_token to Jifty::CurrentUser, so you may have additional restrictions on OAuth access (such as forbidding OAuthed users to change users' passwords). debian/copyright0000644000000000000000000000246411635454723011141 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Shawn M Moore Source: http://search.cpan.org/dist/Jifty-Plugin-OAuth/ Name: Jifty-Plugin-OAuth Files: * Copyright: 2007-2008, Best Practical Solutions, LLC. License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2010, Adam Kennedy 2002-2010, Audrey Tang 2002-2010, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, AGOSTINI Yves 2010-2011, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000037011635454723010231 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Jifty-Plugin-OAuth/ .*/Jifty-Plugin-OAuth-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211635454723010376 0ustar 8 debian/changelog0000644000000000000000000000163611635454723011060 0ustar libjifty-plugin-oauth-perl (0.04-2) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * Add libtest-script-run-perl to Build-Depends-Indep. Thanks to Laurent Fousse for the bug report (closes: #642034). * Set Standards-Version to 3.9.2 (no changes). * Bump debhelper compatibility level to 8. * Remove version from libjifty-perl build dependency, nothing older in the archive. * debian/copyright: update years of packaging copyright. -- gregor herrmann Sun, 18 Sep 2011 22:51:13 +0200 libjifty-plugin-oauth-perl (0.04-1) unstable; urgency=low [ AGOSTINI Yves ] * Initial Release. (Closes: #491052) -- gregor herrmann Sat, 25 Sep 2010 16:59:41 +0200 debian/source/0000755000000000000000000000000011635454723010500 5ustar debian/source/format0000644000000000000000000000001411635454723011706 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000126511635454723010264 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) MANDIR = $(TMP)/usr/share/man/man3 %: dh $@ override_dh_clean: rm -rf t/mason* dh_clean override_dh_auto_test: dh_auto_test -- TEST_FILES="t/t/00-test-setup.t t/t/01-basic.t" override_dh_auto_install: dh_auto_install # remove man fragments $(RM) \ $(MANDIR)/Jifty::Plugin::OAuth::Action::AuthorizeRequestToken.3pm \ $(MANDIR)/Jifty::Plugin::OAuth::Dispatcher.3pm \ $(MANDIR)/Jifty::Plugin::OAuth::Model::AccessToken.3pm \ $(MANDIR)/Jifty::Plugin::OAuth::Model::Consumer.3pm \ $(MANDIR)/Jifty::Plugin::OAuth::Model::RequestToken.3pm \ $(MANDIR)/Jifty::Plugin::OAuth::Token.3pm