~ubuntu-branches/ubuntu/trusty/ifuse/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/ifuse.1

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2013-09-01 23:23:14 UTC
  • mfrom: (1.2.1) (3.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130901232314-n1m720p5ltylt244
Tags: 1.1.2-0.1
* Non-maintainer upload with maintainer ack; closes: #721560.
* New upstream release; closes: #718255.
  - Build-dep on libplist-dev since upstream now directly links to it.
  - Drop libglib2.0-dev build-dep; obsoleted in this release; also add
    mising pkg-config build-dep as this was pulled by libglib2.0-dev.
  - Update download URL in debian/copyright to point at new
    http://www.libimobiledevice.org/ site.
  - Drop debian/ifuse.1 and debian/ifuse.manpages but list usr/share/man in
    ifuse.install as man page was merged upstream.
  - Drop patch 01_DSO_libplist, merged upstream.
  - Drop patch 99_autoreconf, now unneeded.
* Drop unused DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE from debian/rules.
* CFLAGS and LDFLAGS were set in debian/rules, but were ineffective; switch
  to debhelper compatibility level 9 to fix this and to support distro-set
  LDFLAGS and CPPFLAGS.
  - Bump debhelper build-dep to 9~.
  - Bump debian/compat to 9.
  - Drop CFLAGS definition from rules; debhelper 9 already sets this
    correctly.
  - Rename LDFLAGS to DEB_LDFLAGS_MAINT_APPEND.
* New patch, Updated-for-libimobiledevice-1.1.5, cherry-pick from upstream's
  9ac32aa in github:libimobiledevice/ifuse.git; fixes a type error with
  libimobiledevice >= 1.1.5 breaking ifuse on 64-bits arches.
  - Use dh_autoreconf to autoreconf the source-tree after applying patches:
    build-dep on dh-autoreconf and call dh with --with autoreconf.
  - Add patch Fix-name-of-PKG_CHECK_MODULES-test-for-limd-1.1.5 to fix
    libimobiledevice 1.1.5 check in configure.ac; sent upstream.
* Bump Standards-Version to 3.9.4; no change needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "ifuse" 1
 
2
.SH NAME
 
3
ifuse \- Mount filesystem of an iPhone, iPod Touch, iPad or Apple TV.
 
4
.SH SYNOPSIS
 
5
.B ifuse <mount_point> [OPTIONS]
 
6
 
 
7
.SH DESCRIPTION
 
8
 
 
9
Mount filesystem of an iPhone, iPod Touch, iPad or Apple TV
 
10
 
 
11
Example:
 
12
 
 
13
ifuse /media/iPhone \-\-root
 
14
 
 
15
This mounts the root filesystem of the first attached device on
 
16
this computer in the directory /media/iPhone.
 
17
 
 
18
 
 
19
.SH OPTIONS
 
20
.TP
 
21
.B \-o opt,[opt...] 
 
22
mount options.
 
23
.TP
 
24
.B \-u|\-\-uuid UUID
 
25
mount specific device by its 40-digit device UUID.
 
26
.TP
 
27
.B \-h|\-\-help
 
28
prints usage information.
 
29
.TP
 
30
.B \-V|\-\-version
 
31
print version.
 
32
.TP
 
33
.B \-\-appid APPID
 
34
mount 'Documents' folder of app identified by APPID.
 
35
.TP
 
36
.B \-\-root 
 
37
mount root file system (jailbroken device required).
 
38
.TP
 
39
.B \-\-debug
 
40
enable libimobiledevice communication debugging.
 
41
 
 
42
.SH AUTHOR
 
43
Matt Colyer
 
44
 
 
45
Man page written to conform with Debian by Julien Lavergne.