[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:42:24 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=ad1a376

The following commit has been merged in the master branch:
commit ad1a376412cb0693f88a6c9e9eaec9f283dfbd17
Author: vog <vog at notjusthosting.com>
Date:   Mon Jun 20 03:49:58 2011 +0000

    #689: provide an example EPS file that contains an %%Include DSC comment
---
 ...lat_minimal-eof.eps => eps-nested_minimal_includedocument.eps} | 5 ++++-
 test/data/eps/eps-test.out                                        | 8 ++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/test/data/eps/eps-flat_minimal-eof.eps b/test/data/eps/eps-nested_minimal_includedocument.eps
similarity index 58%
copy from test/data/eps/eps-flat_minimal-eof.eps
copy to test/data/eps/eps-nested_minimal_includedocument.eps
index 86375c6..727804a 100644
--- a/test/data/eps/eps-flat_minimal-eof.eps
+++ b/test/data/eps/eps-nested_minimal_includedocument.eps
@@ -1,7 +1,10 @@
 %!PS-Adobe-3.0 EPSF-3.0
 %%BoundingBox: 5 5 105 105
+%%DocumentNeededResources: dummy_document.eps
+save
+%%IncludeDocument: dummy_document.eps
+restore
 10 setlinewidth
 10 10 moveto
 0 90 rlineto 90 0 rlineto 0 -90 rlineto closepath
 stroke
-%%EOF
diff --git a/test/data/eps/eps-test.out b/test/data/eps/eps-test.out
index 1ad4fb9..529e32f 100644
--- a/test/data/eps/eps-test.out
+++ b/test/data/eps/eps-test.out
@@ -2462,3 +2462,11 @@ Exit code: 0
 
 Command: exiv2 -f -ex eps-flat_photoshop-e9-win.eps
 Exit code: 0
+
+-----> eps-nested_minimal_includedocument.eps <-----
+
+Command: exiv2 -pp eps-nested_minimal_includedocument.eps
+Warning: Unable to handle PostScript %%Include DSC comments yet. Please provide your sample EPS file to the Exiv2 project: http://dev.exiv2.org/projects/exiv2
+Exiv2 exception in print action for file eps-nested_minimal_includedocument.eps:
+Failed to read image data
+Exit code: 1

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list