1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: trac-xmlrpc
Section: web
Priority: optional
Build-Depends-Indep: python-setuptools (> 0.5)
Build-Depends: python-support, python-all-dev, cdbs, debhelper
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle@debian.org>
Standards-Version: 3.8.3
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/
XS-Python-Version: all
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.
|