debian/0000755000000000000000000000000012265275114007173 5ustar debian/rules0000755000000000000000000000003612265275114010252 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000375212265275114010605 0ustar Source: libcatalyst-plugin-smarturi-perl Maintainer: Debian Perl Group Uploaders: Julien Vaubourg Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libcatalyst-perl, libclass-c3-componentised-perl, libclass-load-perl, libmoose-perl, libnamespace-clean-perl, libtask-weaken-perl, liburi-smarturi-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-plugin-smarturi-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-plugin-smarturi-perl.git Homepage: https://metacpan.org/release/Catalyst-Plugin-SmartURI/ Package: libcatalyst-plugin-smarturi-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcatalyst-perl, libclass-c3-componentised-perl, libclass-load-perl, libmoose-perl, libnamespace-clean-perl, libtask-weaken-perl, liburi-smarturi-perl, perl Description: module providing configurable URIs for Catalyst Configure whether $c->uri_for and $c->req->uri_with return absolute, hostless or relative URIs, or URIs based on the 'Host' header. Also allows configuring which URI class to use. Works on application-wide or per-request basis. . Catalyst::Plugin::SmartURI is useful in situations where you're for example, redirecting to a lighttpd from a firewall rule, instead of a real proxy, and you want your links and redirects to still work correctly. . To use your own URI class, just subclass URI::SmartURI and set uri_class, or write a class that follows the same interface. . This plugin installs a custom $c->request_class, however it does so in a way that won't break if you've already set $c->request_class yourself, ie. by using Catalyst::Action::REST (thanks mst!). debian/source/0000755000000000000000000000000012265275114010473 5ustar debian/source/format0000644000000000000000000000001412265275114011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000272012265275114011046 0ustar libcatalyst-plugin-smarturi-perl (0.039-1) unstable; urgency=medium * Team upload. * New upstream release. * Add (build) dependency on libclass-load-perl. -- gregor herrmann Tue, 14 Jan 2014 18:56:21 +0100 libcatalyst-plugin-smarturi-perl (0.038-1) unstable; urgency=medium * Team upload. * New upstream release. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Fri, 27 Dec 2013 20:44:15 +0100 libcatalyst-plugin-smarturi-perl (0.037-1) unstable; urgency=low * Team upload. [ Salvatore Bonaccorso ] * Correct Vcs-Browser and Vcs-Git URLs. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ gregor herrmann ] * New upstream release. * Update debian/copyright: bump upstream copyright years, remove info about dropped files. * Drop libtest-pod-perl from Build-Depends-Indep. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Sat, 21 Sep 2013 21:35:41 +0200 libcatalyst-plugin-smarturi-perl (0.036-1) unstable; urgency=low * Initial Release. (Closes: #635608) -- Julien Vaubourg Sat, 6 Aug 2011 21:28:32 +0200 debian/compat0000644000000000000000000000000212265275114010371 0ustar 8 debian/copyright0000644000000000000000000000210212265275114011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Catalyst-Plugin-SmartURI Upstream-Contact: Rafael Kitover Source: https://metacpan.org/release/Catalyst-Plugin-SmartURI/ Files: * Copyright: 2008-2013, Rafael Kitover License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Julien Vaubourg 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/watch0000644000000000000000000000021612265275114010223 0ustar version=3 https://metacpan.org/release/Catalyst-Plugin-SmartURI/ .*/Catalyst-Plugin-SmartURI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$