debian/0002755000000000000000000000000012114357575007202 5ustar debian/source/0002755000000000000000000000000012114357570010475 5ustar debian/source/format0000644000000000000000000000001412113241743011672 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015312113241743010214 0ustar version=3 https://launchpad.net/oerplib/+download https://launchpad.net/oerplib/.*/(?i)oerplib-(.+).tar.gz debian/control0000644000000000000000000000321112113241743010564 0ustar Source: python-oerplib Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: W. Martin Borgert Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~), python-sphinx Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-oerplib/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-oerplib/trunk/ Homepage: https://launchpad.net/oerplib Package: python-oerplib Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: Python client library to OpenERP server OERPLib is a client library to OpenERP server. It aims to provide an easy way to remotely pilot and manage an OpenERP server. . It support both protocols XML-RPC and NET-RPC to communicate with OpenERP, and provides convenients methods to manage data records (browse operation implemented). Other functionalities such as downloading reports, workflow queries and databases management are provided. Package: python-oerplib-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends} Description: Python client library to OpenERP server (documentation) OERPLib is a client library to OpenERP server. It aims to provide an easy way to remotely pilot and manage an OpenERP server. . It support both protocols XML-RPC and NET-RPC to communicate with OpenERP, and provides convenients methods to manage data records (browse operation implemented). Other functionalities such as downloading reports, workflow queries and databases management are provided. . This package contains the HTML documentation. debian/changelog0000644000000000000000000000025712113244247011044 0ustar python-oerplib (0.7.0-1) unstable; urgency=low * Initial package for Debian (Closes: #701613). -- W. Martin Borgert Tue, 26 Feb 2013 23:09:50 +0000 debian/python-oerplib-doc.docs0000644000000000000000000000003712113241743013554 0ustar doc.debian/build/html examples debian/compat0000644000000000000000000000000212113241743010362 0ustar 7 debian/python-oerplib.install0000644000000000000000000000000512113241743013522 0ustar usr/ debian/rules0000755000000000000000000000047512113241743010252 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2,sphinxdoc override_dh_auto_build: dh_auto_build # Build the HTML documentation. cp -r doc doc.debian make -C doc.debian html override_dh_auto_clean: rm -rf doc.debian dh_auto_clean debian/python-oerplib.docs0000644000000000000000000000002712113244247013012 0ustar README.txt AUTHORS.txt debian/copyright0000644000000000000000000000247312113244247011127 0ustar This work was packaged for Debian by: Sébastien Alix on Sun, 21 Aug 2011 15:17:12 +0200 minor changes by W. Martin Borgert It was downloaded from: https://launchpad.net/oerplib Upstream Author: ABF Osiell - Sébastien Alix Copyright: Copyright (C) 2011 ABF Osiell 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 (C) 2011 Sébastien Alix and is licensed under the LGPL version 3, see "/usr/share/common-licenses/LGPL-3".