File: control

package info (click to toggle)
svgtune 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 60 kB
  • ctags: 16
  • sloc: python: 194; makefile: 15
file content (23 lines) | stat: -rw-r--r-- 893 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
Source: svgtune
Section: graphics
Priority: optional
Maintainer: Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: cdbs, debhelper (>= 7), help2man, python, python-lxml
Standards-Version: 3.9.6
Homepage: http://github.com/yarikoptic/svgtune
Vcs-Git: git://github.com/yarikoptic/svgtune.git -b debian
Vcs-Browser: http://github.com/yarikoptic/svgtune


Package: svgtune
Architecture: all
Depends: python, ${misc:Depends}, python-lxml
Suggests: inkscape
Description: tool to generate a set of .svg files out of a single .svg file
 svgtune is a little helper to generate a set of .svg files out
 of a single .svg file, by tuning respective groups/layers visibility,
 transparency or anything else.
 .
 It might come very handy for generation of incremental figures to be
 embedded into the presentation in any format which inkscape could
 render using original .svg file (e.g. pdf, png).