[lemonldap-ng] 03/06: Update patches
Xavier Guimard
xguimard-guest at moszumanska.debian.org
Tue Oct 18 10:44:21 UTC 2016
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 8eb425cb41fe407349834e87e5d6c7797ef7a29a
Author: Xavier Guimard <x.guimard at free.fr>
Date: Tue Oct 18 11:39:07 2016 +0200
Update patches
---
debian/patches/replace-mouse-by-moose.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/patches/replace-mouse-by-moose.patch b/debian/patches/replace-mouse-by-moose.patch
index 3c10192..fa823f1 100644
--- a/debian/patches/replace-mouse-by-moose.patch
+++ b/debian/patches/replace-mouse-by-moose.patch
@@ -177,7 +177,7 @@ Last-Update: 2016-05-02
+use Moose;
use Lemonldap::NG::Handler::SharedConf qw(:tsv :variables :jailSharedVars);
- our $VERSION = '1.9.1';
+ our $VERSION = '1.9.6';
--- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/Router.pm
+++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/Router.pm
@@ -1,7 +1,7 @@
@@ -241,7 +241,7 @@ Last-Update: 2016-05-02
use utf8;
-use Mouse;
+use Moose;
- our $VERSION = '1.9.5';
+ our $VERSION = '1.9.6';
use Lemonldap::NG::Common::Conf::Constants;
use Lemonldap::NG::Common::PSGI::Constants;
--- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build.pm
@@ -266,7 +266,7 @@ Last-Update: 2016-05-02
use Data::Dumper;
use Lemonldap::NG::Manager::Constants;
-@@ -232,7 +232,7 @@
+@@ -252,7 +252,7 @@
package Lemonldap::NG::Manager::Cli::Request;
--
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