~ubuntu-branches/ubuntu/quantal/libimobiledevice/quantal-updates

« back to all changes in this revision

Viewing changes to debian/ideviceinfo.1

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-03-26 21:28:14 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100326212814-o2tjspgmc3plbrsg
Tags: 1.0.0-1
* New upstream release.
* Bump SONAME to libimobiledevice1.
* debian/watch: Fixed by using githubredir.debian.net redirection.
* debian/libimobiledevice-utils.manpages: Update to use upstream manpages.
* debian/*.1: Remove manpages, there are now shipped upstream.
* debian/control: Fix wrong description. (Closes: #571586)
* debian/patches:
  - 02-add-missing-linking.patch: Refresh.
  - 03-fix-python-import.patch: Dropped, merged upstream.
* debian/libimobiledevice1.install: Remove fdi file, not shipped anymore.
* debian/rules: Remove installed manpages, handle by *.manpages.
* debian/*.manpages: Update location of the manpages.
* debian/*.symbols: Update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "ideviceinfo" 1
2
 
.SH NAME
3
 
ideviceinfo \- Show information about the first connected iPhone/iPod Touch.
4
 
.SH SYNOPSIS
5
 
.B iphone_id
6
 
[OPTIONS]
7
 
 
8
 
.SH DESCRIPTION
9
 
 
10
 
Show information about the first connected iPhone/iPod Touch.
11
 
 
12
 
 
13
 
.SH OPTIONS
14
 
.TP
15
 
.B \-d|\-\-debug
16
 
enable communication debugging.
17
 
.TP
18
 
.B \-u|\-\-uuid UUID
19
 
target specific device by its 40-digit device UUID.
20
 
.TP
21
 
.B \-q|\-\-domain NAME
22
 
set domain of query to NAME. Default: None.
23
 
.TP
24
 
.B \-k|\-\-key NAME
25
 
only query key specified by NAME. Default: All keys.
26
 
.TP
27
 
.B \-x|\-\-xml
28
 
output information as xml plist instead of key/value pairs.
29
 
.TP
30
 
.B \-h|\-\-help
31
 
prints usage information
32
 
 
33
 
.SH AUTHOR
34
 
Martin Szulecki
35
 
 
36
 
Man page written to conform with Debian by Julien Lavergne.