debian/0000755000000000000000000000000011731172003007161 5ustar debian/rules0000755000000000000000000000016611731172003010244 0ustar #!/usr/bin/make -f SHELL=sh -e %: dh $@ \ --with python2 override_dh_clean: dh_clean rm -rf build *.egg-info debian/python-wordpresslib.examples0000644000000000000000000000002311731172003014752 0ustar example.py test.py debian/control0000644000000000000000000000151511731172003010566 0ustar Source: python-wordpress-library Section: python Priority: optional Maintainer: Salvo 'LtWorf' Tomaselli Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~) Standards-Version: 3.9.3 Homepage: https://github.com/charlax/wordpresslib Package: python-wordpresslib Architecture: all Section: python Depends: ${misc:Depends}, ${python:Depends} Description: Python module to connect to Wordpress blogs using XML-RPC protocol This module provides an interface to interact with wordpress blogs using the XML-RPC interface. Currently it can publish, edit and delete content; get information about users, upload files, and more. debian/changelog0000644000000000000000000000061111731172003011031 0ustar python-wordpress-library (1.1-1) unstable; urgency=low * Changed upstream source to https://github.com/charlax/wordpresslib -- Salvo 'LtWorf' Tomaselli Thu, 15 Mar 2012 15:56:22 +0100 python-wordpress-library (1.0-1) unstable; urgency=low * Initial release. (Closes: #650278) -- Salvo 'LtWorf' Tomaselli Mon, 05 Mar 2012 01:19:52 +0100 debian/copyright0000644000000000000000000000406611731172003011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: wordpress-library Upstream-Contact: Charles-Axel Dein Source: https://github.com/charlax/wordpresslib Files: * Copyright: 2005 Michele Ferretti Copyright: 2011 Charles-Axel Dein License: LGPL-2.1+ This library 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 2.1 of the License, or (at your option) any later version. . This library 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 Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General Public License can be found in the /usr/share/common-licenses/LGPL-2.1 file. Files: debian/* Copyright: 2011 Salvo "LtWorf" Tomaselli License: GPL-3+ 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 3 of the License, or (at your option) any later version. . This program 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 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 General Public License can be found in the /usr/share/common-licenses/GPL-3 file. debian/source/0000755000000000000000000000000011731172003010461 5ustar debian/source/format0000644000000000000000000000001411731172003011667 0ustar 3.0 (quilt) debian/python-wordpresslib.docs0000644000000000000000000000003011731172003014062 0ustar README.markdown AUTHORS debian/compat0000644000000000000000000000000211731172003010357 0ustar 7