Skip to content

Commit

Permalink
8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberroland committed Jun 7, 2024
1 parent 2173e89 commit d64cdc3
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion lam-packaging/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Depends: php (>= 8.1), php-ldap,
apache2 (>= 2.4.0) | httpd,
gettext, fonts-dejavu,
libjs-jquery-jstree (>= 3.3.0),
php-phpseclib3, php-psr-log, php-monolog (<< 3.0),
php-phpseclib3, php-monolog (<< 3.0),
php-voku-portable-ascii (<< 3.0), libphp-phpmailer (<< 7.0),
debconf (>= 0.2.26) | debconf-2.0, ${misc:Depends}
Recommends: php-opcache
Expand Down
3 changes: 0 additions & 3 deletions lam-packaging/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ fi
if [ ! -L /usr/share/ldap-account-manager/lib/3rdParty/composer/monolog/monolog/src/Monolog ] ; then
ln -s /usr/share/php/Monolog /usr/share/ldap-account-manager/lib/3rdParty/composer/monolog/monolog/src/Monolog
fi
if [ ! -L /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log ] ; then
ln -s /usr/share/php/Psr/Log /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log
fi
if [ ! -L /usr/share/ldap-account-manager/lib/3rdParty/composer/voku/portable-ascii/src/voku ] ; then
ln -s /usr/share/php/voku /usr/share/ldap-account-manager/lib/3rdParty/composer/voku/portable-ascii/src/voku
fi
Expand Down
3 changes: 0 additions & 3 deletions lam-packaging/debian/postrm
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ if [ -f /usr/share/debconf/confmodule ]; then
if [ -L /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log/Psr ] ; then
rm /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log/Psr
fi
if [ -L /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log ] ; then
rm /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log
fi
if [ -L /usr/share/ldap-account-manager/lib/3rdParty/composer/voku/portable-ascii/src/voku ] ; then
rm /usr/share/ldap-account-manager/lib/3rdParty/composer/voku/portable-ascii/src/voku
fi
Expand Down
3 changes: 0 additions & 3 deletions lam-packaging/debian/preinst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ fi
if [ -L /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log/Psr ] ; then
rm /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log/Psr
fi
if [ -L /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log ] ; then
rm /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log
fi
if [ -L /usr/share/ldap-account-manager/lib/3rdParty/composer/voku/portable-ascii/src/voku ] ; then
rm /usr/share/ldap-account-manager/lib/3rdParty/composer/voku/portable-ascii/src/voku
fi
Expand Down
1 change: 0 additions & 1 deletion lam-packaging/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ install:
cp -r lib/3rdParty/composer debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty/
rm -r debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty/composer/phpseclib/phpseclib/phpseclib
rm -r debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty/composer/monolog/monolog/src/Monolog
rm -r debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log
rm -r debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty/composer/voku/portable-ascii/src/voku
rm -r debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty/composer/phpmailer/phpmailer
cp -r lib/3rdParty/yubico debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty/
Expand Down

0 comments on commit d64cdc3

Please sign in to comment.