Skip to content
Snippets Groups Projects
Commit aee6c37a authored by Xavier Guimard's avatar Xavier Guimard
Browse files

Fix unhandled symlink to directory conversion

Closes: #854859
parent a1499f85
No related branches found
No related tags found
No related merge requests found
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@free.fr> Sun, 12 Feb 2017 08:35:45 +0100
......
......@@ -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
......
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment