debian/0000755000000000000000000000000011763176215007177 5ustar debian/rules0000755000000000000000000000003611763176215010256 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000210111763176215010574 0ustar Source: libtemplate-plugin-json-escape-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libjson-perl, libtemplate-perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtemplate-plugin-json-escape-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libtemplate-plugin-json-escape-perl.git Homepage: http://search.cpan.org/dist/Template-Plugin-JSON-Escape/ Package: libtemplate-plugin-json-escape-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libjson-perl, libtemplate-perl Recommends: libjson-xs-perl Description: module for embedding JSON strings in Template Toolkit The Template::Plugin::JSON::Escape plugin allows you to embed JSON strings in HTML. In the output, special characters such as < and & are escaped as \uxxxx to prevent XSS attacks. . It also provides decoding function to keep compatibility with Template::Plugin::JSON. debian/source/0000755000000000000000000000000011763176215010477 5ustar debian/source/format0000644000000000000000000000001411763176215011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000026411763176215011053 0ustar libtemplate-plugin-json-escape-perl (0.2-1) unstable; urgency=low * Initial release (closes: #675878). -- gregor herrmann Mon, 04 Jun 2012 20:20:57 +0200 debian/compat0000644000000000000000000000000211763176215010375 0ustar 8 debian/copyright0000644000000000000000000000416411763176215011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Template-Plugin-JSON-Escape Source: http://search.cpan.org/dist/Template-Plugin-JSON-Escape/ Upstream-Contact: nanto_vi (TOYAMA Nao) Files: * Copyright: 2011, nanto_vi (TOYAMA Nao) 2006, 2008 Infinity Interactive, Yuval Kogman License: Expat Files: debian/* Copyright: 2012, gregor herrmann License: Expat or 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'. License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/watch0000644000000000000000000000022311763176215010225 0ustar version=3 http://search.cpan.org/dist/Template-Plugin-JSON-Escape/ .*/Template-Plugin-JSON-Escape-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$