[SCM] Debian packaging of libnet-ldap-perl branch, master, updated. 8de75b5184d6ca901ddc1494d03dae1b420c526c

gregor herrmann gregoa at debian.org
Sun Sep 4 12:36:46 UTC 2011


The following commit has been merged in the master branch:
commit 0a0af9e954b05969657d7e4c80cbb4e7117079af
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Sep 4 14:19:59 2011 +0200

    Remove localize-dollar_.patch, applied upstream.

diff --git a/debian/patches/localize-dollar_.patch b/debian/patches/localize-dollar_.patch
deleted file mode 100644
index 151cfe0..0000000
--- a/debian/patches/localize-dollar_.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: localize $_ before reading over <DATA> as $_ may be aliased
- For example, this would fail: for ( 1, 2 ) { require Net::LDAP::Constant }
- This posed a problem for lemonldap-ng's test suite
-Bug-Debian: 577340
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=56726
-Author: Damyan Ivanov <dmn at debian.org>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2010-04-19
-
---- a/lib/Net/LDAP/Constant.pm
-+++ b/lib/Net/LDAP/Constant.pm
-@@ -10,6 +10,7 @@ use Exporter qw(import);
- 
- my @err2name;
- 
-+local $_;
- while(<DATA>) {
-   last if /^=cut/;
-   my $protocol_const = /^=head2 Protocol Constants/ ... /^=head2/;
diff --git a/debian/patches/series b/debian/patches/series
index cee8033..f8dd422 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 pod-ellipsis.patch
 fix-pod-spelling.patch
-localize-dollar_.patch

-- 
Debian packaging of libnet-ldap-perl



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