diff -Nru libcgi-xmlapplication-perl-1.1.4/debian/changelog libcgi-xmlapplication-perl-1.1.5/debian/changelog --- libcgi-xmlapplication-perl-1.1.4/debian/changelog 2015-08-17 13:09:36.000000000 +0000 +++ libcgi-xmlapplication-perl-1.1.5/debian/changelog 2015-08-20 11:51:36.000000000 +0000 @@ -1,3 +1,13 @@ +libcgi-xmlapplication-perl (1.1.5-1) unstable; urgency=medium + + * Team upload. + * Add debian/upstream/metadata + * Import upstream version 1.1.5 + * Remove patch that fixed spelling errors. Is is already applied by + upstream. + + -- Lucas Kanashiro Thu, 20 Aug 2015 07:10:52 -0300 + libcgi-xmlapplication-perl (1.1.4-1) unstable; urgency=medium * Team upload. diff -Nru libcgi-xmlapplication-perl-1.1.4/debian/patches/fix-spelling-error.patch libcgi-xmlapplication-perl-1.1.5/debian/patches/fix-spelling-error.patch --- libcgi-xmlapplication-perl-1.1.4/debian/patches/fix-spelling-error.patch 2015-08-17 13:09:36.000000000 +0000 +++ libcgi-xmlapplication-perl-1.1.5/debian/patches/fix-spelling-error.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,44 +0,0 @@ -Description: fix spelling error in manpage -Author: Lucas Kanashiro -Last-Update: 2015-08-17 -Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106488 -Bug: https://rt.cpan.org/Ticket/Display.html?id=106488 - ---- a/XMLApplication.pm -+++ b/XMLApplication.pm -@@ -807,7 +807,7 @@ B by the B function. - - =item method sendEvent SCALAR - --Sometimes it could be neccessary to send an event by your own (the -+Sometimes it could be necessary to send an event by your own (the - script's) initiative. A possible example could be if you don't have - client input but path_info data, which determinates how the script - should behave or session information is missing, so the client should -@@ -869,7 +869,7 @@ Example: - CGI::XMLApplication knows three implicit events which are more or less - independent to client responses: They are 'init', 'exit', and - 'default'. These events already exist for any --CGI::XMLApplication. They need not to be implemented separatly if they -+CGI::XMLApplication. They need not to be implemented separately if they - make no sense for the application. - - =over 4 -@@ -1109,7 +1109,7 @@ the way CGI::XMLApplication selects even - This a simple error message handler. By default this function will - print some information to the client where the application - failed. During development, this is a useful feature, while on a production --system this may pass vunerable informations about the system to the -+system this may pass vunerable information about the system to the - clients. To change the default behaviour, I<$CGI::XMLApplication::Quiet> - should get set to 1. This will still show an error page but without - displaying error messages. Alternatively, the panic method can be overloaded. -@@ -1146,7 +1146,7 @@ CGI.pm - - =item function checkFields LIST - --This is an easy way to test wether all required fields are filled out -+This is an easy way to test whether all required fields are filled out - correctly. Called in array context the function returns the list of - missing parameter. (Different to param() which returns all parameter names). - In scalar context the function returns a boolean value. diff -Nru libcgi-xmlapplication-perl-1.1.4/debian/patches/series libcgi-xmlapplication-perl-1.1.5/debian/patches/series --- libcgi-xmlapplication-perl-1.1.4/debian/patches/series 2015-08-17 13:09:36.000000000 +0000 +++ libcgi-xmlapplication-perl-1.1.5/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -fix-spelling-error.patch diff -Nru libcgi-xmlapplication-perl-1.1.4/debian/upstream/metadata libcgi-xmlapplication-perl-1.1.5/debian/upstream/metadata --- libcgi-xmlapplication-perl-1.1.4/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ libcgi-xmlapplication-perl-1.1.5/debian/upstream/metadata 2015-08-20 11:51:36.000000000 +0000 @@ -0,0 +1,4 @@ +--- +Archive: CPAN +Contact: unknown +Name: CGI-XMLApplication diff -Nru libcgi-xmlapplication-perl-1.1.4/META.json libcgi-xmlapplication-perl-1.1.5/META.json --- libcgi-xmlapplication-perl-1.1.4/META.json 2015-06-14 19:29:07.000000000 +0000 +++ libcgi-xmlapplication-perl-1.1.5/META.json 2015-08-17 22:47:16.000000000 +0000 @@ -38,5 +38,5 @@ } }, "release_status" : "stable", - "version" : "v1.1.4" + "version" : "v1.1.5" } diff -Nru libcgi-xmlapplication-perl-1.1.4/META.yml libcgi-xmlapplication-perl-1.1.5/META.yml --- libcgi-xmlapplication-perl-1.1.4/META.yml 2015-06-14 19:29:07.000000000 +0000 +++ libcgi-xmlapplication-perl-1.1.5/META.yml 2015-08-17 22:47:16.000000000 +0000 @@ -20,4 +20,4 @@ requires: XML::LibXML: 1.1 XML::LibXSLT: 1.08 -version: v1.1.4 +version: v1.1.5 diff -Nru libcgi-xmlapplication-perl-1.1.4/README libcgi-xmlapplication-perl-1.1.5/README --- libcgi-xmlapplication-perl-1.1.4/README 2015-06-14 19:26:48.000000000 +0000 +++ libcgi-xmlapplication-perl-1.1.5/README 2015-08-17 22:46:25.000000000 +0000 @@ -145,3 +145,4 @@ * Michael Kröll * Kip Hampton * Gregor Herrmann + * Lucas Kanashiro diff -Nru libcgi-xmlapplication-perl-1.1.4/XMLApplication.pm libcgi-xmlapplication-perl-1.1.5/XMLApplication.pm --- libcgi-xmlapplication-perl-1.1.4/XMLApplication.pm 2015-06-14 19:05:47.000000000 +0000 +++ libcgi-xmlapplication-perl-1.1.5/XMLApplication.pm 2015-08-17 22:46:55.000000000 +0000 @@ -28,7 +28,7 @@ # ################################################################ -$CGI::XMLApplication::VERSION = "1.1.4"; +$CGI::XMLApplication::VERSION = "1.1.5"; # ################################################################ # general configuration @@ -807,7 +807,7 @@ =item method sendEvent SCALAR -Sometimes it could be neccessary to send an event by your own (the +Sometimes it could be necessary to send an event by your own (the script's) initiative. A possible example could be if you don't have client input but path_info data, which determinates how the script should behave or session information is missing, so the client should @@ -869,7 +869,7 @@ CGI::XMLApplication knows three implicit events which are more or less independent to client responses: They are 'init', 'exit', and 'default'. These events already exist for any -CGI::XMLApplication. They need not to be implemented separatly if they +CGI::XMLApplication. They need not to be implemented separately if they make no sense for the application. =over 4 @@ -1109,7 +1109,7 @@ This a simple error message handler. By default this function will print some information to the client where the application failed. During development, this is a useful feature, while on a production -system this may pass vunerable informations about the system to the +system this may pass vulnerable information about the system to the clients. To change the default behaviour, I<$CGI::XMLApplication::Quiet> should get set to 1. This will still show an error page but without displaying error messages. Alternatively, the panic method can be overloaded. @@ -1146,7 +1146,7 @@ =item function checkFields LIST -This is an easy way to test wether all required fields are filled out +This is an easy way to test whether all required fields are filled out correctly. Called in array context the function returns the list of missing parameter. (Different to param() which returns all parameter names). In scalar context the function returns a boolean value. @@ -1203,4 +1203,4 @@ =head1 VERSION -1.1.4 +1.1.5