~ubuntu-branches/ubuntu/raring/exif/raring

« back to all changes in this revision

Viewing changes to debian/patches/03_manpage_improvements

  • Committer: Bazaar Package Importer
  • Author(s): Emmanuel Bouthenot
  • Date: 2008-03-31 19:39:44 UTC
  • mfrom: (4.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080331193944-xndxlofl9m7h7a83
Tags: 0.6.15-5
* Adopt the package within pkg-phototools:
  - Set the Maintainer to the group
  - Add Frederic Peters and myself as Uploaders.
  - Add Vcs-Browser and Vcs-Git fields accordingly.
* debian/control:
  - Add a Homepage field.
  - Update Standards-Version to 3.7.3
  - Fix build dep version for libexif-dev.
  - Add build dep on quilt for patches extracted from package diff.
  - Add build dep on gettext for swedish translation.
* debian/copyright:
  - convert file to utf-8.
  - Point to LGPL-2 rather than just LGPL, which now points to
    LGPL-3.
* debian/rules
  - Fix autotools timestamp issues which causes FTBFS (closes: #445609)
  - Fix lintian 'clean error' warning.
* debian/patches
  - Extract swedish translation patch from package diff (cf. bug 397370).
  - Extract patch related to default ifd from package diff (cf. bug 428255).
  - Extract patch related to manpage improvements from package diff (cf.
    bugs 320497 and 321855).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- a/exif.1
 
2
+++ b/exif.1
 
3
@@ -19,7 +19,7 @@
 
4
 .SH "NAME"
 
5
 exif \- shows EXIF information in JPEG files
 
6
 .SH "SYNOPSIS"
 
7
-.BI "exif [ " "OPTION" " ] " "file"
 
8
+.BI "exif [ " "OPTION" " ] " "file..."
 
9
 .SH DESCRIPTION
 
10
 .B "exif"
 
11
 is a small command-line utility to show and change EXIF information in JPEG files.
 
12
@@ -84,6 +84,16 @@
 
13
 .TP
 
14
 .BI "\-\-usage"
 
15
 Display brief usage message
 
16
+.SH "EXAMPLES"
 
17
+.IX Header "EXAMPLES"
 
18
+Here are some examples of the use of \fBexif\fR:
 
19
+.IP "exif \-e picture.jpg"
 
20
+Extract thumbnail from picture.jpg to picture.jpg.modified.jpg
 
21
+.IP "exif \-t 0x9003 picture.jpg"
 
22
+Display EXIF tag 0x9003 (DateTimeOriginal)
 
23
+.IP "exif \-\-ifd=EXIF \-\-tag 0x9003 \-\-set\-value='2007:09:17 09:30:55' picture.jpg"
 
24
+Set EXIF tag 0x9003 (DateTimeOriginal) to the given value, writing the new
 
25
+file to picture.jpg.modified.jpg
 
26
 .SH "AUTHOR"
 
27
 Written by Lutz Mueller <lutz@users.sourceforge.net>
 
28
 .SH "SEE ALSO"