This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository libcgi-pm-perl.
commit 3ed523f0eca2a18182f9ddf4899263ba01cef4a3 Author: Axel Beckert <[email protected]> Date: Sun Oct 12 19:52:36 2014 +0200 New upstream release: Drop all patches, applied upstream --- debian/changelog | 7 +++++++ debian/patches/pod-syntax.patch | 24 ------------------------ debian/patches/series | 2 -- debian/patches/spelling.patch | 36 ------------------------------------ 4 files changed, 7 insertions(+), 62 deletions(-) diff --git a/debian/changelog b/debian/changelog index 02b64f4..257e0f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libcgi-pm-perl (4.07-1) UNRELEASED; urgency=medium + + * Import new upstream release + + Drop all patches, applied upstream + + -- Axel Beckert <[email protected]> Sun, 12 Oct 2014 19:50:03 +0200 + libcgi-pm-perl (4.06-1) unstable; urgency=medium [ Axel Beckert ] diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch deleted file mode 100644 index 20918bb..0000000 --- a/debian/patches/pod-syntax.patch +++ /dev/null @@ -1,24 +0,0 @@ -Description: fix a POD ERROR. - POD ERRORS - Hey! The above document had some coding errors, which are explained - below: - - Around line 5104: - You forgot a '=back' before '=head2' -Origin: vendor -Author: gregor herrmann <[email protected]> -Last-Update: 2014-10-12 -Forwarded: https://github.com/leejo/CGI.pm/issues/151 -Bug: https://github.com/leejo/CGI.pm/issues/151 - ---- a/lib/CGI.pm -+++ b/lib/CGI.pm -@@ -5101,6 +5101,8 @@ - - See the section on debugging for more details. - -+=back -+ - =head2 Special forms for importing HTML-tag functions - - Many of the methods generate HTML tags. As described below, tag diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 611217a..0000000 --- a/debian/patches/series +++ /dev/null @@ -1,2 +0,0 @@ -spelling.patch -pod-syntax.patch diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch deleted file mode 100644 index cc83140..0000000 --- a/debian/patches/spelling.patch +++ /dev/null @@ -1,36 +0,0 @@ -Description: fix some spelling mistakes -Origin: vendor -Author: gregor herrmann <[email protected]> -Last-Update: 2014-10-12 -Forwarded: https://github.com/leejo/CGI.pm/issues/150 -Bug: https://github.com/leejo/CGI.pm/issues/150 - ---- a/Changes -+++ b/Changes -@@ -178,7 +178,7 @@ - Version 3.62, Nov 9th, 2012 - - [INTERNALS] -- - Changed how the deprecated endform function was defined for compatibilty -+ - Changed how the deprecated endform function was defined for compatibility - with the development version of Perl. - - Fix failures in t/tmpdir.t when run as root - https://github.com/markstos/CGI.pm/issues/22, RT#80659) ---- a/lib/CGI.pm -+++ b/lib/CGI.pm -@@ -6257,13 +6257,13 @@ - =head3 Changes in temporary file handling (v4.06+) - - CGI.pm had its temporary file handling significantly refactored. this logic is --now all deferred to File::Temp (which is wrapped in a compatibilty object, -+now all deferred to File::Temp (which is wrapped in a compatibility object, - CGI::File::Temp - B<DO NOT USE THIS PACKAGE DIRECTLY>). As a consequence the - PRIVATE_TEMPFILES variable has been removed along with deprecation of the - private_tempfiles routine and B<complete> removal of the CGITempFile package. - The $CGITempFile::TMPDIRECTORY is no longer used to set the temp directory, - refer to the perldoc for File::Temp is you want to override the default --settings in that package (the TMPDIR env variable is still availble on some -+settings in that package (the TMPDIR env variable is still available on some - platforms). For Windows platforms the temporary directory order remains - as before: TEMP > TMP > WINDIR ( > TMPDIR ) so if you have any of these in - use in existing scripts they should still work. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-pm-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
