[Python-apps-commits] r7647 - in packages/trac-bitten/trunk/debian (changelog control)
debacle at users.alioth.debian.org
debacle at users.alioth.debian.org
Thu Oct 13 19:51:43 UTC 2011
Date: Thursday, October 13, 2011 @ 19:51:41
Author: debacle
Revision: 7647
First steps to have trac bitten master and slave in two packages.
Modified:
packages/trac-bitten/trunk/debian/changelog
packages/trac-bitten/trunk/debian/control
Modified: packages/trac-bitten/trunk/debian/changelog
===================================================================
--- packages/trac-bitten/trunk/debian/changelog 2011-10-13 03:38:09 UTC (rev 7646)
+++ packages/trac-bitten/trunk/debian/changelog 2011-10-13 19:51:41 UTC (rev 7647)
@@ -1,5 +1,11 @@
-trac-bitten (0.6b3-1) UNRELEASED; urgency=low
+trac-bitten (0.6.final-1) UNRELEASED; urgency=low
+ * New upstream version (Closes: #633918).
+ * Bump standards to 3.9.2. No changes.
+ * Make separate packages for master and slave (Closes: #575127).
+ * Add init script for slave (Closes: # ...). (TODO!)
+
+ [ anatoly techtonik <techtonik at gmail.com> ]
* New upstream version.
* Dropped dfsg version prefix as there are no non-free SWF files anymore.
* debian/control:
@@ -10,7 +16,7 @@
* debian/pycompat: Dropped.
* debian/watch: Added.
- -- anatoly techtonik <techtonik at gmail.com> Thu, 21 Oct 2010 10:59:26 -0500
+ -- W. Martin Borgert <debacle at debian.org> Wed, 12 Oct 2011 09:46:45 +0000
trac-bitten (0.6b2.dfsg-3) unstable; urgency=low
Modified: packages/trac-bitten/trunk/debian/control
===================================================================
--- packages/trac-bitten/trunk/debian/control 2011-10-13 03:38:09 UTC (rev 7646)
+++ packages/trac-bitten/trunk/debian/control 2011-10-13 19:51:41 UTC (rev 7647)
@@ -4,14 +4,15 @@
Build-Depends: python-support, python-all, python-setuptools, 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.4
+Standards-Version: 3.9.2
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/
Homepage: http://bitten.edgewall.org/
Package: trac-bitten
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, trac, python-pkg-resources
+Depends: ${python:Depends}, ${misc:Depends}, trac, trac-bitten-slave, python-pkg-resources
+Recommends: trac-bitten-slave
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
@@ -21,5 +22,18 @@
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.
+ This package contains the master, which integrates into Trac.
+
+Package: trac-bitten-slave
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, 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 the slave, which performs the actual build.
More information about the Python-apps-commits
mailing list