[lemonldap-ng] 02/03: Update patches
Xavier Guimard
xguimard-guest at moszumanska.debian.org
Wed Apr 26 07:48:11 UTC 2017
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 0faa879b3380f361861c1a951696295a1e2e425b
Author: Xavier Guimard <x.guimard at free.fr>
Date: Wed Apr 26 09:47:09 2017 +0200
Update patches
---
debian/patches/Avoid-developer-tests.patch | 12 ++++++------
debian/patches/javascript-path.patch | 9 ++++-----
debian/patches/replace-mouse-by-moose.patch | 2 +-
3 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/debian/patches/Avoid-developer-tests.patch b/debian/patches/Avoid-developer-tests.patch
index 38c6b95..072c68c 100644
--- a/debian/patches/Avoid-developer-tests.patch
+++ b/debian/patches/Avoid-developer-tests.patch
@@ -4,8 +4,8 @@ Bug-Debian: https://bugs.debian.org/845167
Forwarded: no
Last-Update: 2016-12-26
---- lemonldap-ng-1.9.7.orig/lemonldap-ng-handler/t/60-Lemonldap-NG-Handler-PSGI.t
-+++ lemonldap-ng-1.9.7/lemonldap-ng-handler/t/60-Lemonldap-NG-Handler-PSGI.t
+--- a/lemonldap-ng-handler/t/60-Lemonldap-NG-Handler-PSGI.t
++++ b/lemonldap-ng-handler/t/60-Lemonldap-NG-Handler-PSGI.t
@@ -1,6 +1,6 @@
#!/usr/bin/env perl -I pl/lib
@@ -14,8 +14,8 @@ Last-Update: 2016-12-26
use JSON;
use Data::Dumper;
use MIME::Base64;
---- lemonldap-ng-1.9.7.orig/lemonldap-ng-handler/t/61-Lemonldap-NG-Handler-PSGI-Server.t
-+++ lemonldap-ng-1.9.7/lemonldap-ng-handler/t/61-Lemonldap-NG-Handler-PSGI-Server.t
+--- a/lemonldap-ng-handler/t/61-Lemonldap-NG-Handler-PSGI-Server.t
++++ b/lemonldap-ng-handler/t/61-Lemonldap-NG-Handler-PSGI-Server.t
@@ -1,6 +1,6 @@
#!/usr/bin/env perl -I pl/lib
@@ -24,8 +24,8 @@ Last-Update: 2016-12-26
use JSON;
use Data::Dumper;
use MIME::Base64;
---- lemonldap-ng-1.9.7.orig/lemonldap-ng-handler/t/62-Lemonldap-NG-Handler-Nginx.t
-+++ lemonldap-ng-1.9.7/lemonldap-ng-handler/t/62-Lemonldap-NG-Handler-Nginx.t
+--- a/lemonldap-ng-handler/t/62-Lemonldap-NG-Handler-Nginx.t
++++ b/lemonldap-ng-handler/t/62-Lemonldap-NG-Handler-Nginx.t
@@ -1,6 +1,6 @@
#!/usr/bin/env perl -I pl/lib
diff --git a/debian/patches/javascript-path.patch b/debian/patches/javascript-path.patch
index 1027c93..f110a2e 100644
--- a/debian/patches/javascript-path.patch
+++ b/debian/patches/javascript-path.patch
@@ -5,7 +5,7 @@ Last-Update: 2016-03-05
--- a/_example/etc/manager-nginx.conf
+++ b/_example/etc/manager-nginx.conf
-@@ -24,9 +24,9 @@
+@@ -42,8 +42,8 @@
# DEBIAN
# If install was made with USEDEBIANLIBS (official releases), uncomment this
@@ -16,11 +16,10 @@ Last-Update: 2016-03-05
+ alias /usr/share/javascript/;
+ }
- location /doc/ {
- alias __DEFDOCDIR__;
+ }
--- a/_example/etc/portal-nginx.conf
+++ b/_example/etc/portal-nginx.conf
-@@ -24,6 +24,11 @@
+@@ -34,6 +34,11 @@
#add_header Strict-Transport-Security "15768000";
}
@@ -30,5 +29,5 @@ Last-Update: 2016-03-05
+ }
+
# SOAP functions for sessions management (disabled by default)
- location /index/adminSessions {
+ location /index.pl/adminSessions {
deny all;
diff --git a/debian/patches/replace-mouse-by-moose.patch b/debian/patches/replace-mouse-by-moose.patch
index 53c7485..4d36f1e 100644
--- a/debian/patches/replace-mouse-by-moose.patch
+++ b/debian/patches/replace-mouse-by-moose.patch
@@ -172,7 +172,7 @@ Last-Update: 2016-05-02
use utf8;
-use Mouse;
+use Moose;
- our $VERSION = '1.9.7';
+ our $VERSION = '1.9.9';
use Lemonldap::NG::Common::Conf::Constants;
use Lemonldap::NG::Common::PSGI::Constants;
--- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build.pm
--
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