[lemonldap-ng] 03/05: Remove patches now included in upstram

Xavier Guimard xguimard-guest at alioth.debian.org
Thu Sep 5 04:38:38 UTC 2013


This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a commit to branch master
in repository lemonldap-ng.

commit 603b1e104ecb2d2c8b0ffad220f1997855917a95
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Thu Sep 5 06:36:16 2013 +0200

    Remove patches now included in upstram
---
 debian/patches/hide-perl-warning.patch |   16 ----------------
 debian/patches/remove-dev-hook.patch   |   20 --------------------
 debian/patches/series                  |    2 --
 3 files changed, 38 deletions(-)

diff --git a/debian/patches/hide-perl-warning.patch b/debian/patches/hide-perl-warning.patch
deleted file mode 100644
index b5a1d3b..0000000
--- a/debian/patches/hide-perl-warning.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: hide Perl warning
-Author: Xavier Guimard <x.guimard at free.fr>
-Forwarded: yes
-Last-Update: 2013-04-15
-
---- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBSAML.pm
-+++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/IssuerDBSAML.pm
-@@ -1628,7 +1628,7 @@
-             # log that a SAML authn response is build
-             my $user = $self->{sessionInfo}->{ $self->{whatToTrace} };
-             my $nameIDLog;
--            foreach my $format qw(persistent transient) {
-+            foreach my $format (qw(persistent transient)) {
-                 if ( $login->nameIdentifier->Format eq
-                     $self->getNameIDFormat($format) )
-                 {
diff --git a/debian/patches/remove-dev-hook.patch b/debian/patches/remove-dev-hook.patch
deleted file mode 100644
index 6caeea9..0000000
--- a/debian/patches/remove-dev-hook.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: remove upstream dev hook
-Author: Xavier Guimard <x.guimard at free.fr>
-Forwarded: yes
-Last-Update: 2013-04-15
-
---- a/lemonldap-ng-portal/t/25-Lemonldap-NG-Portal-Multi.t
-+++ b/lemonldap-ng-portal/t/25-Lemonldap-NG-Portal-Multi.t
-@@ -73,12 +73,6 @@
-     $INC{'Lemonldap/NG/Portal/UserDB3.pm'} = 't/25-Lemonldap-NG-Portal-Multi.t';
-     $INC{'Lemonldap/NG/Portal/UserDB4.pm'} = 't/25-Lemonldap-NG-Portal-Multi.t';
- 
--    open LOG, '>/tmp/log';
--    print LOG Dumper( \%INC );
--    use Data::Dumper;
--    $| = 1;
--    close LOG;
--
-     ok(
-         $p = My::Portal->new(
-             {
diff --git a/debian/patches/series b/debian/patches/series
index cb087ba..f982050 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,2 @@
 change-js-libs-by-shared-packages.patch
-hide-perl-warning.patch
-remove-dev-hook.patch
 comment-Apache2.4-configuration.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.git



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