Package: smarty-lexer / 3.1.32+dfsg1-3

Metadata

Package Version Patches format
smarty-lexer 3.1.32+dfsg1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2001_make it usable for smarty3.patch | (download)

Create_Config_Parser.php | 8 4 + 4 - 0 !
Create_Template_Parser.php | 8 4 + 4 - 0 !
LexerGenerator.php | 4 2 + 2 - 0 !
LexerGenerator/Exception.php | 2 1 + 1 - 0 !
LexerGenerator/Lexer.php | 2 1 + 1 - 0 !
LexerGenerator/Parser.php | 6 3 + 3 - 0 !
LexerGenerator/Regex/Lexer.php | 2 1 + 1 - 0 !
LexerGenerator/Regex/Parser.php | 2 1 + 1 - 0 !
LexerGenerator/cli.php | 2 1 + 1 - 0 !
ParserGenerator.php | 18 9 + 9 - 0 !
ParserGenerator/cli.php | 2 1 + 1 - 0 !
11 files changed, 28 insertions(+), 28 deletions(-)

 make smarty-lexer usable when building smarty3 for debian
0001_fix for psr 2 code style.patch | (download)

ParserGenerator/Data.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix for psr-2 code stype


0002_make generated lexer and parser compatible with PSR 2 code.patch | (download)

LexerGenerator/Parser.php | 4 2 + 2 - 0 !
LexerGenerator/Regex/Parser.php | 2 1 + 1 - 0 !
ParserGenerator/Data.php | 14 7 + 7 - 0 !
3 files changed, 10 insertions(+), 10 deletions(-)

 [patch] make generated lexer and parser compatible with psr-2 code
 style https://github.com/smarty-php/smarty/pull/483