[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:55 UTC 2017


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

The following commit has been merged in the master branch:
commit c5b1cc5274fa62b532027ff7e3c8131cc64eca23
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Jan 16 15:33:19 2005 +0000

    Propset svn:eol-style native
---
 src/cmd.txt | 64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

diff --git a/src/cmd.txt b/src/cmd.txt
index 9e4c63a..83ba5c6 100644
--- a/src/cmd.txt
+++ b/src/cmd.txt
@@ -1,32 +1,32 @@
-# Sample Exiv2 command file
-# Run exiv2 -m cmd.txt file ...
-# to apply the commands to each file.
-#
-# Command file format
-# Empty lines and lines starting with # are ignored
-# Each remaining line is a command. The format for command lines is
-# <cmd> <key> [[<type>] <value>] 
-# cmd = set|add|del
-#    set will set the value of an existing tag of the given key or add a tag
-#    add will add a tag (unless the key is a non-repeatable Iptc key)
-#    del will delete a tag 
-# key = Exiv2 Exif or Iptc key
-# type = Byte|Ascii|Short|Long|Rational|Undefined|SShort|SLong|SRational  for Exif
-#        String|Date|Time|Short|Undefined  for Iptc
-#    A default type is used if none is explicitely given. The default for Exif 
-#    keys is Ascii, that for Iptc keys is determined based on the key itself.
-# value 
-#    The remaining text on the line is the value. It can optionally be enclosed in 
-#    double quotes ("value")
-
-add  Iptc.Application2.Credit	String	"mee too! (1)"   
-add  Iptc.Application2.Credit		mee too! (2)	        
-del  Iptc.Application2.Headline	 
-
-add   Exif.Image.WhitePoint	Short	32 12 4 5 6 
-
- set  Exif.Image.DateTime	Ascii	"Zwanzig nach fuenf"
-  set Exif.Image.Artist		Ascii	nobody
-  set Exif.Image.Artist			"Vincent van Gogh"
-
-set Exif.Photo.UserComment      Comment "charset=Ascii This is an ASCII Exif comment"
+# Sample Exiv2 command file
+# Run exiv2 -m cmd.txt file ...
+# to apply the commands to each file.
+#
+# Command file format
+# Empty lines and lines starting with # are ignored
+# Each remaining line is a command. The format for command lines is
+# <cmd> <key> [[<type>] <value>] 
+# cmd = set|add|del
+#    set will set the value of an existing tag of the given key or add a tag
+#    add will add a tag (unless the key is a non-repeatable Iptc key)
+#    del will delete a tag 
+# key = Exiv2 Exif or Iptc key
+# type = Byte|Ascii|Short|Long|Rational|Undefined|SShort|SLong|SRational  for Exif
+#        String|Date|Time|Short|Undefined  for Iptc
+#    A default type is used if none is explicitely given. The default for Exif 
+#    keys is Ascii, that for Iptc keys is determined based on the key itself.
+# value 
+#    The remaining text on the line is the value. It can optionally be enclosed in 
+#    double quotes ("value")
+
+add  Iptc.Application2.Credit	String	"mee too! (1)"   
+add  Iptc.Application2.Credit		mee too! (2)	        
+del  Iptc.Application2.Headline	 
+
+add   Exif.Image.WhitePoint	Short	32 12 4 5 6 
+
+ set  Exif.Image.DateTime	Ascii	"Zwanzig nach fuenf"
+  set Exif.Image.Artist		Ascii	nobody
+  set Exif.Image.Artist			"Vincent van Gogh"
+
+set Exif.Photo.UserComment      Comment "charset=Ascii This is an ASCII Exif comment"

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list