debian/0000755000000000000000000000000011677652410007177 5ustar debian/source/0000755000000000000000000000000011677652410010477 5ustar debian/source/format0000644000000000000000000000001411677651141011705 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211266324603010367 0ustar 7 debian/copyright0000644000000000000000000000366711677652302011146 0ustar This package was debianized by: W. Martin Borgert on Sat, 17 Oct 2009 11:02:13 +0000 It was downloaded from: http://trac-hacks.org/wiki/XmlRpcPlugin Upstream Author: Alec Thomas Copyright: © 2005-2008 Alec Thomas (alec@swapoff.org) © 2009 www.CodeResort.com - BV Network AS (simon-code@bvnetwork.no) License: Copyright (c) The Regents of the University of California. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/changelog0000644000000000000000000000072511677652151011057 0ustar trac-xmlrpc (1.1.2+r10706-1) unstable; urgency=low * New upstream version (Closes: #653726). Works with Trac 0.12. * Fixed lintians. [Jakub Wilk ] * Replace deprecated > operator with >=. -- W. Martin Borgert Sat, 31 Dec 2011 18:27:57 +0000 trac-xmlrpc (1.0.6+svn6598-1) unstable; urgency=low * First Debian package (Closes: #547449). -- W. Martin Borgert Sat, 17 Oct 2009 10:59:07 +0000 debian/control0000644000000000000000000000157411677651222010611 0ustar Source: trac-xmlrpc Section: web Priority: optional Build-Depends: python-all (>= 2.6.6-3~), python-setuptools, debhelper (>= 7.0.50~) Maintainer: Python Applications Packaging Team Uploaders: W. Martin Borgert Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/trac-xmlrpc/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-xmlrpc/trunk/ Homepage: http://trac-hacks.org/wiki/XmlRpcPlugin Package: trac-xmlrpc Architecture: all Depends: ${python:Depends}, ${misc:Depends}, trac Description: XML-RPC interface to the Trac wiki and issue tracking system This plugin allows Trac plugins to export select parts of their interface via XML-RPC. It also includes some exported functions for manipulating tickets, with plans to include interfaces to other parts of Trac's API. debian/rules0000755000000000000000000000013611677651466010271 0ustar #!/usr/bin/make -f %: dh $@ --sourcedir=trunk --with python2 --buildsystem=python_distutils