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 5903caab6d9bf708736f3c14947139b1666a7790
Author: Xavier Guimard <x.guim...@free.fr>
Date:   Mon Dec 21 07:47:25 2015 +0100

    Fix broken inheritance
    
    Closes: #808474
---
 debian/patches/broken-inheritance.patch | 20 ++++++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/broken-inheritance.patch 
b/debian/patches/broken-inheritance.patch
new file mode 100644
index 0000000..9b219a4
--- /dev/null
+++ b/debian/patches/broken-inheritance.patch
@@ -0,0 +1,20 @@
+Description: broken inheritance appears during upgrade after Jessie
+ Note that it will not be patched upstream because Manager has been totaly
+ rewrite for 1.9 which will be published as soon.
+Author: Xavier Guimard <x.guim...@free.fr>
+Bug-Debian: https://bugs.debian.org/808474
+Forwarded: http://mail.ow2.org/wws/arc/lemonldap-ng-users/2015-11/msg00022.html
+Last-Update: 2015-12-21
+
+--- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm
++++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm
+@@ -20,6 +20,9 @@
+   Lemonldap::NG::Manager::_i18n
+ );
+ 
++*li = *Lemonldap::NG::Manager::Downloader::li;
++*span = *Lemonldap::NG::Manager::Downloader::span;
++
+ ## @cmethod Lemonldap::NG::Manager new(hashRef args)
+ # Class constructor.
+ #@param args hash reference
diff --git a/debian/patches/series b/debian/patches/series
index 10aced8..806927a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 change-js-libs-by-shared-packages.patch
+broken-inheritance.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to