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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:36:05 UTC 2017


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

The following commit has been merged in the master branch:
commit d42550f8aafad6307f197dd45f8487eb2ee6cc66
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu Feb 19 10:21:12 2004 +0000

    Added components dependency graph
---
 doc/exiv2.dot |  34 ++++++++++++++++++++++++++++++++++
 doc/exiv2.gif | Bin 0 -> 21085 bytes
 2 files changed, 34 insertions(+)

diff --git a/doc/exiv2.dot b/doc/exiv2.dot
new file mode 100644
index 0000000..3a70959
--- /dev/null
+++ b/doc/exiv2.dot
@@ -0,0 +1,34 @@
+digraph G {
+
+L1 [shape=plaintext] ;
+L2 [shape=plaintext] ;
+L3 [shape=plaintext] ;
+L4 [shape=plaintext] ;
+
+"L4" -> "L3" -> "L2" -> "L1" [style=invis] ;
+
+"exif"  [shape=box] ;
+"ifd"   [shape=box] ;
+"image" [shape=box] ;
+"tags"  [shape=box] ;
+"types" [shape=box] ;
+"value" [shape=box] ;
+"error" [shape=box] ;
+"exif" -> "ifd" ;
+"exif" -> "image" ;
+"exif" -> "tags" ;
+"exif" -> "types" ;
+"exif" -> "value" ;
+"exif" -> "error" ;
+"ifd" -> "error" ;  
+"ifd" -> "types" ;
+"image" -> "types" ;
+"tags" -> "error" ;
+"tags" -> "types" ;
+"tags" -> "value" ;
+"value" -> "types" ;
+
+{ rank=same; L1 error types }
+{ rank=same; L2 image value ifd }
+
+}
diff --git a/doc/exiv2.gif b/doc/exiv2.gif
new file mode 100644
index 0000000..546371d
Binary files /dev/null and b/doc/exiv2.gif differ

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list