debian/0000755000000000000000000000000011711023432007160 5ustar debian/copyright0000644000000000000000000000177611711023432011126 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Rose-URI Upstream-Contact: John C. Siracusa (siracusa@gmail.com) Source: http://search.cpan.org/dist/Rose-URI/ Files: * Copyright: 2010, John C. Siracusa (siracusa@gmail.com) License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Dominique Dumont 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/watch0000644000000000000000000000015511711023432010212 0ustar version=3 http://search.cpan.org/dist/Rose-URI/ .*/Rose-URI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/changelog0000644000000000000000000000024111711023432011027 0ustar librose-uri-perl (1.00-1) unstable; urgency=low * Initial Release. (Closes: #657762) -- Dominique Dumont Sat, 28 Jan 2012 17:49:02 +0100 debian/compat0000644000000000000000000000000211711023432010356 0ustar 8 debian/source/0000755000000000000000000000000011711023432010460 5ustar debian/source/format0000644000000000000000000000001411711023432011666 0ustar 3.0 (quilt) debian/control0000644000000000000000000000300211711023432010556 0ustar Source: librose-uri-perl Maintainer: Debian Perl Group Uploaders: Dominique Dumont Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: librose-object-perl, liburi-perl, perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librose-uri-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/librose-uri-perl.git Homepage: http://search.cpan.org/dist/Rose-URI/ Package: librose-uri-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, librose-object-perl, liburi-perl Description: module for an easy manipulation of URI components Rose::URI perl module is an alternative to URI with more functionalities like: * a rich set of query string manipulation methods * query parameters with multiple values * usage of Apache's C-based URI parsing and HTML escaping functions when run in a mod_perl 1.x web server environment. . Rose::URI stores each URI "in pieces" (scheme, host, path, etc.) and then assembles those pieces when the entire URI is needed as a string. This technique is based on the assumption that the URI will be manipulated many more times than it is stringified. If this is not the case in your usage scenario, then URI may be a better alternative. . Rose::URI actually uses the URI class to do the heavy lifting of parsing URIs when not running in a mod_perl 1.x environment. debian/rules0000755000000000000000000000003611711023432010237 0ustar #!/usr/bin/make -f %: dh $@