Package: php-dompdf / 3.0.2+dfsg-1

Metadata

Package Version Patches format
php-dompdf 3.0.2+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Exclude adobe font check.patch | (download)

tests/Canvas/CPDFTest.php | 72 36 + 36 - 0 !
tests/DompdfTest.php | 1 1 + 0 - 0 !
2 files changed, 37 insertions(+), 36 deletions(-)

 for license reasons the times-* (and other) fonts have to be
 replaced by their corresponding free font. For Times-Roman the replacement
 leads to a missing space in one case ('- two' instead of ' - two'),
 so that it has to be excluded.

0002 Change dir variables to debian dirs.patch | (download)

src/Dompdf.php | 4 2 + 2 - 0 !
src/FontMetrics.php | 2 1 + 1 - 0 !
src/Image/Cache.php | 4 2 + 2 - 0 !
src/Options.php | 12 6 + 6 - 0 !
4 files changed, 11 insertions(+), 11 deletions(-)

 change directory variables to debian folders

0005 Remove one test case for 32bit builds.patch | (download)

tests/Css/StyleTest.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove one test case for 32bit builds

0006 Skip OutputTest when Ghostscript has a cache error.patch | (download)

tests/OutputTest/OutputTest.php | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 skip outputtest when ghostscript has a cache error

0003 Change font dir for local build tests.patch | (download)

src/FontMetrics.php | 2 1 + 1 - 0 !
tests/Canvas/CPDFTest.php | 10 5 + 5 - 0 !
tests/Css/AttributeTranslatorTest.php | 2 1 + 1 - 0 !
tests/Css/SelectorTest.php | 2 1 + 1 - 0 !
tests/Css/ShorthandTest.php | 2 1 + 1 - 0 !
tests/Css/StyleTest.php | 50 25 + 25 - 0 !
tests/Css/StylesheetTest.php | 4 2 + 2 - 0 !
tests/DompdfTest.php | 18 9 + 9 - 0 !
tests/FrameReflower/ImageTest.php | 2 1 + 1 - 0 !
tests/GeneratedContentTest.php | 2 1 + 1 - 0 !
tests/Helpers/MockHelper.php | 4 2 + 2 - 0 !
tests/LayoutTest/ImageTest.php | 4 3 + 1 - 0 !
tests/LayoutTest/PageTest.php | 2 1 + 1 - 0 !
tests/OptionsTest.php | 23 16 + 7 - 0 !
tests/OutputTest/Dataset.php | 31 30 + 1 - 0 !
tests/Renderer/RendererTest.php | 2 1 + 1 - 0 !
tests/TestCase.php | 29 29 + 0 - 0 !
17 files changed, 129 insertions(+), 60 deletions(-)

 change fontdir for tests and runtime