Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
0b462fd2
Commit
0b462fd2
authored
Oct 12, 2015
by
Yadd
Browse files
Backport changes from Debian packaging
parent
0a22014c
Changes
4
Hide whitespace changes
Inline
Side-by-side
debian/NEWS
View file @
0b462fd2
lemonldap-ng (1.4.6-1) unstable; urgency=medium
Handler files "My::Package" are no longer installed by default as a module
"Lemonldap::NG::Handler" generic is now available. It is therefore
necessary either to modify Apache configuration files to use
"Lemonldap::NG::Handler" or create your own Perl modules using the provided
examples files.
-- Xavier Guimard <x.guimard@free.fr> Mon, 29 Dec 2014 17:10:00 +0100
lemonldap-ng (1.2.2-3) unstable; urgency=low
Examples files (Apache configuration and default handler files) are now not
installed in /var/lib/lemonldap-ng/handler but available as examples files
-- Xavier Guimard <x.guimard@free.fr> Wed, 05 Dec 2012 06:27:45 +0100
lemonldap-ng (1.2.2-2) unstable; urgency=low
Since 1.2.2, LemonLDAP::NG uses 'Demo' authentication backend by default
...
...
debian/compat
View file @
0b462fd2
8
9
debian/liblemonldap-ng-common-perl.config
View file @
0b462fd2
...
...
@@ -17,8 +17,10 @@ db_input medium liblemonldap-ng-common-perl/managerPassword || true
db_input
medium
liblemonldap
-
ng
-
common
-
perl
/
portal
||
true
if
[ -
n
"$2"
] &&
dpkg
--
compare
-
versions
"$2"
lt
1
.
0
;
then
db_input
high
liblemonldap
-
ng
-
common
-
perl
/
migrate
||
true
if
[
"$2"
!=
""
];
then
if
dpkg
--
compare
-
versions
"$2"
lt
1
.
0
;
then
db_input
high
liblemonldap
-
ng
-
common
-
perl
/
migrate
||
true
fi
fi
db_go
||
true
...
...
debian/liblemonldap-ng-common-perl.postinst
View file @
0b462fd2
...
...
@@ -20,12 +20,12 @@ then
# Run migration script to convert menu format if old version is 0.9.*
if
[
"
$2
"
!=
""
]
;
then
if
dpkg
--compare-versions
$2
lt 1.0
;
then
if
dpkg
--compare-versions
"
$2
"
lt 1.0
;
then
if
[
-e
$CONFDIR
/storage.conf
-o
-e
$CONFDIR
/apply.conf
-o
-e
$CONFDIR
/apps-list.xml
]
;
then
db_get liblemonldap-ng-common-perl/migrate
if
[
"
$RET
"
]
;
then
$MIGRATION
2>&1
>
/dev/null
||
:
fi
#
if [ "$RET" ]; then
#
$MIGRATION 2>&1 > /dev/null || :
#
fi
fi
fi
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment