~ubuntu-branches/ubuntu/trusty/pdfcube/trusty

« back to all changes in this revision

Viewing changes to debian/pdfcube.1.txt

  • Committer: Package Import Robot
  • Author(s): Andreas Moog
  • Date: 2011-12-15 10:19:12 UTC
  • mfrom: (1.1.3) (2.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20111215101912-0jwj8r6d7d3ebohf
Tags: 0.0.4-1
* New Maintainer (Closes: #651724)
* New upstream release:
  - builds with libpoppler 0.18
  - include manpage (Closes: #464830)
  - handle command line options (Closes: #507880)
* debian/{compat,control,rules}:
  - use dh sequencer
  - bump debhelper compat level to 9
  - export buildflags from dpkg-buildflags
  - override dh_installman cause upstream doesn't install it
* debian/control:
  - wrap and sort build-depends
  - drop freeglut3-dev build-depends, not needed anymore
  - drop libpoppler-dev build-depends, pdfcube only needs poppler-glib
    Thanks Pino Toscano <pino@debian.org> (Closes: #659531)
  - add libboost-dev and libboost-program-options-dev build-depends
  - fix spelling in description (Closes: #425263)
    Thanks Peter Eisentraut <peter_e@gmx.net>
  - add Vcs-Git and Vcs-Browser fields
  - move homepage to Homepage field (Closes: #615438)
  - bump standards version to 3.9.3
* debian/copyright:
  - convert to DEP5 copyright format
* debian/dirs:
  - removed, it's not needed
* debian/docs:
  - don't install empty NEWS file
* debian/pdfcube.1[.txt]:
  - removed, included upstream
* debian/rules:
  - allow parallel building
* debian/watch - added

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
PDFCUBE(1)
2
 
===========
3
 
Mirko Maischberger <mirko.maischberger@gmail.com>
4
 
 
5
 
NAME
6
 
----
7
 
pdfcube - displays PDF files with 3D effects
8
 
 
9
 
 
10
 
SYNOPSIS
11
 
--------
12
 
'pdfcube' FILE [OPTIONS]
13
 
 
14
 
 
15
 
DESCRIPTION
16
 
-----------
17
 
pdfcube(1) is a viewer for  Portable Document Format (PDF) files that adds a
18
 
compiz/Keynote-like cube transition effect to your PDF files. It can also zoom
19
 
on 5 predefined areas with a smooth zooming effect. 
20
 
 
21
 
 
22
 
 
23
 
OPTIONS
24
 
-------
25
 
Currently pdfcube don't supports any real options. But you can enter the page
26
 
flips which should get transition effects in advance. 
27
 
 
28
 
EXAMPLES
29
 
--------
30
 
pdfcube foo.pdf 0 5 10::
31
 
    will display 'foo.pdf' with predefined transition effect. 
32
 
    (0 means the page between 1 and 2, this will be changed in the future)
33
 
 
34
 
CONTROLS
35
 
--------
36
 
h,j,k,l,z::
37
 
    will zoom into the predefined areas
38
 
c::
39
 
    will display the next page with a transition effect
40
 
space::
41
 
    will switch to the next page with the programed effect
42
 
page-up,page-down::
43
 
    will switch to the next (previous) page without effect
44
 
esc::
45
 
    will quit pdfcube
46
 
 
47
 
BUGS
48
 
----
49
 
See http://code.100allora.it/pdfcube/report/[] for the bugtracker of pdfcube.
50
 
 
51
 
 
52
 
AUTHOR
53
 
------
54
 
Written by Mirko Maischberger, <mailto:mirko.maischberger@gmail.com[]>
55
 
 
56
 
 
57
 
RESOURCES
58
 
---------
59
 
 
60
 
Main web site: http://code.100allora.it/pdfcube/[]
61
 
 
62
 
 
63
 
COPYING
64
 
-------
65
 
Copyright \(C) 2006 Mirko Maischberger <mailto:mirko.maischberger@gmail.com[]>.
66
 
Free use of this software is granted under the terms of the GNU General Public
67
 
License (GPL). This manpage was written by Alexander Wirt
68
 
<mailto:formorer@debian.org[]> for the Debian distribution. 
69