debian/0000755000000000000000000000000012105374767007202 5ustar debian/source/0000755000000000000000000000000012105357135010470 5ustar debian/source/format0000644000000000000000000000001412105357135011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024512105360544011041 0ustar rt-extension-jsgantt (0.19-1) unstable; urgency=low * Initial Release. (Closes: #674233) -- KURASHIKI Satoru Sat, 9 Feb 2013 14:40:39 +0900 debian/rt4-extension-jsgantt.docs0000644000000000000000000000001012105357135014224 0ustar README debian/copyright0000644000000000000000000000451112105361706011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: RT-Extension-JSGantt Source: http://search.cpan.org/dist/RT-Extension-JSGantt/ Files: * Copyright: Copyright (C) 2011 sunnavy License: GPL-2+ Files: html/NoAuth/js/jsgantt.js Copyright: Copyright (c) 2009, Shlomy Gantz BlueBrick Inc. All rights reserved. License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name of Shlomy Gantz or BlueBrick Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. Files: inc/Module/Install*: Copyright: Copyright 2008 - 2011 Adam Kennedy License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, KURASHIKI Satoru License: GPL-2+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. debian/compat0000644000000000000000000000000212105357135010366 0ustar 8 debian/rt4-extension-jsgantt.install0000644000000000000000000000007012105357135014750 0ustar debian/40-jsgantt etc/request-tracker4/RT_SiteConfig.d debian/control0000644000000000000000000000173612105361616010601 0ustar Source: rt-extension-jsgantt Section: perl Priority: optional Maintainer: KURASHIKI Satoru Build-Depends: debhelper (>= 8) Build-Depends-Indep: request-tracker4, libjson-perl, liblist-moreutils-perl, libmodule-install-perl Standards-Version: 3.9.4 Homepage: http://search.cpan.org/dist/RT-Extension-JSGantt/ Vcs-Git: git://git.debian.org/git/collab-maint/rt-extension-jsgantt.git Vcs-Browser: http://git.debian.org/?p=collab-maint/rt-extension-jsgantt.git Package: rt4-extension-jsgantt Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libjson-perl, liblist-moreutils-perl, request-tracker4 Description: Gantt charts for Request Tracker Gantt charts are ubiquitous for project planning and management. This extension provides dynamically generated Gantt charts for any ticket search in RT using the date fields for each ticket. It also provides a Gantt chart for the dependencies of a ticket so you can see how your entire project fits together. debian/40-jsgantt0000644000000000000000000000151012105357135011003 0ustar # You need to set jsgantt in your @Plugins. Set( %JSGanttOptions, DefaultFormat => 'day', # or week or month or quarter ShowOwner => 1, ShowProgress => 1, ShowDuration => 1, # define your own color scheme: # ColorScheme => ['ff0000', 'ffff00', 'ff00ff', '00ff00', '00ffff', '0000ff'], # we color owners consistently by default, you can disable it via: # ColorSchemeByOwner => 0, # you can specify colors to use, unspecified owners will be # assigned to some color automatically: # ColorSchemeByOwner => { root => 'ff0000', foo => '00ff00' }, # if can't find both start and end dates, use this color NullDatesColor => 333, # to caculate day length WorkingHoursPerDay => 8, # used to set start/end if one exists but the other does not DefaultDays => 7, ); debian/rules0000755000000000000000000000172112105357135010251 0ustar #!/usr/bin/make -f RT_VERSIONS=4 %: dh $@ override_dh_auto_configure: for ver in $(RT_VERSIONS); do \ perl Makefile.PL PREFIX=$(CURDIR)/debian/rt$$ver-extension-jsgantt/usr/share/request-tracker$$ver/plugins/RT-Extension-JSGantt; \ mv Makefile Makefile$$ver; \ done override_dh_auto_build: mv inc inc-notuse dh_auto_build mv inc-notuse inc override_dh_auto_test: override_dh_auto_install: for ver in $(RT_VERSIONS); do \ ln -sf Makefile$$ver Makefile; \ make install; \ done mv $(CURDIR)/debian/rt4-extension-jsgantt/usr/share/request-tracker4/plugins/RT-Extension-JSGantt/man $(CURDIR)/debian/rt4-extension-jsgantt/usr/share/ rm -rf $(CURDIR)/debian/rt4-extension-jsgantt/usr/share/man/perllocal.pod $(CURDIR)/debian/rt4-extension-jsgantt/usr/share/man/auto chmod -R -x $(CURDIR)/debian/rt4-extension-jsgantt/usr/share/request-tracker4/plugins/RT-Extension-JSGantt/html/NoAuth/*/* override_dh_auto_clean: dh_auto_clean rm -rf Makefile4 MYMETA.yml debian/watch0000644000000000000000000000020512105357135010216 0ustar version=3 http://search.cpan.org/dist/RT-Extension-JSGantt/ .*/RT-Extension-JSGantt-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$