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
8332785c
Commit
8332785c
authored
May 21, 2015
by
Clément OUDOT
Browse files
Fix installation process to not stop because of new Manager code (#820)
parent
a917de71
Changes
6
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
8332785c
...
...
@@ -657,11 +657,8 @@ debian-diff:
@
# Manager
@
$(DIFF)
lemonldap-ng-manager/lib/Lemonldap/NG/Manager
$(DIFFPREFIX)
/usr/share/perl5/Lemonldap/NG/Manager
||
true
@
$(DIFF)
lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm
$(DIFFPREFIX)
/usr/share/perl5/Lemonldap/NG/Manager.pm
||
true
@
$(DIFF)
lemonldap-ng-manager/example/index.pl
$(DIFFPREFIX)
/var/lib/lemonldap-ng/manager/index.pl
||
true
@
$(DIFF)
lemonldap-ng-manager/example/sessions.pl
$(DIFFPREFIX)
/var/lib/lemonldap-ng/manager/sessions.pl
||
true
@
$(DIFF)
lemonldap-ng-manager/example/notifications.pl
$(DIFFPREFIX)
/var/lib/lemonldap-ng/manager/notifications.pl
||
true
@
$(DIFF)
--ignore-matching-lines
=
'set.*get.*\[2\]'
lemonldap-ng-manager/example/scripts/lmConfigEditor
$(DIFFPREFIX)
/usr/share/lemonldap-ng/bin/lmConfigEditor
||
true
@
$(DIFF)
--ignore-matching-lines
=
'giveUpPrivileges'
lemonldap-ng-manager/example/scripts/lemonldap-ng-cli
$(DIFFPREFIX)
/usr/share/lemonldap-ng/bin/lemonldap-ng-cli
||
true
@
$(DIFF)
--ignore-matching-lines
=
'set.*get.*\[2\]'
lemonldap-ng-manager/scripts/lmConfigEditor
$(DIFFPREFIX)
/usr/share/lemonldap-ng/bin/lmConfigEditor
||
true
@
$(DIFF)
--ignore-matching-lines
=
'giveUpPrivileges'
lemonldap-ng-manager/scripts/lemonldap-ng-cli
$(DIFFPREFIX)
/usr/share/lemonldap-ng/bin/lemonldap-ng-cli
||
true
default-diff
:
@
# Portal
...
...
@@ -687,11 +684,8 @@ default-diff:
@
$(DIFF)
lemonldap-ng-manager/lib/Lemonldap/NG/Manager /usr/local/share/perl/
$(PERLVERSION)
/Lemonldap/NG/Manager
||
true
@
$(DIFF)
lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm /usr/local/share/perl/
$(PERLVERSION)
/Lemonldap/NG/Manager.pm
||
true
@
$(DIFF)
lemonldap-ng-manager/example/skins
$(LMPREFIX)
/htdocs/manager/skins
||
true
@
$(DIFF)
lemonldap-ng-manager/example/index.pl
$(LMPREFIX)
/htdocs/manager/index.pl
||
true
@
$(DIFF)
lemonldap-ng-manager/example/sessions.pl
$(LMPREFIX)
/htdocs/manager/sessions.pl
||
true
@
$(DIFF)
lemonldap-ng-manager/example/notifications.pl
$(LMPREFIX)
/htdocs/manager/notifications.pl
||
true
@
$(DIFF)
--ignore-matching-lines
=
'set.*get.*\[2\]'
lemonldap-ng-manager/example/scripts/lmConfigEditor
$(LMPREFIX)
/bin/lmConfigEditor
||
true
@
$(DIFF)
--ignore-matching-lines
=
'giveUpPrivileges'
lemonldap-ng-manager/example/scripts/lemonldap-ng-cli
$(LMPREFIX)
/bin/lemonldap-ng-cli
||
true
@
$(DIFF)
--ignore-matching-lines
=
'set.*get.*\[2\]'
lemonldap-ng-manager/scripts/lmConfigEditor
$(LMPREFIX)
/bin/lmConfigEditor
||
true
@
$(DIFF)
--ignore-matching-lines
=
'giveUpPrivileges'
lemonldap-ng-manager/scripts/lemonldap-ng-cli
$(LMPREFIX)
/bin/lemonldap-ng-cli
||
true
tidy
:
clean
find lemon
*
/
-type
f
\(
-name
'*.pm'
-or
-name
'*.pl'
-or
-name
'*.t'
\)
-print
-exec
perltidy
-b
{}
\;
...
...
debian/liblemonldap-ng-manager-perl.examples
View file @
8332785c
debian/tmp/examples/manager/*.pl
debian/liblemonldap-ng-manager-perl.install
View file @
8332785c
/
usr
/
share
/
perl5
/
Lemonldap
/
NG
/
Manager
*
/
usr
/
share
/
perl5
/
auto
/
Lemonldap
/
NG
/
Manager
/
etc
/
lemonldap
-
ng
/
manager
-
apache2
.
conf
/
usr
/
share
/
lemonldap
-
ng
/
manager
-
skins
/
usr
/
share
/
lemonldap
-
ng
/
manager
/
var
/
lib
/
lemonldap
-
ng
/
manager
/
usr
/
share
/
lemonldap
-
ng
/
bin
/
lmConfigEditor
...
...
debian/liblemonldap-ng-manager-perl.links
View file @
8332785c
/etc/lemonldap-ng/manager-apache2.conf /etc/apache2/sites-available/manager-apache2.conf
/usr/share/lemonldap-ng/manager/index.pl /var/lib/lemonldap-ng/manager/index.pl
/usr/share/lemonldap-ng/manager/notifications.pl /var/lib/lemonldap-ng/manager/notifications.pl
/usr/share/lemonldap-ng/manager/sessions.pl /var/lib/lemonldap-ng/manager/sessions.pl
debian/liblemonldap-ng-manager-perl.preinst
View file @
8332785c
...
...
@@ -4,14 +4,5 @@ set -e
.
/usr/share/debconf/confmodule
if
[
"
$1
"
==
"configure"
]
then
if
[
-f
/var/lib/lemonldap-ng/manager/index.pl
]
;
then
diff /var/lib/lemonldap-ng/manager/index.pl
\
/usr/share/doc/liblemonldap-ng-manager-perl/examples/index.pl
&&
\
rm
-rf
/var/lib/lemonldap-ng/manager/index.pl
fi
fi
#DEBHELPER#
exit
0
debian/rules
View file @
8332785c
...
...
@@ -49,7 +49,6 @@ override_dh_auto_install:
mkdir $(TMP)/$(LMSHAREDIR)/manager $(TMP)/$(LMSHAREDIR)/portal
mv $(TMP)/$(LMVARDIR)/portal/*.pl $(TMP)/$(LMSHAREDIR)/portal/
mv $(TMP)/$(LMVARDIR)/manager/*pl $(TMP)/$(LMSHAREDIR)/manager/
override_dh_compress:
dh_compress -X favicon.ico
...
...
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