[lemonldap-ng] 02/02: Fix unhandled symlink to directory conversion

Xavier Guimard xguimard-guest at moszumanska.debian.org
Sun Feb 12 07:41:51 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 aee6c37adecfe8d03e6bb6cf0346e57f95333036
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Feb 12 08:41:19 2017 +0100

    Fix unhandled symlink to directory conversion
    
    Closes: #854859
---
 debian/changelog                |  1 +
 debian/control                  |  1 +
 debian/lemonldap-ng-doc.preinst | 10 ++++++++++
 3 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 18ae9e8..fa46be9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 lemonldap-ng (1.9.7-3) UNRELEASED; urgency=medium
 
   * Remove unnecessary version dependency for lsb-base
+  * Fix unhandled symlink to directory conversion (Closes: #854859)
 
  -- Xavier Guimard <x.guimard at free.fr>  Sun, 12 Feb 2017 08:35:45 +0100
 
diff --git a/debian/control b/debian/control
index 782b8b3..bdc8b0d 100644
--- a/debian/control
+++ b/debian/control
@@ -78,6 +78,7 @@ Description: OpenID-Connect, CAS and SAML compatible Web-SSO system
 Package: lemonldap-ng-doc
 Architecture: all
 Section: doc
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}
 Description: Lemonldap::NG Web-SSO system documentation
  Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies
diff --git a/debian/lemonldap-ng-doc.preinst b/debian/lemonldap-ng-doc.preinst
new file mode 100644
index 0000000..cf63af5
--- /dev/null
+++ b/debian/lemonldap-ng-doc.preinst
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+set -e
+
+dpkg-maintscript-helper dir_to_symlink \
+	/usr/share/doc/lemonldap-ng-doc/pages/documentation/current \
+	1.3 1.4.6 lemonldap-ng-doc -- "$@"
+
+#DEBHELPER#
+exit 0

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