Package: pdfshuffler / 0.6.0-7

Metadata

Package Version Patches format
pdfshuffler 0.6.0-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix manpage typo | (download)

doc/pdfshuffler.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix typo in manpage
fix threading | (download)

pdfshuffler/pdfshuffler.py | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 fix threading code

Without this patch, pdfshuffler immediately fails with the following error:

    Attempt to unlock mutex that was not locked
    Aborted

A similar issue was reported against reportbug:

    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758619


use pypdf2 | (download)

pdfshuffler/pdfshuffler.py | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 use pypdf2 instead of pypdf

Debian now ships PyPDF2 instead of the original pyPdf, see:

    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749321

This patch allows pdfshuffler to use either pyPdf or PyPDF2.