debian/0000755000000000000000000000000012114673730007172 5ustar debian/control0000644000000000000000000000263412114673177010607 0ustar Source: libplack-middleware-crossorigin-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, debhelper, dh-buildinfo, libplack-perl, perl (>= 5.12) | libtest-simple-perl (>= 0.88) Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libplack-middleware-crossorigin-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libplack-middleware-crossorigin-perl.git Homepage: http://search.cpan.org/dist/Plack-Middleware-CrossOrigin/ Package: libplack-middleware-crossorigin-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Description: Plack middleware adding headers to allow CORS Plack is a set of tools similar to Ruby's Rack or Python's Paste for WSGI. It implements the Perl Server Gateway Interface (PSGI) standard interface, which allows developers to decouple their web application framework from the local web server environment. . Plack::Middleware::CrossOrigin adds Cross Origin Request Sharing headers used by modern browsers to allow XMLHttpRequest to work across domains. This module will also help protect against CSRF attacks in some browsers. . This module attempts to fully conform to the CORS spec, while allowing additional flexibility in the values specified for the of the headers. debian/source/0000755000000000000000000000000011752344723010476 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000137412114673730011051 0ustar libplack-middleware-crossorigin-perl (0.009-1) unstable; urgency=low [ upstream ] * New release. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org). [ Jonas Smedegaard ] * Update copyright file: + Fix use pseudo-license and pseudo-comment sections to obey silly restrictions of copyright format 1.0. + Fix use upstream issue tracker as upstream contact. * Bump dephelper compatibility level to 8. * Bump standards-version to 3.9.4. -- Jonas Smedegaard Sun, 03 Mar 2013 17:13:23 +0100 libplack-middleware-crossorigin-perl (0.007-1) unstable; urgency=low * Initial packaging release. Closes: bug#662863. -- Jonas Smedegaard Wed, 09 May 2012 03:48:52 +0200 debian/compat0000644000000000000000000000000212114673043010365 0ustar 8 debian/watch0000644000000000000000000000026611752345537010237 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Plack-Middleware-CrossOrigin/ .*/Plack-Middleware-CrossOrigin-(\d.+)\.tar\.gz debian/copyright_hints0000644000000000000000000000235212114672713012334 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Changes MANIFEST META.json META.yml Makefile.PL README debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch t/basic.t t/browser-test.psgi t/release-pod-coverage.t t/release-pod-syntax.t Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2012, Jonas Smedegaard License: GPL-2+ FIXME Files: LICENSE Copyright: 1989, Free Software Foundation, Inc 19xx name of author 19yy 2011, Graham Knop HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES Holder Holder maintains some semblance of Holder may not be used to endorse or promote Holder to include your Holder" is whoever is named in the or s for Holder, but only to the Holder. A Package modified in such disclaimer" for the program, if holder saying it may be interest in the notices and associated disclaimers the software, and License: GPL-ever FIXME Files: lib/Plack/Middleware/CrossOrigin.pm Copyright: 2011, Graham Knop License: UNKNOWN FIXME debian/copyright0000644000000000000000000000332412114673613011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Plack::Middleware::CrossOrigin Upstream-Contact: http://github.com/haarg/Plack-Middleware-CrossOrigin/issues Source: http://search.cpan.org/dist/Plack-Middleware-CrossOrigin/ Files: * Copyright: 2011, Graham Knop License: Artistic or GPL-1+ Comment: License: . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. . Comment: . Perl 5 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: debian/* Copyright: 2012, Jonas Smedegaard License: GPL-2+ License: Artistic Comment: . On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-2+ 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 2, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . Comment: . On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000265112114672640010255 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2012, Jonas Smedegaard # Description: Main Debian packaging script for Plack::Middleware::CrossOrigin # # 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 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = Plack-Middleware-CrossOrigin DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Plack DEB_UPSTREAM_TARBALL_MD5 = 003faa9041ae674a66c6f0c9a409b5b5 # Needed both by upstream build process and at runtime common-depends = libplack-perl CDBS_BUILD_DEPENDS += , $(common-depends) CDBS_DEPENDS_ALL = $(common-depends) # Needed by upstream regression tests CDBS_BUILD_DEPENDS += , perl (>= 5.12) | libtest-simple-perl (>= 0.88) debian/control.in0000644000000000000000000000246512114673064011211 0ustar Source: libplack-middleware-crossorigin-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libplack-middleware-crossorigin-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libplack-middleware-crossorigin-perl.git Homepage: http://search.cpan.org/dist/Plack-Middleware-CrossOrigin/ Package: libplack-middleware-crossorigin-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Description: Plack middleware adding headers to allow CORS Plack is a set of tools similar to Ruby's Rack or Python's Paste for WSGI. It implements the Perl Server Gateway Interface (PSGI) standard interface, which allows developers to decouple their web application framework from the local web server environment. . Plack::Middleware::CrossOrigin adds Cross Origin Request Sharing headers used by modern browsers to allow XMLHttpRequest to work across domains. This module will also help protect against CSRF attacks in some browsers. . This module attempts to fully conform to the CORS spec, while allowing additional flexibility in the values specified for the of the headers.