[Python-apps-commits] r3971 - in packages (21 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Sat Oct 17 16:02:36 UTC 2009


    Date: Saturday, October 17, 2009 @ 16:02:33
  Author: debacle
Revision: 3971

Preparation of some more Trac plugins. Not yet ready!

Added:
  packages/trac-customfieldadmin/trunk/debian/
  packages/trac-customfieldadmin/trunk/debian/changelog
  packages/trac-customfieldadmin/trunk/debian/compat
  packages/trac-customfieldadmin/trunk/debian/control
  packages/trac-customfieldadmin/trunk/debian/copyright
  packages/trac-customfieldadmin/trunk/debian/pycompat
  packages/trac-customfieldadmin/trunk/debian/rules
  packages/trac-graphviz/trunk/debian/
  packages/trac-graphviz/trunk/debian/changelog
  packages/trac-graphviz/trunk/debian/compat
  packages/trac-graphviz/trunk/debian/control
  packages/trac-graphviz/trunk/debian/copyright
  packages/trac-graphviz/trunk/debian/pycompat
  packages/trac-graphviz/trunk/debian/rules
  packages/trac-mastertickets/trunk/debian/
  packages/trac-mastertickets/trunk/debian/changelog
  packages/trac-mastertickets/trunk/debian/compat
  packages/trac-mastertickets/trunk/debian/control
  packages/trac-mastertickets/trunk/debian/copyright
  packages/trac-mastertickets/trunk/debian/pycompat
  packages/trac-mastertickets/trunk/debian/rules

Added: packages/trac-customfieldadmin/trunk/debian/changelog
===================================================================
--- packages/trac-customfieldadmin/trunk/debian/changelog	                        (rev 0)
+++ packages/trac-customfieldadmin/trunk/debian/changelog	2009-10-17 16:02:33 UTC (rev 3971)
@@ -0,0 +1,5 @@
+trac-customfieldadmin (r5485-1) unstable; urgency=low
+
+  * First Debian package (Closes: #504320).
+
+ -- W. Martin Borgert <debacle at debian.org>  Sat, 17 Oct 2009 15:39:34 +0000

Added: packages/trac-customfieldadmin/trunk/debian/compat
===================================================================
--- packages/trac-customfieldadmin/trunk/debian/compat	                        (rev 0)
+++ packages/trac-customfieldadmin/trunk/debian/compat	2009-10-17 16:02:33 UTC (rev 3971)
@@ -0,0 +1 @@
+7

Added: packages/trac-customfieldadmin/trunk/debian/control
===================================================================
--- packages/trac-customfieldadmin/trunk/debian/control	                        (rev 0)
+++ packages/trac-customfieldadmin/trunk/debian/control	2009-10-17 16:02:33 UTC (rev 3971)
@@ -0,0 +1,21 @@
+Source: trac-customfieldadmin
+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-customfieldadmin/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-customfieldadmin/trunk/
+XS-Python-Version: all
+Homepage: http://trac-hacks.org/wiki/CustomFieldAdminPlugin
+
+Package: trac-customfieldadmin
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, trac
+Description: panel for administrating custom ticket fields in Trac
+ This Trac plugin is a web admin panel for administrating custom
+ fields - adding, modifying and deleting them without editing
+ the trac.ini file directly.
+XB-Python-Version: ${python:Versions}

Added: packages/trac-customfieldadmin/trunk/debian/copyright
===================================================================
--- packages/trac-customfieldadmin/trunk/debian/copyright	                        (rev 0)
+++ packages/trac-customfieldadmin/trunk/debian/copyright	2009-10-17 16:02:33 UTC (rev 3971)
@@ -0,0 +1,35 @@
+This package was debianized by:
+
+    W. Martin Borgert <debacle at debian.org> on Sat, 17 Oct 2009 15:41:29 +0000
+
+It was downloaded from:
+
+    http://trac-hacks.org/wiki/CustomFieldAdminPlugin
+
+Upstream Author:
+
+    CodeResort.com & Optaros.com
+
+Copyright:
+
+    © 2005-2009, CodeResort.com & Optaros.com
+
+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-customfieldadmin/trunk/debian/pycompat
===================================================================
--- packages/trac-customfieldadmin/trunk/debian/pycompat	                        (rev 0)
+++ packages/trac-customfieldadmin/trunk/debian/pycompat	2009-10-17 16:02:33 UTC (rev 3971)
@@ -0,0 +1 @@
+2

Added: packages/trac-customfieldadmin/trunk/debian/rules
===================================================================
--- packages/trac-customfieldadmin/trunk/debian/rules	                        (rev 0)
+++ packages/trac-customfieldadmin/trunk/debian/rules	2009-10-17 16:02:33 UTC (rev 3971)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+DEB_SRCDIR=0.11
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk


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

Added: packages/trac-graphviz/trunk/debian/changelog
===================================================================
--- packages/trac-graphviz/trunk/debian/changelog	                        (rev 0)
+++ packages/trac-graphviz/trunk/debian/changelog	2009-10-17 16:02:33 UTC (rev 3971)
@@ -0,0 +1,5 @@
+trac-graphviz (0.7.5-1) unstable; urgency=low
+
+  * First Debian package (Closes: #504552).
+
+ -- W. Martin Borgert <debacle at debian.org>  Sat, 17 Oct 2009 15:44:22 +0000

Added: packages/trac-graphviz/trunk/debian/compat
===================================================================
--- packages/trac-graphviz/trunk/debian/compat	                        (rev 0)
+++ packages/trac-graphviz/trunk/debian/compat	2009-10-17 16:02:33 UTC (rev 3971)
@@ -0,0 +1 @@
+7

Added: packages/trac-graphviz/trunk/debian/control
===================================================================
--- packages/trac-graphviz/trunk/debian/control	                        (rev 0)
+++ packages/trac-graphviz/trunk/debian/control	2009-10-17 16:02:33 UTC (rev 3971)
@@ -0,0 +1,22 @@
+Source: trac-graphviz
+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-graphviz/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-graphviz/trunk/
+XS-Python-Version: all
+Homepage: http://trac-hacks.org/wiki/GraphvizPlugin
+
+Package: trac-graphviz
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, trac, graphviz, librsvg2-2
+Description: allows for inline creation of diagrams in Trac
+ The graphviz wiki processor is a plugin for Trac that allows the
+ dynamic generation of diagrams by the various graphviz programs.
+ The text of a wiki page can contain the source text for graphviz
+ and the web browser will show the resulting image.
+XB-Python-Version: ${python:Versions}

Added: packages/trac-graphviz/trunk/debian/copyright
===================================================================
--- packages/trac-graphviz/trunk/debian/copyright	                        (rev 0)
+++ packages/trac-graphviz/trunk/debian/copyright	2009-10-17 16:02:33 UTC (rev 3971)
@@ -0,0 +1,35 @@
+This package was debianized by:
+
+    W. Martin Borgert <debacle at debian.org> on Sat, 17 Oct 2009 15:49:08 +0000
+
+It was downloaded from:
+
+    http://trac-hacks.org/wiki/GraphvizPlugin
+
+Upstream Author:
+
+    Peter Kropf <pkropf at gmail.com>
+
+Copyright:
+
+    © 2005, 2006, 2008 Peter Kropf
+
+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-graphviz/trunk/debian/pycompat
===================================================================
--- packages/trac-graphviz/trunk/debian/pycompat	                        (rev 0)
+++ packages/trac-graphviz/trunk/debian/pycompat	2009-10-17 16:02:33 UTC (rev 3971)
@@ -0,0 +1 @@
+2

Added: packages/trac-graphviz/trunk/debian/rules
===================================================================
--- packages/trac-graphviz/trunk/debian/rules	                        (rev 0)
+++ packages/trac-graphviz/trunk/debian/rules	2009-10-17 16:02:33 UTC (rev 3971)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+DEB_SRCDIR=0.11-0.7.5
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk


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

Added: packages/trac-mastertickets/trunk/debian/changelog
===================================================================
--- packages/trac-mastertickets/trunk/debian/changelog	                        (rev 0)
+++ packages/trac-mastertickets/trunk/debian/changelog	2009-10-17 16:02:33 UTC (rev 3971)
@@ -0,0 +1,5 @@
+trac-mastertickets (r4179-2) unstable; urgency=low
+
+  * First Debian package (Closes: #504554).
+
+ -- W. Martin Borgert <debacle at debian.org>  Sat, 17 Oct 2009 15:51:03 +0000

Added: packages/trac-mastertickets/trunk/debian/compat
===================================================================
--- packages/trac-mastertickets/trunk/debian/compat	                        (rev 0)
+++ packages/trac-mastertickets/trunk/debian/compat	2009-10-17 16:02:33 UTC (rev 3971)
@@ -0,0 +1 @@
+7

Added: packages/trac-mastertickets/trunk/debian/control
===================================================================
--- packages/trac-mastertickets/trunk/debian/control	                        (rev 0)
+++ packages/trac-mastertickets/trunk/debian/control	2009-10-17 16:02:33 UTC (rev 3971)
@@ -0,0 +1,23 @@
+Source: trac-mastertickets
+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-mastertickets/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-mastertickets/trunk/
+XS-Python-Version: all
+Homepage: http://trac-hacks.org/wiki/MasterTicketsPlugin
+
+Package: trac-mastertickets
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, trac, trac-graphviz
+Description: adds inter-ticket dependencies to Trac
+ This Trac plugin adds "blocks" and "blocked by" fields to each
+ ticket, enabling you to express dependencies between tickets. It
+ also provides a GraphvizPlugin-based dependency-graph feature
+ for those tickets having dependencies specified, allowing you to
+ visually understand the dependency tree.
+XB-Python-Version: ${python:Versions}

Added: packages/trac-mastertickets/trunk/debian/copyright
===================================================================
--- packages/trac-mastertickets/trunk/debian/copyright	                        (rev 0)
+++ packages/trac-mastertickets/trunk/debian/copyright	2009-10-17 16:02:33 UTC (rev 3971)
@@ -0,0 +1,35 @@
+This package was debianized by:
+
+    W. Martin Borgert <debacle at debian.org> on Sat, 17 Oct 2009 15:53:40 +0000
+
+It was downloaded from:
+
+    http://trac-hacks.org/wiki/MasterTicketsPlugin
+
+Upstream Author:
+
+    Noah Kantrowitz <noah at coderanger.net>
+
+Copyright:
+
+    © 2007-2008 Noah Kantrowitz
+
+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-mastertickets/trunk/debian/pycompat
===================================================================
--- packages/trac-mastertickets/trunk/debian/pycompat	                        (rev 0)
+++ packages/trac-mastertickets/trunk/debian/pycompat	2009-10-17 16:02:33 UTC (rev 3971)
@@ -0,0 +1 @@
+2

Added: packages/trac-mastertickets/trunk/debian/rules
===================================================================
--- packages/trac-mastertickets/trunk/debian/rules	                        (rev 0)
+++ packages/trac-mastertickets/trunk/debian/rules	2009-10-17 16:02:33 UTC (rev 3971)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+DEB_SRCDIR=0.11
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk


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




More information about the Python-apps-commits mailing list