[SCM] Debian packaging of libcgi-application-dispatch-perl branch, master, updated. upstream/3.07-39-g445fcc0

Xavier Guimard x.guimard at free.fr
Sun Nov 4 06:54:25 UTC 2012


The following commit has been merged in the master branch:
commit 4f50ff69c172766b7c91d1b25fd112da1ff2c4a0
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Nov 4 07:43:13 2012 +0100

    Remove deprecation.patch now included in upstream

diff --git a/debian/changelog b/debian/changelog
index b8c7b17..0ea388a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libcgi-application-dispatch-perl (3.12-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.4
   * Use debhelper 8
   * Update debian/copyright to format 1.0
+  * Remove deprecation.patch now included in upstream
 
  -- Xavier Guimard <x.guimard at free.fr>  Sun, 04 Nov 2012 07:30:38 +0100
 
diff --git a/debian/patches/deprecation.patch b/debian/patches/deprecation.patch
deleted file mode 100644
index 9e5c690..0000000
--- a/debian/patches/deprecation.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Author: Dan Rumney <reneeb at cpan.org>
-Subject: 5.14 deprecation
-Last-Update: 2011-11-26
-Bug: http://rt.cpan.org/Tickt/Display.html?id=67664
---- a/lib/CGI/Application/Dispatch.pm
-+++ b/lib/CGI/Application/Dispatch.pm
-@@ -792,7 +792,7 @@
-     # setup our args to dispatch()
-     my %args;
-     my $config_args = $r->dir_config();
--    for my $var qw(DEFAULT PREFIX ERROR_DOCUMENT) {
-+    for my $var (qw(DEFAULT PREFIX ERROR_DOCUMENT)) {
-         my $dir_var = "CGIAPP_DISPATCH_$var";
-         $args{lc($var)} = $config_args->{$dir_var}
-           if($config_args->{$dir_var});
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index bc8a9d0..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-deprecation.patch

-- 
Debian packaging of libcgi-application-dispatch-perl



More information about the Pkg-perl-cvs-commits mailing list