[lemonldap-ng] 02/05: Remove patch now included in upstream
Xavier Guimard
xguimard-guest at moszumanska.debian.org
Thu Jul 14 10:01:18 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 19d880b49fd1a4b3152b268dbd9f61fc84f063ee
Author: Xavier Guimard <x.guimard at free.fr>
Date: Thu Jul 14 10:32:18 2016 +0200
Remove patch now included in upstream
---
.../remove-network-access-during-tests.patch | 72 ----------------------
debian/patches/series | 1 -
2 files changed, 73 deletions(-)
diff --git a/debian/patches/remove-network-access-during-tests.patch b/debian/patches/remove-network-access-during-tests.patch
deleted file mode 100644
index 860b914..0000000
--- a/debian/patches/remove-network-access-during-tests.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-Description: Remove network access attemps during build
- During tests, the manager tries to contact all server declared in "reloadUrls"
- parameter. This patch cleans default list that contains reload.<domain>
-Author: Xavier Guimard <x.guimard at free.fr>
-Bug-Debian: https://bugs.debian.org/830223
-Forwarded: https://jira.ow2.org/browse/LEMONLDAP-1055
-Last-Update: 2016-07-08
-
---- a/lemonldap-ng-manager/t/conf/lmConf-1.js
-+++ b/lemonldap-ng-manager/t/conf/lmConf-1.js
-@@ -142,9 +142,7 @@
- "Directory": "__PSESSIONDIR__"
- },
- "portal": "http://auth.example.com/",
-- "reloadUrls": {
-- "reload.example.com": "http://reload.example.com/reload"
-- },
-+ "reloadUrls": {},
- "securedCookie": 0,
- "sessionDataToRemember": {},
- "timeout": 72000,
---- a/lemonldap-ng-manager/t/jsonfiles/02-base-tree-all-nodes-opened.json
-+++ b/lemonldap-ng-manager/t/jsonfiles/02-base-tree-all-nodes-opened.json
-@@ -1437,13 +1437,7 @@
- }, {
- "id": "reloadUrls",
- "title": "reloadUrls",
-- "type": "keyTextContainer",
-- "nodes": [{
-- "data": "http://reload.example.com/reload",
-- "title": "reload.example.com",
-- "id": "reloadUrls/reload.example.com",
-- "type": "keyText"
-- }]
-+ "type": "keyTextContainer"
- }, {
- "id": "advancedParams",
- "title": "advancedParams",
---- a/lemonldap-ng-manager/t/jsonfiles/12-modified.json
-+++ b/lemonldap-ng-manager/t/jsonfiles/12-modified.json
-@@ -1448,13 +1448,7 @@
- }, {
- "id": "reloadUrls",
- "title": "reloadUrls",
-- "type": "keyTextContainer",
-- "nodes": [{
-- "data": "http://reload.example.com/reload",
-- "title": "reload.example.com",
-- "id": "reloadUrls/reload.example.com",
-- "type": "keyText"
-- }]
-+ "type": "keyTextContainer"
- }, {
- "id": "advancedParams",
- "title": "advancedParams",
---- a/lemonldap-ng-manager/t/jsonfiles/14-bad.json
-+++ b/lemonldap-ng-manager/t/jsonfiles/14-bad.json
-@@ -1437,13 +1437,7 @@
- }, {
- "id": "reloadUrls",
- "title": "reloadUrls",
-- "type": "keyTextContainer",
-- "nodes": [{
-- "data": "http://reload.example.com/reload",
-- "title": "reload.example.com",
-- "id": "reloadUrls/reload.example.com",
-- "type": "keyText"
-- }]
-+ "type": "keyTextContainer"
- }, {
- "id": "advancedParams",
- "title": "advancedParams",
diff --git a/debian/patches/series b/debian/patches/series
index c41cdbe..2212c47 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
javascript-path.patch
avoid-modify-sources.patch
replace-mouse-by-moose.patch
-remove-network-access-during-tests.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