Your message dated Thu, 07 Jan 2010 12:02:10 +0000
with message-id <[email protected]>
and subject line Bug#562495: fixed in apvlv 0.0.9-1
has caused the Debian Bug report #562495,
regarding apvlv: Manpage contains partially weird english/formatting
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
562495: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562495
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apvlv
Version: 0.0.8.1-1
Severity: wishlist
Tags: patch
The English in the manpage isn't always correct and it is formatted in a
(IMHO) unusual way, leading to suboptimal output when viewing it on a
small terminal (like "MANWIDTH=80 man apvlv").
I rewrote the manual with the -mdoc macros and tried to fix some weird
english sentences and add some more explanations where neccessary.
I hope this doesn't break any developer workflow (since it seems to me
that the manual was created from apvlv's Startup.pdf) ;-)
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.31 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages apvlv depends on:
ii libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii libc6 2.10.2-2 GNU C Library: Shared libraries
ii libcairo2 1.8.8-2 The Cairo 2D vector graphics libra
ii libfontconfig1 2.6.0-4.2 generic font configuration library
ii libfreetype6 2.3.11-1 FreeType 2 font engine, shared lib
ii libgcc1 1:4.4.2-6 GCC support library
ii libglib2.0-0 2.22.3-1 The GLib library of C routines
ii libgtk2.0-0 2.18.5-1 The GTK+ graphical user interface
ii libpango1.0-0 1.26.2-1 Layout and rendering of internatio
ii libpoppler-glib4 0.12.2-2 PDF rendering library (GLib-based
ii libstdc++6 4.4.2-6 The GNU Standard C++ Library v3
apvlv recommends no packages.
apvlv suggests no packages.
-- no debconf information
..Dd December 24, 2009
..Dt apvlv 1
..Os
..Sh NAME
..Nm apvlv
..Nd PDF viewer with vim-like behaviour
..Sh SYNOPSIS
..Nm
..Op options
..Op file
..Sh DESCRIPTION
apvlv is a PDF viewer, which behaves like vim.
..Sh OPTIONS
..Bl -tag -width "v"
..It Fl c Ar file
Load configuration from
..Ar file
instead of the default
..Pa ~/.apvlvrc
..It Fl h
Show help message and exit
..It Fl v
Show version and exit
..El
..Sh COMMANDS
The following command keys can be used inside apvlv.
Some of them may be prefixed by a number (as in pressing "13G"),
this is indicated by a
..Ar count
in their description. Unless noted otherwise, the default value for the
number is 1.
..Bl -tag -width "indent"
..It o
Display file chooser to open a PDF file
..It O
Select a directory to display
..It R
Reload the current file
..It r
Rotate the document clockwise by 90 degrees
..It G
Show page number
..Ar count
..It gt
Show next tab
..It gT
Show previous tab
..It PageDown, C-f
Go forward
..Ar count
pages
..It PageUp, C-b
Go backward
..Ar count
pages
..It C-d
Go forward
..Ar count
half pages
..It C-u
Go backward
..Ar count
half pages
..It H
Scroll to page head
..It M
Scroll to page middle
..It L
Scroll to page bottom
..It C-p, Up, k
Scroll up
..Ar count
units
..It C-n, Down, h
Scroll down
..Ar count
units
..It Backspace, Left, h
Scroll left
..Ar count
units
..It Space, Right, l
Scroll right
..Ar count
units
..It / Ar string
Search forwards for
..Ar string
..It ? Ar string
Search backwards for
..Ar string
..It f
Toggle between fullscreen and window mode
..It zi
Zoom in
..It zo
Zoom out
..It zw
Zoom to fit window width
..It zh
Zoom to fit window height
..It m Ar char
Mark the current position to
..Ar char ,
so that it can be recalled by pressing
..Ar char
..It q
Close the current window
..El
..Sh SETTINGS
These can be set in ~/.apvlvrc with
..Qq set Ar setting Op = Ar value .
..Bl -tag -width "indent"
..It fullscreen = yes/no
Enable/Disable fullscreen
..It width = Ar int
Default window width
..It height = Ar int
Default window height
..It defaultdir = Ar path
Default directory for the open dialogue
..It zoom = Ar mode
Set default zoom level
..Bl -tag -width "indent"
..It normal
The application sets the default zoom value
..It fitwidth
Fit pages to window width
..It fitheight
Fit pages to window height
..It Ar float
1.0 for 100%, 2.0 for 200%, etc.
..El
..It content = yes/no
Show content view first
..It continuous = yes/no
Show PDF pages continuously or not.
..It continuouspad = Ar int
Padding betwen pages for continuous = yes
..It autoscrollpage = yes/no
Enable/Disable scrolling the pages when hitting a page tail/head
..It noinfo = yes/no
Disable/Enable the usage of ~/.apvlvinfo
..It pdfcache = Ar int
Set pdf cache size
..It [no]cache
Disable/Enable cache
..El
..Sh PROMPT
Like the COMMANDS, but prefixed with a colon:
..Bl -tag -width "indent"
..It :h[elp]
Display the help document
..It :h[elp] info
Display the help document (section "introduction")
..It :h[elp] command
Display the help document (section "command")
..It :h[elp] setting
Display the help document (section "setting")
..It :h[elp] prompt
Display the help document (section "prompt")
..It :q[uit]
Close the current window
..It :o[pen] Ar file
Open
..Ar file
..It :doc Ar file
Load
..Ar file
into the current window
..It :TOtext Op Ar file
Translate
..Ar file
(or the current page) to a text file
..It :pr[int]
Print the current document
..It :tabnew
Create a new tab
..It :sp
Horizontally split the current window
..It :vsp
Vertically split the current window
..It :fp, :forwardpage Op Ar int
Go forward
..Ar int
pages (1 by default)
..It :bp, :prewardpage Op Ar int
Go backward
..Ar int
pages (1 by default)
..It :g, :goto Ar int
Go to page
..Ar int
..It :z[oom] Ar mode
Set zoom to
..Ar mode
(see "set zoom" in SETTINGS)
..It : Ns Ar int
Go to page
..Ar int
..El
..Sh AUTHORS
apvlv was written by Alf <[email protected]>.
..Pp
This manual page was originally written by Stefan Ritter <[email protected]>
for the Debian project (but may be used by others).
--- End Message ---
--- Begin Message ---
Source: apvlv
Source-Version: 0.0.9-1
We believe that the bug you reported is fixed in the latest version of
apvlv, which is due to be installed in the Debian FTP archive:
apvlv_0.0.9-1.diff.gz
to main/a/apvlv/apvlv_0.0.9-1.diff.gz
apvlv_0.0.9-1.dsc
to main/a/apvlv/apvlv_0.0.9-1.dsc
apvlv_0.0.9-1_amd64.deb
to main/a/apvlv/apvlv_0.0.9-1_amd64.deb
apvlv_0.0.9.orig.tar.gz
to main/a/apvlv/apvlv_0.0.9.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stefan Ritter <[email protected]> (supplier of updated apvlv package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 07 Jan 2010 09:17:00 +0200
Source: apvlv
Binary: apvlv
Architecture: source amd64
Version: 0.0.9-1
Distribution: unstable
Urgency: low
Maintainer: Stefan Ritter <[email protected]>
Changed-By: Stefan Ritter <[email protected]>
Description:
apvlv - PDF viewer with Vim-like behaviour
Closes: 562495
Changes:
apvlv (0.0.9-1) unstable; urgency=low
.
* New upstream release (Closes: #562495)
Thanks to Daniel Friesel for the manpage
Checksums-Sha1:
bc6d5e77970c4a5bbb775b44f03bbda88c2a9ca6 1025 apvlv_0.0.9-1.dsc
11d535f182b84cebf5ff7307328c1f1ca81de9a2 209549 apvlv_0.0.9.orig.tar.gz
5d3437536c57dc6b9d650b9f122832ab0534f981 5458 apvlv_0.0.9-1.diff.gz
3e0f727e5dd282eddd7de53999a5689497659f93 127482 apvlv_0.0.9-1_amd64.deb
Checksums-Sha256:
014d7b63bff790a37e5d538aae51c9d1b69a4e2fe0d1130051d269c3196bdc85 1025
apvlv_0.0.9-1.dsc
f49353ea91b00e2cc8c1c7c1ee82aff0eedf60a81384b3232182492c916721b3 209549
apvlv_0.0.9.orig.tar.gz
dc09525ef863b0a4b1aee0894a8ee79328a9af7133b05b5e37a992b4813b3535 5458
apvlv_0.0.9-1.diff.gz
9655d68930841ed61494e08201ca9000df6bf04003860063157ecc239c26ce74 127482
apvlv_0.0.9-1_amd64.deb
Files:
0fa3b177e22505657023e5350e5338fb 1025 text extra apvlv_0.0.9-1.dsc
1478c92740c1b7df512424c9131dbd1e 209549 text extra apvlv_0.0.9.orig.tar.gz
604c804ae8d7565179995c1554be2730 5458 text extra apvlv_0.0.9-1.diff.gz
e305ff1319c3c34216d5ec4540af32ec 127482 text extra apvlv_0.0.9-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAktFwGIACgkQ9/DnDzB9Vu0lowCgmZ6frjIRB4HPBxxfqHALTwCl
a8AAn3ASixlSBsstmajDxjG2uNPVH8bp
=veXg
-----END PGP SIGNATURE-----
--- End Message ---