1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: bookletimposer
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: intrigeri <intrigeri@debian.org>, Taowa Munene-Tardif <taowa@debian.org>
Rules-Requires-Root: no
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
intltool,
pandoc,
Build-Depends-Indep: python3-distutils-extra
Standards-Version: 4.5.0.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/bookletimposer
Vcs-Git: https://salsa.debian.org/python-team/packages/bookletimposer.git
Homepage: https://kjo.herbesfolles.org/bookletimposer/
Package: bookletimposer
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
gir1.2-gtk-3.0,
python3-gi
Description: PDF imposition toolkit
pdfimposer is a Python module to achieve some basic imposition on PDF
documents, especially designed to work on booklets.
.
BookletImposer is a commandline and GTK+ interface to pdfimposer.
.
The bookletimposer package ships both.
|