debian/ 0000755 0000000 0000000 00000000000 11704570653 007176 5 ustar debian/source/ 0000755 0000000 0000000 00000000000 11704570653 010476 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11704570634 011703 0 ustar 3.0 (quilt)
debian/check-trac-subtickets.dbk 0000644 0000000 0000000 00000003436 11704570257 014050 0 ustar
debacle@debian.org
W.
Martin
Borgert
2012
W. Martin Borgert
2012-01-15
check-trac-subtickets
1
check-trac-subtickets
User Commands
check-trac-subtickets
Checks consistency of subtickets in Trac.
check-trac-subtickets
project-dir
project-dir1
project-dir2
Description
check-trac-subtickets performs a consistency
check over a Trac projects tickets in respect to subtickets.
The program is part of the trac-subtickets Trac plugin.
Copyright
Copyright 2009 W. Martin Borgert. Redistribution and
use in source and binary forms, with or without
modification, are permitted under the terms of the
BSD License.
debian/compat 0000644 0000000 0000000 00000000002 11704570257 010374 0 ustar 7
debian/copyright 0000644 0000000 0000000 00000003414 11704570257 011133 0 ustar This package was debianized by:
W. Martin Borgert on Sun, 15 Jan 2012 13:40:23 +0000
It was downloaded from:
https://github.com/tonin/trac-subtickets-plugin
Upstream Author:
Takashi Ito
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.
debian/changelog 0000644 0000000 0000000 00000000262 11704570257 011050 0 ustar trac-subtickets (0.1.1+253f019-1) unstable; urgency=low
* First Debian package (Closes: #655658).
-- W. Martin Borgert Sun, 15 Jan 2012 13:45:19 +0000
debian/control 0000644 0000000 0000000 00000001467 11704570257 010611 0 ustar 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
Uploaders: W. Martin Borgert
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.
debian/rules 0000755 0000000 0000000 00000000575 11704570257 010265 0 ustar #!/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)
debian/install 0000644 0000000 0000000 00000000054 11704570257 010566 0 ustar check-trac-subtickets.1 usr/share/man/man1/