trac-mastertickets (2.1.3+r4179-1) debian-dir only changes

Summary

 debian/changelog |    7 +++++++
 debian/compat    |    1 +
 debian/control   |   24 ++++++++++++++++++++++++
 debian/copyright |   35 +++++++++++++++++++++++++++++++++++
 debian/pycompat  |    1 +
 debian/rules     |    7 +++++++
 6 files changed, 75 insertions(+)

    
download this patch

Patch contents

--- trac-mastertickets-2.1.3+r4179.orig/debian/compat
+++ trac-mastertickets-2.1.3+r4179/debian/compat
@@ -0,0 +1 @@
+7
--- trac-mastertickets-2.1.3+r4179.orig/debian/copyright
+++ trac-mastertickets-2.1.3+r4179/debian/copyright
@@ -0,0 +1,35 @@
+This package was debianized by:
+
+    W. Martin Borgert <debacle@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@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'.
--- trac-mastertickets-2.1.3+r4179.orig/debian/changelog
+++ trac-mastertickets-2.1.3+r4179/debian/changelog
@@ -0,0 +1,7 @@
+trac-mastertickets (2.1.3+r4179-1) unstable; urgency=low
+
+  * First Debian package (Closes: #504554).
+  * jquery.js is removed from the package, because it is packaged in
+    Debian as libjs-jquery.
+
+ -- W. Martin Borgert <debacle@debian.org>  Sat, 17 Oct 2009 15:51:03 +0000
--- trac-mastertickets-2.1.3+r4179.orig/debian/control
+++ trac-mastertickets-2.1.3+r4179/debian/control
@@ -0,0 +1,24 @@
+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@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-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
+Recommends: libjs-jquery, 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}
--- trac-mastertickets-2.1.3+r4179.orig/debian/pycompat
+++ trac-mastertickets-2.1.3+r4179/debian/pycompat
@@ -0,0 +1 @@
+2
--- trac-mastertickets-2.1.3+r4179.orig/debian/rules
+++ trac-mastertickets-2.1.3+r4179/debian/rules
@@ -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