rev 15163 - in kde-extras/exiv2/trunk/debian: . patches

Ryan Kavanagh ryanakca-guest at alioth.debian.org
Tue Jul 7 23:26:54 UTC 2009


Author: ryanakca-guest
Date: 2009-07-07 23:26:54 +0000 (Tue, 07 Jul 2009)
New Revision: 15163

Added:
   kde-extras/exiv2/trunk/debian/patches/00_hyphens_used_as_minus.diff
Removed:
   kde-extras/exiv2/trunk/debian/libexiv2-5.lintian-overrides
Modified:
   kde-extras/exiv2/trunk/debian/changelog
Log:
Removed the no-symbols-control-file override. Added a patch for hyphens used as minus in the manpage

Modified: kde-extras/exiv2/trunk/debian/changelog
===================================================================
--- kde-extras/exiv2/trunk/debian/changelog	2009-07-07 23:20:08 UTC (rev 15162)
+++ kde-extras/exiv2/trunk/debian/changelog	2009-07-07 23:26:54 UTC (rev 15163)
@@ -3,11 +3,9 @@
   * DO NOT UPLOAD
   * New upstream release
   * Added lintian overrides:
-    - libexiv2-5: no-symbols-control-file usr/lib/libexiv2.so.5.3.1
-      * C++ libraries don't get symbols-control-file since the symbols are
-        arch dependant
     - libexiv2-dev: extended-description-is-probably-too-short
   * Fixed a typo in README.Debian (s/enviroment/environment/)
+  * Fixed hyphens as minus signs in the manpage, 00_hyphens_used_as_minus.diff
 
  -- Ryan Kavanagh <ryanakca at kubuntu.org>  Tue, 07 Jul 2009 19:17:01 -0400
 

Added: kde-extras/exiv2/trunk/debian/patches/00_hyphens_used_as_minus.diff
===================================================================
--- kde-extras/exiv2/trunk/debian/patches/00_hyphens_used_as_minus.diff	                        (rev 0)
+++ kde-extras/exiv2/trunk/debian/patches/00_hyphens_used_as_minus.diff	2009-07-07 23:26:54 UTC (rev 15163)
@@ -0,0 +1,61 @@
+diff -Nur -x '*.orig' -x '*~' exiv2-0.18.2/src/exiv2.1 exiv2-0.18.2.new/src/exiv2.1
+--- exiv2-0.18.2/src/exiv2.1	2009-04-05 11:27:11.000000000 -0400
++++ exiv2-0.18.2.new/src/exiv2.1	2009-07-07 19:23:36.337387142 -0400
+@@ -171,17 +171,17 @@
+ .br
+ s : print a summary of the Exif metadata (the default)
+ .br
+-a : print Exif, IPTC and XMP metadata (shortcut for -Pkyct)
++a : print Exif, IPTC and XMP metadata (shortcut for \-Pkyct)
+ .br
+-t : interpreted (translated) Exif tags (-PEkyct) 
++t : interpreted (translated) Exif tags (\-PEkyct) 
+ .br
+-v : plain Exif tag values (-PExgnycv)
++v : plain Exif tag values (\-PExgnycv)
+ .br
+-h : hexdump of the Exif data (-PExgnycsh)
++h : hexdump of the Exif data (\-PExgnycsh)
+ .br
+-i : IPTC datasets (-PIkyct)
++i : IPTC datasets (\-PIkyct)
+ .br
+-x : XMP properties (-PXkyct)
++x : XMP properties (\-PXkyct)
+ .br
+ c : JPEG comment
+ .br
+@@ -256,7 +256,7 @@
+ p[<n>[,<m> ...]] : Extract preview images. The optional comma separated
+ list of preview image numbers is used to determine which preview images
+ to extract. The available preview images and their numbers are displayed
+-with the 'print' option -pp.
++with the 'print' option \-pp.
+ .br
+ X : Extract metadata to an XMP sidecar file <file>.xmp. The remaining
+ extract targets determine what metadata to extract to the sidecar
+@@ -393,13 +393,13 @@
+ exiv2 *.jpg
+ Prints a summary of the Exif information for all JPEG files in the directory.
+ .TP
+-exiv2 -pi image.jpg
++exiv2 \-pi image.jpg
+ Prints the IPTC metadata of the image.
+ .TP
+ exiv2 rename img_1234.jpg
+ Renames img_1234.jpg (taken on 13\-Nov\-05 at 22:58:31) to 20051113_225831.jpg
+ .TP
+-exiv2 -r':basename:_%Y%m' rename img_1234.jpg
++exiv2 \-r':basename:_%Y%m' rename img_1234.jpg
+ Renames img_1234.jpg to img_1234_200511.jpg
+ .TP
+ exiv2 \-et img1.jpg img2.jpg
+@@ -441,7 +441,7 @@
+ latitude respectively.
+ .TP
+ .nf
+-exiv2 insert -l/tmp -S.CRW /data/*.JPG
++exiv2 insert \-l/tmp \-S.CRW /data/*.JPG
+ .fi
+ Copy all metadata from CRW files in the /tmp directory to JPG files
+ with corresponding basenames in the /data directory. Note that this




More information about the pkg-kde-commits mailing list