debian/0000755000000000000000000000000011704605461007172 5ustar debian/README.Debian0000644000000000000000000000221711704605377011243 0ustar Use the macro in the Trac wiki or in a ticket, e.g.: [[TracJSGanttChart(milestone=wheezy,dateDisplay=yyyy-mm-dd)]] Your /etc/trac/trac.ini or $PROJECT/conf/trac.ini should contain something like: [TracPM] # To work with trac-mastertickets for dependencies ## Ticket field to use as the data source for predecessor list fields.pred = blockedby ## Ticket field to use as the data source for successor list fields.succ = blocking # # To work with trac-subtickets for parent/child relationships ## Ticket field to use as the data source for the parent parent_format', '%s', Format of ticket IDs in parent field (default: None). fields.parent = parents # # Custom fields for start and due dates ## Ticket field to use as the data source for start date (default: None) fields.start = userstart ## Ticket field to use as the data source for finish date (default: None) fields.finish = userfinish # # Format for ''start'' and ''finish'' date strings (default: '%Y-%m-%d') date_format = %Y-%m-%d # # Ticket type for milestone-like tickets (default: 'milestone') milestone_type = milestone # default_estimate = 4.0 estimate_pad = 0.0 fields.percent = hours_per_estimate = 1 debian/source/0000755000000000000000000000000011704605461010472 5ustar debian/source/format0000644000000000000000000000001411704605377011706 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211704605377010376 0ustar 7 debian/copyright0000644000000000000000000000353111704605377011135 0ustar This package was debianized by: W. Martin Borgert on Sun, 15 Jan 2012 16:08:42 +0000 It was downloaded from: http://trac-hacks.org/wiki/TracJsGanttPlugin Upstream Author: Chris Nelson Copyright: © 2007-2012 Chris Nelson © 2008-2009, Shlomy Gantz, BlueBrick Inc. 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/watch0000644000000000000000000000031011704605377010223 0ustar version=3 opts=downloadurlmangle=s/$/\/tracjsganttplugin\/0\.9\?old_path=\/&format=zip/,uversionmangle=s/^/0.9+r/ \ http://trac-hacks.org/log/tracjsganttplugin \ /changeset/(\d+) \ debian uupdate debian/changelog0000644000000000000000000000025411704605377011053 0ustar trac-jsgantt (0.9+r11145-1) unstable; urgency=low * First Debian package (Closes: #655429). -- W. Martin Borgert Sun, 15 Jan 2012 16:04:34 +0000 debian/control0000644000000000000000000000212611704605377010604 0ustar Source: trac-jsgantt Section: web Priority: optional Build-Depends: python-all (>= 2.6.6-3~), python-setuptools, debhelper (>= 7.0.50~) 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-jsgantt/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-jsgantt/trunk/ Homepage: http://trac-hacks.org/wiki/TracJsGanttPlugin Package: trac-jsgantt Architecture: all Depends: ${python:Depends}, ${misc:Depends}, trac Recommends: trac-mastertickets, trac-subtickets Description: displays Trac tickets as a Gantt chart in a wiki page A plugin which allows Trac ticket data to be displayed in a jsGantt chart in a wiki page. Tasks and milestones are links to the corresponding ticket or milestone. . Configurable field names allow integration with other plugins such as trac-mastertickets (for dependencies), trac-subtickets (for parent/child relationships), and TimingAndEstimation (for estimated and total hours). debian/rules0000755000000000000000000000013511704605377010257 0ustar #!/usr/bin/make -f %: dh $@ --sourcedir=0.11 --with python2 --buildsystem=python_distutils