debian/0000755000000000000000000000000012256403053007166 5ustar debian/copyright0000644000000000000000000000216312254745551011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/RT-Extension-CustomFieldsOnUpdate Upstream-Contact: Ruslan Zakirov Upstream-Name: RT-Extension-CustomFieldsOnUpdate Files: * Copyright: 2009-2013, Best Practical Solutions, Ruslan Zakirov 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/control0000644000000000000000000000167112254754673010615 0ustar Source: rt-extension-customfieldsonupdate Section: perl Priority: optional Maintainer: KURASHIKI Satoru Build-Depends: debhelper (>= 9.20120312) Build-Depends-Indep: perl Standards-Version: 3.9.5 Vcs-Git: https://github.com/lurdan/rt-extension-customfieldsonupdate.git Vcs-Browser: https://github.com/lurdan/rt-extension-customfieldsonupdate/tree/dpkg Homepage: https://metacpan.org/release/RT-Extension-CustomFieldsOnUpdate Package: rt4-extension-customfieldsonupdate Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, request-tracker4 (>= 4.0.3), perl Description: edit ticket's custom fields on reply/comment (Request Tracker) This extension adds often requested feature - update of ticket's custom fields on reply and comment. . This is for RT 4.0.x, solutions for older versions available on the wiki, start from CustomFieldsOnUpdate page [1]. . [1] http://requesttracker.wikia.com/wiki/CustomFieldsOnUpdate debian/watch0000644000000000000000000000023712254727361010232 0ustar version=3 https://metacpan.org/release/RT-Extension-CustomFieldsOnUpdate .*/RT-Extension-CustomFieldsOnUpdate-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/docs0000644000000000000000000000001012254742242010034 0ustar README debian/changelog0000644000000000000000000000026312254745326011053 0ustar rt-extension-customfieldsonupdate (0.01-1) unstable; urgency=low * Initial Release. (Closes: #732665) -- KURASHIKI Satoru Fri, 20 Dec 2013 11:44:01 +0900 debian/source/0000755000000000000000000000000012254727360010476 5ustar debian/source/format0000644000000000000000000000001412254727360011704 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212254727361010375 0ustar 9 debian/rules0000755000000000000000000000112612254745646010265 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-customfieldsonupdate/usr/share/request-tracker$$ver/plugins/RT-Extension-CustomFieldsOnUpdate; \ 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 override_dh_auto_clean: dh_auto_clean rm -rf MYMETA.yml Makefile4