~ubuntu-branches/ubuntu/lucid/libimobiledevice/lucid

« back to all changes in this revision

Viewing changes to debian/idevicebackup.1

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-02-02 21:19:51 UTC
  • Revision ID: james.westby@ubuntu.com-20100202211951-jmo8ew1etlm3m1cx
Tags: 0.9.7-1
* Urgency set to medium to fix RC bug (#565665).
* New upstream release, previously named libiphone (Closes: #568136, #568137)
* Replace all libiphone occurence to libimobiledevice.
* Remove python-iphone.preinst, not needed since the package was renamed.
* debian/copyright: Update copyright holders and authors.
* debian/libimobiledevice-dev & debian/rules: Remove *.la files.
* debian/rules:
 - Rewrite to use dh7.
 - Pass --enable-dev-tools.
* debian/control:
 - Build-depends on debhelper (>= 7.0.50~).
 - Add VCS-* fields.
 - Build-depends on libusb2-dev on kfreebsd (Closes: #565665).
 - Remove libusb-1.0-0-dev depends for libimobiledevice-dev.
 - Wrap depends.
 - Add Conflicts/Replaces with libiphone0 for .fdi file.
 - Bump Standards-Version to 3.8.4, no change needed.
* debian/libimobiledevice0.symbols: Rewrite with only remaining symbols.
* debian/patches:
  - 01-libs.private.patch: Use Requires.private in *.pc files to not add
    unecessary links.
  - 02-add-missing-linking.patch: Add missing LDFLAG on plist for python
    bindings.
  - 03-fix-python-import.patch: Fix name of the python module.
* Switch to dpkg-source 3.0 (quilt) format.
* debian/libimobiledevice-doc.*: Add the documentation to it's own package.
* Add debian/idevicebackup.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "idevicebackup" 1
 
2
.SH NAME
 
3
idevicebackup \- Create or restore backup for iPhone/iPod Touch devices.
 
4
.SH SYNOPSIS
 
5
.B idevicebackup
 
6
[OPTIONS] CMD [DIRECTORY]
 
7
 
 
8
.SH DESCRIPTION
 
9
 
 
10
Create or restore backup from the current or specified directory.
 
11
 
 
12
.SH OPTIONS
 
13
.TP
 
14
.B \-u|\-\-uuid UUID
 
15
target specific device by its 40-digit device UUID.
 
16
.TP 
 
17
.B \-d|\-\-debug
 
18
enable communication debugging.
 
19
.TP 
 
20
.B \-h|\-\-help
 
21
prints usage information.
 
22
.TP 
 
23
 
 
24
.SH CMD
 
25
.TP
 
26
.B backup 
 
27
Saves a device backup into DIRECTORY.
 
28
.TP
 
29
.B restore
 
30
Restores a device backup from DIRECTORY.
 
31
 
 
32
.SH AUTHORS
 
33
 Martin Szulecki
 
34
 
 
35
 Nikias Bassen
 
36
 
 
37
Man page written to conform with Debian by Julien Lavergne.