[Python-apps-commits] r8075 - in packages/trac-subtickets/trunk/debian (7 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Sun Jan 15 15:28:48 UTC 2012


    Date: Sunday, January 15, 2012 @ 15:28:47
  Author: debacle
Revision: 8075

Add some debian files.

Added:
  packages/trac-subtickets/trunk/debian/changelog
  packages/trac-subtickets/trunk/debian/check-trac-subtickets.dbk
  packages/trac-subtickets/trunk/debian/compat
  packages/trac-subtickets/trunk/debian/control
  packages/trac-subtickets/trunk/debian/copyright
  packages/trac-subtickets/trunk/debian/install
  packages/trac-subtickets/trunk/debian/rules

Added: packages/trac-subtickets/trunk/debian/changelog
===================================================================
--- packages/trac-subtickets/trunk/debian/changelog	                        (rev 0)
+++ packages/trac-subtickets/trunk/debian/changelog	2012-01-15 15:28:47 UTC (rev 8075)
@@ -0,0 +1,5 @@
+trac-subtickets (0.1.1+253f019-1) unstable; urgency=low
+
+  * First Debian package (Closes: #655658).
+
+ -- W. Martin Borgert <debacle at debian.org>  Sun, 15 Jan 2012 13:45:19 +0000

Added: packages/trac-subtickets/trunk/debian/check-trac-subtickets.dbk
===================================================================
--- packages/trac-subtickets/trunk/debian/check-trac-subtickets.dbk	                        (rev 0)
+++ packages/trac-subtickets/trunk/debian/check-trac-subtickets.dbk	2012-01-15 15:28:47 UTC (rev 8075)
@@ -0,0 +1,59 @@
+<?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>2012</year>
+      <holder>W. Martin Borgert</holder>
+    </copyright>
+    <date>2012-01-15</date>
+  </refentryinfo>
+  <refmeta>
+    <refentrytitle>check-trac-subtickets</refentrytitle>
+    <manvolnum>1</manvolnum>
+    <refmiscinfo class="source">check-trac-subtickets</refmiscinfo>
+    <refmiscinfo class="manual">User Commands</refmiscinfo>
+  </refmeta>
+  <refnamediv>
+    <refname>check-trac-subtickets</refname>
+
+    <refpurpose>Checks consistency of subtickets in Trac.</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>check-trac-subtickets</command>
+      <arg><option>-h</option></arg>
+      <arg><option>--help</option></arg>
+      <arg>project-dir</arg>
+      <arg><replaceable>project-dir1</replaceable></arg>
+      <arg><replaceable>project-dir2</replaceable></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>Description</title>
+
+    <para>
+      <command>check-trac-subtickets</command> performs a consistency
+      check over a Trac projects tickets in respect to subtickets.
+      The program is part of the trac-subtickets Trac plugin.
+    </para>
+  </refsect1>
+  <refsect1>
+    <title>Copyright</title>
+
+    <para>Copyright 2009 W. Martin Borgert. Redistribution and
+    use in source and binary forms, with or without
+    modification, are permitted under the terms of the
+    <abbrev>BSD</abbrev> License.</para>
+  </refsect1>
+</refentry>

Added: packages/trac-subtickets/trunk/debian/compat
===================================================================
--- packages/trac-subtickets/trunk/debian/compat	                        (rev 0)
+++ packages/trac-subtickets/trunk/debian/compat	2012-01-15 15:28:47 UTC (rev 8075)
@@ -0,0 +1 @@
+7

Added: packages/trac-subtickets/trunk/debian/control
===================================================================
--- packages/trac-subtickets/trunk/debian/control	                        (rev 0)
+++ packages/trac-subtickets/trunk/debian/control	2012-01-15 15:28:47 UTC (rev 8075)
@@ -0,0 +1,18 @@
+Source: trac-subtickets
+Section: web
+Priority: optional
+Build-Depends: python-all (>= 2.6.6-3~), python-setuptools, debhelper (>= 7.0.50~), 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.9.2
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/trac-subtickets/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-subtickets/trunk/
+Homepage: http://trac-hacks.org/wiki/SubticketsPlugin
+
+Package: trac-subtickets
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, trac
+Description: sub-ticket feature for Trac tickets
+ This Trac plugin adds a sub-ticket feature to the Trac ticket
+ tracker. Every ticket can have other tickets as parents or
+ children.

Added: packages/trac-subtickets/trunk/debian/copyright
===================================================================
--- packages/trac-subtickets/trunk/debian/copyright	                        (rev 0)
+++ packages/trac-subtickets/trunk/debian/copyright	2012-01-15 15:28:47 UTC (rev 8075)
@@ -0,0 +1,41 @@
+This package was debianized by:
+
+    W. Martin Borgert <debacle at debian.org> on Sun, 15 Jan 2012 13:40:23 +0000
+
+It was downloaded from:
+
+    https://github.com/tonin/trac-subtickets-plugin
+
+Upstream Author:
+
+    Takashi Ito <TakashiC.Ito at gmail.com>
+
+Copyright:
+
+    © 2010, Takashi Ito
+
+License:
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+    1. Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+    3. Neither the name of the University nor the names of its contributors
+       may be used to endorse or promote products derived from this software
+       without specific prior written permission.
+
+    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.

Added: packages/trac-subtickets/trunk/debian/install
===================================================================
--- packages/trac-subtickets/trunk/debian/install	                        (rev 0)
+++ packages/trac-subtickets/trunk/debian/install	2012-01-15 15:28:47 UTC (rev 8075)
@@ -0,0 +1 @@
+check-trac-subtickets.1 usr/share/man/man1/

Added: packages/trac-subtickets/trunk/debian/rules
===================================================================
--- packages/trac-subtickets/trunk/debian/rules	                        (rev 0)
+++ packages/trac-subtickets/trunk/debian/rules	2012-01-15 15:28:47 UTC (rev 8075)
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+
+MANPAGE=check-trac-subtickets.1
+DB2MAN=http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
+XP=xsltproc --nonet --novalid
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+override_dh_install: $(MANPAGE)
+	dh_install --buildsystem=python_distutils
+
+%.1: debian/%.dbk
+	$(XP) $(DB2MAN) $<
+
+override_dh_clean:
+	dh_clean
+	rm -f $(MANPAGE)


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




More information about the Python-apps-commits mailing list