debian/0000755000000000000000000000000011704570653007176 5ustar debian/source/0000755000000000000000000000000011704570653010476 5ustar debian/source/format0000644000000000000000000000001411704570634011703 0ustar 3.0 (quilt) debian/check-trac-subtickets.dbk0000644000000000000000000000343611704570257014050 0ustar
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/compat0000644000000000000000000000000211704570257010374 0ustar 7 debian/copyright0000644000000000000000000000341411704570257011133 0ustar 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/changelog0000644000000000000000000000026211704570257011050 0ustar 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/control0000644000000000000000000000146711704570257010611 0ustar 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/rules0000755000000000000000000000057511704570257010265 0ustar #!/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/install0000644000000000000000000000005411704570257010566 0ustar check-trac-subtickets.1 usr/share/man/man1/