[lemonldap-ng] 01/01: Improve dependencies

Xavier Guimard xguimard-guest at moszumanska.debian.org
Fri Sep 15 05:45:13 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 96376b5473cc578c6c1563b9223ecdbbbf9d9c68
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Fri Sep 15 07:44:57 2017 +0200

    Improve dependencies
---
 debian/changelog | 10 ++++++++++
 debian/control   |  9 ++++-----
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f1cbad1..8a15ec6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+lemonldap-ng (1.9.12-2) unstable; urgency=medium
+
+  * Dependencies:
+    - Prefer FastCGI server as required by upstream documentation (may fix
+      Debian-ci failures)
+    - Remove SAML and other interoperability libs from portal "Recommends"
+      fields: OpenID-Connect is embedded and LLNG can works alone
+
+ -- Xavier Guimard <x.guimard at free.fr>  Fri, 15 Sep 2017 07:39:21 +0200
+
 lemonldap-ng (1.9.12-1) unstable; urgency=medium
 
   [ gregor herrmann ]
diff --git a/debian/control b/debian/control
index 2f020e3..24c392c 100644
--- a/debian/control
+++ b/debian/control
@@ -139,7 +139,7 @@ Description: Lemonldap::NG FastCGI server
 Package: lemonldap-ng-handler
 Architecture: all
 Depends: ${misc:Depends},
-         libapache2-mod-perl2 | lemonldap-ng-fastcgi-server (= ${binary:Version}),
+         lemonldap-ng-fastcgi-server (= ${binary:Version}) | libapache2-mod-perl2,
          liblemonldap-ng-handler-perl (= ${binary:Version})
 Breaks: liblemonldap-ng-handler-perl (<< 1.9.1-2~)
 Replaces: liblemonldap-ng-handler-perl (<< 1.9.1-2~)
@@ -251,7 +251,7 @@ Depends: ${misc:Depends},
          libwww-perl
 Recommends: lemonldap-ng-doc (= ${binary:Version}),
             libapache-session-browseable-perl,
-            libapache2-mod-fcgid | libapache2-mod-fastcgi | lemonldap-ng-fastcgi-server (= ${binary:Version}),
+            lemonldap-ng-fastcgi-server (= ${binary:Version}) | libapache2-mod-fcgid | libapache2-mod-fastcgi,
             libjson-xs-perl,
             libhttp-parser-xs-perl,
             liblwp-protocol-https-perl,
@@ -278,7 +278,7 @@ Package: liblemonldap-ng-portal-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         apache2 | nginx | httpd-cgi,
+         nginx | apache2 | httpd-cgi,
          libcgi-pm-perl,
          libclone-perl,
          libhtml-template-perl,
@@ -295,8 +295,7 @@ Depends: ${misc:Depends},
          libxml-libxml-perl,
          libxml-libxslt-perl,
          libxml-simple-perl
-Recommends: libnet-facebook-oauth2-perl | libnet-openid-consumer-perl | libnet-openid-server-perl | liblasso-perl | libnet-oauth-perl | libauthcas-perl | libweb-id-perl,
-            libjs-bootstrap,
+Recommends: libjs-bootstrap,
             libwww-perl
 Suggests: libauthcas-perl,
           libauthen-captcha-perl,

-- 
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