File: control

package info (click to toggle)
plakativ 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: python: 2,213; xml: 30; makefile: 10; sh: 5
file content (59 lines) | stat: -rw-r--r-- 2,373 bytes parent folder | download
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: plakativ
Maintainer: Johannes Schauer Marin Rodrigues <josch@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               help2man,
               python3-all,
               python3-fitz (>= 1.24.2),
               python3-pytest,
               python3-setuptools,
               python3-tk
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/plakativ
Vcs-Git: https://salsa.debian.org/debian/plakativ.git
Homepage: https://gitlab.mister-muffin.de/josch/plakativ
Rules-Requires-Root: no

Package: plakativ
Architecture: all
Section: utils
Depends: python3-fitz (>= 1.24.2),
         python3-tk,
         python3-img2pdf,
         python3-plakativ (= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends}
Description: create posters and banners from multiple glued-together pages
 This program is for situations when you want to create a large poster or
 banner but do not have a printer that supports large sheets of paper. Plakativ
 allows one to enlarge and split a PDF across multiple pages, creating another
 PDF with pages of the desired printable size. After printing, the pages can be
 glued together to form a larger poster. Features:
 .
  - lossless operation
  - no pixel artifacts when upscaling if PDF contains vector graphics
  - GUI with preview functionality
  - complex layouter to save paper
  - optimize by number of pages, output poster size or multiple of input area
 .
 This package contains the executable.

Package: python3-plakativ
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: create posters and banners from multiple glued-together pages (library)
 This program is for situations when you want to create a large poster or
 banner but do not have a printer that supports large sheets of paper. Plakativ
 allows one to enlarge and split a PDF across multiple pages, creating another
 PDF with pages of the desired printable size. After printing, the pages can be
 glued together to form a larger poster. Features:
 .
  - lossless operation
  - no pixel artifacts when upscaling if PDF contains vector graphics
  - GUI with preview functionality
  - complex layouter to save paper
  - optimize by number of pages, output poster size or multiple of input area
 .
 This package contains the Python library.