[Python-apps-commits] r3969 - in packages/trac-xmlrpc/trunk (7 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Sat Oct 17 11:24:53 UTC 2009


    Date: Saturday, October 17, 2009 @ 11:24:51
  Author: debacle
Revision: 3969

Prepare first upload.

Added:
  packages/trac-xmlrpc/trunk/debian/
  packages/trac-xmlrpc/trunk/debian/changelog
  packages/trac-xmlrpc/trunk/debian/compat
  packages/trac-xmlrpc/trunk/debian/control
  packages/trac-xmlrpc/trunk/debian/copyright
  packages/trac-xmlrpc/trunk/debian/pycompat
  packages/trac-xmlrpc/trunk/debian/rules


Property changes on: packages/trac-xmlrpc/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/trac-xmlrpc/trunk/debian/changelog
===================================================================
--- packages/trac-xmlrpc/trunk/debian/changelog	                        (rev 0)
+++ packages/trac-xmlrpc/trunk/debian/changelog	2009-10-17 11:24:51 UTC (rev 3969)
@@ -0,0 +1,5 @@
+trac-xmlrpc (1.0.6+svn6598-1) unstable; urgency=low
+
+  * First Debian package (Closes: #547449).
+
+ -- W. Martin Borgert <debacle at debian.org>  Sat, 17 Oct 2009 10:59:07 +0000

Added: packages/trac-xmlrpc/trunk/debian/compat
===================================================================
--- packages/trac-xmlrpc/trunk/debian/compat	                        (rev 0)
+++ packages/trac-xmlrpc/trunk/debian/compat	2009-10-17 11:24:51 UTC (rev 3969)
@@ -0,0 +1 @@
+7

Added: packages/trac-xmlrpc/trunk/debian/control
===================================================================
--- packages/trac-xmlrpc/trunk/debian/control	                        (rev 0)
+++ packages/trac-xmlrpc/trunk/debian/control	2009-10-17 11:24:51 UTC (rev 3969)
@@ -0,0 +1,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 at lists.alioth.debian.org>
+Uploaders: W. Martin Borgert <debacle at 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.

Added: packages/trac-xmlrpc/trunk/debian/copyright
===================================================================
--- packages/trac-xmlrpc/trunk/debian/copyright	                        (rev 0)
+++ packages/trac-xmlrpc/trunk/debian/copyright	2009-10-17 11:24:51 UTC (rev 3969)
@@ -0,0 +1,36 @@
+This package was debianized by:
+
+    W. Martin Borgert <debacle at debian.org> on Sat, 17 Oct 2009 11:02:13 +0000
+
+It was downloaded from:
+
+    http://trac-hacks.org/wiki/XmlRpcPlugin
+
+Upstream Author:
+
+    Alec Thomas <alec at swapoff.org>
+
+Copyright:
+
+    © 2005-2008 Alec Thomas (alec at swapoff.org)
+    © 2009 www.CodeResort.com - BV Network AS (simon-code at bvnetwork.no)
+
+License:
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted under the terms of the BSD License.
+
+    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.
+
+On Debian systems, the complete text of the BSD License can be found
+in `/usr/share/common-licenses/BSD'.

Added: packages/trac-xmlrpc/trunk/debian/pycompat
===================================================================
--- packages/trac-xmlrpc/trunk/debian/pycompat	                        (rev 0)
+++ packages/trac-xmlrpc/trunk/debian/pycompat	2009-10-17 11:24:51 UTC (rev 3969)
@@ -0,0 +1 @@
+2

Added: packages/trac-xmlrpc/trunk/debian/rules
===================================================================
--- packages/trac-xmlrpc/trunk/debian/rules	                        (rev 0)
+++ packages/trac-xmlrpc/trunk/debian/rules	2009-10-17 11:24:51 UTC (rev 3969)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+DEB_SRCDIR=trunk
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk


Property changes on: packages/trac-xmlrpc/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-apps-commits mailing list