[Python-apps-commits] r3964 - in packages/trac-bitten/trunk (8 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Fri Oct 16 14:07:53 UTC 2009


    Date: Friday, October 16, 2009 @ 14:07:33
  Author: debacle
Revision: 3964

Bitten packaged (master and slave in one package, though).

Added:
  packages/trac-bitten/trunk/debian/
  packages/trac-bitten/trunk/debian/bitten-slave.dbk
  packages/trac-bitten/trunk/debian/changelog
  packages/trac-bitten/trunk/debian/compat
  packages/trac-bitten/trunk/debian/control
  packages/trac-bitten/trunk/debian/copyright
  packages/trac-bitten/trunk/debian/pycompat
  packages/trac-bitten/trunk/debian/rules


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

Added: packages/trac-bitten/trunk/debian/bitten-slave.dbk
===================================================================
--- packages/trac-bitten/trunk/debian/bitten-slave.dbk	                        (rev 0)
+++ packages/trac-bitten/trunk/debian/bitten-slave.dbk	2009-10-16 14:07:33 UTC (rev 3964)
@@ -0,0 +1,84 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
+
+<refentry>
+  <refentryinfo>
+    <address>
+      <email>debacle at debian.org</email>
+    </address>
+    <author>
+      <firstname>W.</firstname>
+      <othername>Martin</othername>
+      <surname>Borgert</surname>
+    </author>
+    <copyright>
+      <year>2009</year>
+      <holder>W. Martin Borgert</holder>
+    </copyright>
+    <date>2009-10-16</date>
+  </refentryinfo>
+  <refmeta>
+    <refentrytitle>bitten-slave</refentrytitle>
+    <manvolnum>1</manvolnum>
+    <refmiscinfo class="source">bitten-slave</refmiscinfo>
+    <refmiscinfo class="manual">User Commands</refmiscinfo>
+  </refmeta>
+  <refnamediv>
+    <refname>bitten-slave</refname>
+
+    <refpurpose>Performs a build and sends result to the Bitten master.</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>bitten-slave</command>
+      <arg><option>--version</option></arg>
+      <arg><option>-h</option></arg>
+      <arg><option>--help</option></arg>
+      <arg><option>--name=<replaceable>name</replaceable></option></arg>
+      <arg><option>-f <replaceable>file</replaceable></option></arg>
+      <arg><option>--config=<replaceable>file</replaceable></option></arg>
+      <arg><option>-u <replaceable>username</replaceable></option></arg>
+      <arg><option>--user=<replaceable>username</replaceable></option></arg>
+      <arg><option>-p <replaceable>password</replaceable></option></arg>
+      <arg><option>--password=<replaceable>password</replaceable></option></arg>
+      <arg><option>-d <replaceable>dir</replaceable></option></arg>
+      <arg><option>--work-dir=<replaceable>dir</replaceable></option></arg>
+      <arg><option>--build-dir=<replaceable>build_dir</replaceable></option></arg>
+      <arg><option>-k</option></arg>
+      <arg><option>--keep-files</option></arg>
+      <arg><option>-s</option></arg>
+      <arg><option>--single</option></arg>
+      <arg><option>-n</option></arg>
+      <arg><option>--dry-run</option></arg>
+      <arg><option>-i <replaceable>seconds</replaceable></option></arg>
+      <arg><option>--interval=<replaceable>seconds</replaceable></option></arg>
+      <arg><option>-l <replaceable>filename</replaceable></option></arg>
+      <arg><option>--log=<replaceable>filename</replaceable></option></arg>
+      <arg><option>-v</option></arg>
+      <arg><option>--verbose</option></arg>
+      <arg><option>-q</option></arg>
+      <arg><option>--quiet</option></arg>
+      <arg><option>--dump-reports</option></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>Description</title>
+
+    <para>
+      <command>bitten-slave</command> performs a continuous
+      integration build and reports the result back to the
+      bitten-master. Run <command>bitten --help</command> for details.
+    </para>
+  </refsect1>
+  <refsect1>
+    <title>Copyright</title>
+
+    <para>Copyright 2009 W. Martin Borgert and released under the
+    <acronym>GNU</acronym> General Public License
+    (<abbrev>GPL</abbrev>). Permission is granted to copy, distribute
+    and/or modify this document under the terms of the
+    <acronym>GNU</acronym> General Public License, Version 2 or any
+    later version published by the Free Software Foundation.</para>
+  </refsect1>
+</refentry>

Added: packages/trac-bitten/trunk/debian/changelog
===================================================================
--- packages/trac-bitten/trunk/debian/changelog	                        (rev 0)
+++ packages/trac-bitten/trunk/debian/changelog	2009-10-16 14:07:33 UTC (rev 3964)
@@ -0,0 +1,5 @@
+trac-bitten (0.6b2-1) unstable; urgency=low
+
+  * First Debian package (Closes: #489774).
+
+ -- W. Martin Borgert <debacle at debian.org>  Fri, 16 Oct 2009 11:38:17 +0000

Added: packages/trac-bitten/trunk/debian/compat
===================================================================
--- packages/trac-bitten/trunk/debian/compat	                        (rev 0)
+++ packages/trac-bitten/trunk/debian/compat	2009-10-16 14:07:33 UTC (rev 3964)
@@ -0,0 +1 @@
+7

Added: packages/trac-bitten/trunk/debian/control
===================================================================
--- packages/trac-bitten/trunk/debian/control	                        (rev 0)
+++ packages/trac-bitten/trunk/debian/control	2009-10-16 14:07:33 UTC (rev 3964)
@@ -0,0 +1,28 @@
+Source: trac-bitten
+Section: web
+Priority: optional
+Build-Depends-Indep: python-setuptools (> 0.5)
+Build-Depends: python-support, python-all-dev, debhelper (>= 7), cdbs, xsltproc, docbook-xsl
+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-bitten/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-bitten/trunk/
+XS-Python-Version: all
+Homepage: http://bitten.edgewall.org/
+
+Package: trac-bitten
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, trac, python-pkg-resources
+Description: continuous integration plugin for Trac
+ Bitten is a Trac extension for continuous integration. It uses
+ a distributed build model, where one or more "slaves" run the
+ actual tests, and a "master" gathers the results and displays
+ them nicely on a web page.
+ . 
+ Bitten is similar to BuildBot, Gump (Apache), Hudson (Sun), or
+ Tinderbox (Mozilla), but integrated well into Trac.
+ .
+ This package contains both the Bitten Master, which integrates into
+ Trac and the Bitten Slave, which performs the actual build.
+XB-Python-Version: ${python:Versions}

Added: packages/trac-bitten/trunk/debian/copyright
===================================================================
--- packages/trac-bitten/trunk/debian/copyright	                        (rev 0)
+++ packages/trac-bitten/trunk/debian/copyright	2009-10-16 14:07:33 UTC (rev 3964)
@@ -0,0 +1,35 @@
+This package was debianized by:
+
+    W. Martin Borgert <debacle at debian.org> on Fri, 16 Oct 2009 12:28:03 +0000
+
+It was downloaded from:
+
+    http://bitten.edgewall.org/wiki/Download
+
+Upstream Author:
+
+    Edgewall Software <info at edgewall.org>
+
+Copyright:
+
+    © 2005-2009 Jun Omae
+
+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-bitten/trunk/debian/pycompat
===================================================================
--- packages/trac-bitten/trunk/debian/pycompat	                        (rev 0)
+++ packages/trac-bitten/trunk/debian/pycompat	2009-10-16 14:07:33 UTC (rev 3964)
@@ -0,0 +1 @@
+2

Added: packages/trac-bitten/trunk/debian/rules
===================================================================
--- packages/trac-bitten/trunk/debian/rules	                        (rev 0)
+++ packages/trac-bitten/trunk/debian/rules	2009-10-16 14:07:33 UTC (rev 3964)
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+DEB_INSTALL_MANPAGES_trac-bitten=bitten-slave.1
+
+DB2MAN=http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
+XP=xsltproc --nonet --novalid
+
+binary-install/trac-bitten::
+	chmod 644 `find debian/trac-bitten/usr/share/ -name '*.html' -o -name '*.png'`
+
+common-build-indep:: $(DEB_INSTALL_MANPAGES_trac-bitten)
+
+%.1: debian/%.dbk
+	$(XP) $(DB2MAN) $<
+
+clean::
+	rm -f $(DEB_INSTALL_MANPAGES_trac-bitten)


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




More information about the Python-apps-commits mailing list