File: control

package info (click to toggle)
nik4 1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 752 kB
  • sloc: python: 566; xml: 325; makefile: 14
file content (37 lines) | stat: -rw-r--r-- 1,420 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
Source: nik4
Section: utils
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all-dev,
               python3-mapnik,
               docbook2x,
               docbook-xsl,
               docbook-xml,
               xsltproc
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/debian-gis-team/nik4/
Vcs-Git: https://salsa.debian.org/debian-gis-team/nik4.git
Homepage: https://github.com/Zverik/Nik4
Rules-Requires-Root: no

Package: nik4
Architecture: any
Depends: ${python3:Depends},
         ${misc:Depends}
Description: Mapnik to image export
 Nik4 is a mapnik-to-image exporting script using the Mapnik Python
 bindings.
 .
 Nik4 takes great care to preserve values you feed it. If you say you
 need a 800x600 image, it won't take a pixel less or more. It won't
 shrink a bounding box or distort lines when specifying so called "scale
 factor". When you need a 300 dpi image, you tell it --ppi 300 and can be
 sure you will get what you intended.
 .
 Also it can use real-world units, that is, millimeters (and prefers to).
 Specify dimensions for printing, choose bounding box and ppi scale - and
 the result won't disappoint. Options are intuitive and plenty, and you
 will be amazed how much tasks became simpler with Nik4.