debian/0000755000000000000000000000000012175343703007173 5ustar debian/compat0000644000000000000000000000000212174206440010364 0ustar 8 debian/changelog0000644000000000000000000000024712174206440011043 0ustar rt-extension-calendar (0.17-1) unstable; urgency=low * Initial Release. (Closes: #716683) -- KURASHIKI Satoru Tue, 25 Jul 2013 20:25:26 +0900 debian/source/0000755000000000000000000000000012174206440010466 5ustar debian/source/format0000644000000000000000000000001412174206440011674 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000001412174206440010034 0ustar README TODO debian/watch0000644000000000000000000000016512174206440010221 0ustar version=3 http://search.cpan.org/dist/RTx-Calendar/ .*/RTx-Calendar-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000205212174206440010570 0ustar Source: rt-extension-calendar Section: perl Priority: optional Maintainer: KURASHIKI Satoru Build-Depends: debhelper (>= 8) Build-Depends-Indep: libdata-ical-perl, libdatetime-perl, libdatetime-set-perl, libdigest-sha-perl, perl-modules, perl (>= 5.9.3) Standards-Version: 3.9.4 Homepage: http://search.cpan.org/dist/RTx-Calendar/ Package: rt4-extension-calendar Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, request-tracker4, libdata-ical-perl, libdatetime-perl, libdatetime-set-perl, libdigest-sha-perl, perl (>= 5.9.3) Description: Calendar view for Request Tracker 4 This RT extension provides a calendar view for your tickets and your reminders so you see when is your next due ticket. You can find it in the menu Search->Calendar. . There's a portlet to put on your home page (see Prefs/MyRT.html) . You can also enable ics (ICal) feeds for your default calendar and all your private searches in Prefs/Calendar.html. Authentication is magic number based so that you can give those feeds to other people. debian/copyright0000644000000000000000000000211612174206440011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: RTx-Calendar Source: http://search.cpan.org/dist/RTx-Calendar/ Upstream-Contact: Best Practical Solutions, Nicolas Chuche Files: * Copyright: Best Practical Solutions, Nicolas Chuche License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, KURASHIKI Satoru License: Artistic or GPL-1+ 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'. debian/rules0000755000000000000000000000126412174206440010251 0ustar #!/usr/bin/make -f RT_VERSIONS=4 %: dh $@ override_dh_auto_configure: for ver in $(RT_VERSIONS); do \ export RTHOME=/usr/share/request-tracker$$ver; \ perl Makefile.PL PREFIX=$(CURDIR)/debian/rt$$ver-extension-calendar/usr/share/request-tracker$$ver/plugins/RTx-Calendar; \ mv Makefile Makefile$$ver; \ done override_dh_auto_build: override_dh_auto_test: override_dh_auto_install: for ver in $(RT_VERSIONS); do \ ln -sf Makefile$$ver Makefile; \ make install; \ done # cd $$prefix/usr/share/request-tracker$$ver/html/NoAuth/images && ln -s ../../../plugins/RTx-Calendar/html/NoAuth/images/* . override_dh_auto_clean: dh_auto_clean rm -rf MYMETA.yml Makefile4