Package: mupdf
Version: 0.7-2
Severity: minor

The manual page talks about keybindings of "a" and "s" but they seem
to be disabled since in the debian build NDEBUG is true:

...
        case 'c':
                app->grayscale ^= 1;
                pdfapp_showpage(app, 0, 1);
                break;

#ifndef NDEBUG
        case 'a':
                app->rotate -= 15;
                pdfapp_showpage(app, 0, 1);
                break;
        case 's':
                app->rotate += 15;
                pdfapp_showpage(app, 0, 1);
                break;
#endif

        /*
         * Pan view, but dont need to repaint image
         */

        case 'w':
...

Please either mention this in the manual page or enable the bindings.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-amd64-lindi2 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages mupdf depends on:
ii  libc6                   2.11.2-5         Embedded GNU C Library: Shared lib
ii  libfreetype6            2.4.2-2          FreeType 2 font engine, shared lib
ii  libjbig2dec0            0.11-1           JBIG2 decoder library - shared lib
ii  libjpeg62               6b1-1            The Independent JPEG Group's JPEG 
ii  libopenjpeg2            1.3+dfsg-4       JPEG 2000 image compression/decomp
ii  libx11-6                2:1.3.3-3        X11 client-side library
ii  libxext6                2:1.1.2-1        X11 miscellaneous extension librar
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

mupdf recommends no packages.

Versions of packages mupdf suggests:
pn  mupdf-tools                   <none>     (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to