-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #774 from paulignari/gh773
Announce that the smarty3 package needs to be installed manually
- Loading branch information
Showing
4 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
ltb-project-self-service-password (1.5.3-2) unstable; urgency=high | ||
|
||
Smarty3 package must be manually installed | ||
|
||
Smarty3 package, on which this software relies, is currently broken | ||
on Ubuntu, so it was removed from packages dependences since | ||
version 1.5.3-1. | ||
Install smarty3 package manually and follow instructions on | ||
https://self-service-password.readthedocs.io/en/latest/installation.html#debian-ubuntu | ||
if you face this error: | ||
|
||
syntax error, unexpected token "class" | ||
|
||
-- Clement Oudot <clem@ltb-project.org> Wed, 17 May 2023 12:18:22 +0200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
. /usr/share/debconf/confmodule || exit 0 | ||
|
||
db_input critical self-service-password/smarty-warn || true | ||
db_go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
Template: self-service-password/smarty-warn | ||
Type: note | ||
Description: Smarty3 package must be manually installed | ||
Smarty3 package, on which this software relies, is currently broken | ||
on Ubuntu, so it was removed from packages dependences since | ||
version 1.5.3-1. | ||
Install smarty3 package manually and follow instructions on | ||
https://self-service-password.readthedocs.io/en/latest/installation.html#debian-ubuntu | ||
if you face this error: | ||
. | ||
syntax error, unexpected token "class" |