r59691 - in /trunk/libnet-ident-perl/debian: changelog patches/export-hooks.patch patches/makefile_mod-perl.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jun 21 20:53:25 UTC 2010


Author: gregoa
Date: Mon Jun 21 20:53:18 2010
New Revision: 59691

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59691
Log:
Refresh patch export-hooks.patch. Refresh DEP3 patch headers for both
remaining patches.

Modified:
    trunk/libnet-ident-perl/debian/changelog
    trunk/libnet-ident-perl/debian/patches/export-hooks.patch
    trunk/libnet-ident-perl/debian/patches/makefile_mod-perl.patch

Modified: trunk/libnet-ident-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ident-perl/debian/changelog?rev=59691&op=diff
==============================================================================
--- trunk/libnet-ident-perl/debian/changelog (original)
+++ trunk/libnet-ident-perl/debian/changelog Mon Jun 21 20:53:18 2010
@@ -2,6 +2,8 @@
 
   * New upstream release.
   * Remove patch fix-errno-hash-readonly-error, applied upstream.
+  * Refresh patch export-hooks.patch. Refresh DEP3 patch headers for both
+    remaining patches.
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 21 Jun 2010 22:45:06 +0200
 

Modified: trunk/libnet-ident-perl/debian/patches/export-hooks.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ident-perl/debian/patches/export-hooks.patch?rev=59691&op=diff
==============================================================================
--- trunk/libnet-ident-perl/debian/patches/export-hooks.patch (original)
+++ trunk/libnet-ident-perl/debian/patches/export-hooks.patch Mon Jun 21 20:53:18 2010
@@ -1,10 +1,14 @@
+Description: Fix _export_hooks called to early to check prototype message.
+Bug-Debian: http://bugs.debian.org/320137
+Forwarded: no
 Author: Don Armstrong <don at debian.org>
-Description: Fix _export_hooks called to early to check prototype message.
-Bug: #320137
+Origin: vendor
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-06-21
 
 --- a/Ident.pm
 +++ b/Ident.pm
-@@ -27,7 +27,7 @@
+@@ -24,7 +24,7 @@
  );
  
  # provide import magic
@@ -13,16 +17,16 @@
      my($tag, $hook);
      while ( ($tag, $hook) = each %EXPORT_HOOKS ) {
  	my $hookname = "_export_hook_$tag"; # pseudo-function name
-@@ -41,7 +41,7 @@
+@@ -38,7 +38,7 @@
  # put the export hooks in the standard Exporter structures
  _export_hooks();
  # for compatibility mode, uncomment the next line @@ s/^#\s*// @@
 -# @EXPORT = qw(_export_hook_fh);
 + at EXPORT = qw(_export_hook_fh);
  
- $VERSION = "1.22";
+ $VERSION = "1.23";
  
-@@ -687,18 +687,18 @@
+@@ -681,18 +681,18 @@
  # add a paragraph about compatibility mode if appropriate. The non-breaking
  # spaces are to force a new paragraph.
  # @@12 s/^#// @@

Modified: trunk/libnet-ident-perl/debian/patches/makefile_mod-perl.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ident-perl/debian/patches/makefile_mod-perl.patch?rev=59691&op=diff
==============================================================================
--- trunk/libnet-ident-perl/debian/patches/makefile_mod-perl.patch (original)
+++ trunk/libnet-ident-perl/debian/patches/makefile_mod-perl.patch Mon Jun 21 20:53:18 2010
@@ -1,5 +1,9 @@
+Description: Makefile.PL; no longer interactive when mod_perl is installed
+Forwarded: no
 Author: Matt Hope <dopey at debian.org>
-Description: Makefile.PL; no longer interactive when mod_perl is installed
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Origin: vendor
+Last-Update: 2010-06-21
 
 --- a/Makefile.PL
 +++ b/Makefile.PL




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