debian/0000755000000000000000000000000012066051656007175 5ustar debian/docs0000644000000000000000000000001312066025770010040 0ustar readme.txt debian/control0000644000000000000000000000145412066050407010575 0ustar Source: wordpress-xrds-simple Section: php Priority: optional Maintainer: Alexander GQ Gerasiov Build-Depends: debhelper (>= 6.0.7), cdbs Standards-Version: 3.9.4 Homepage: http://wordpress.org/extend/plugins/xrds-simple/ Vcs-Git: git://git.gq.net.ru/wordpress-xrds-simple.git Vcs-Browser: http://git.gq.net.ru/?p=wordpress-xrds-simple.git Package: wordpress-xrds-simple Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, wordpress Description: XRDS-Simple plugin for WordPress XRDS-Simple is a profile of XRDS, a service discovery protocol which used in the OpenID authentication specification as well as OAuth. This plugin provides a generic framework to allow other plugins to contribute their own service endpoints to be included in the XRDS service document for the domain. debian/rules0000755000000000000000000000024312066051610010242 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk DEB_DH_INSTALL_ARGS_DEFAULT := xrds-simple.php usr/share/wordpress/wp-content/plugins/xrds-simple debian/changelog0000644000000000000000000000072712066051620011044 0ustar wordpress-xrds-simple (1.1-1) unstable; urgency=low * New upstream release. * 01_version.patch: Fix upstream version numbering. * Bump Standard's version: no changes needed. * debian/rules: Update to the latest cdbs. -- Alexander GQ Gerasiov Mon, 24 Dec 2012 16:44:58 +0400 wordpress-xrds-simple (1.0-1) unstable; urgency=low * Initial release. (Closes: #563606) -- Alexander GQ Gerasiov Mon, 04 Jan 2010 04:26:02 +0300 debian/compat0000644000000000000000000000000212066025770010371 0ustar 5 debian/source/0000755000000000000000000000000012066025770010473 5ustar debian/source/format0000644000000000000000000000001412066025770011701 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012066050407010615 5ustar debian/patches/series0000644000000000000000000000002112066047710012026 0ustar 01_version.patch debian/patches/01_version.patch0000644000000000000000000000117412066050407013626 0ustar Index: wordpress-xrds-simple/xrds-simple.php =================================================================== --- wordpress-xrds-simple.orig/xrds-simple.php 2012-12-24 16:55:04.000000000 +0400 +++ wordpress-xrds-simple/xrds-simple.php 2012-12-24 16:55:13.000000000 +0400 @@ -3,7 +3,7 @@ Plugin Name: XRDS-Simple Plugin URI: https://github.com/diso/wordpress-xrds-simple Description: Provides framework for other plugins to advertise services via XRDS. -Version: 1.1-alpha +Version: 1.1 Author: DiSo Development Team Author URI: http://diso-project.org/ License: MIT license (http://www.opensource.org/licenses/mit-license.php) debian/copyright0000644000000000000000000000353212066025770011131 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 Name: Wordpress XRDS-Simple plugin Maintainer: DiSo Development Team http://diso-project.org/ Source: http://wordpress.org/extend/plugins/xrds-simple/ Files: * Copyright: Copyright (c) 2008 Stephen Paul Weber License: Expat Files: debian/* Copyright: 2010 Alexander GQ Gerasiov License: GPL-2+ or Expat License: GPL-2+ 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 2 of the License, or (at your option) any later version. . On Debian GNU/Linux systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2' 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.