File: control

package info (click to toggle)
ipe-tools 1%3A7.2.29.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 940 kB
  • sloc: python: 2,840; cpp: 2,752; ansic: 1,052; sh: 224; makefile: 95; xml: 39
file content (71 lines) | stat: -rw-r--r-- 2,066 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
60
61
62
63
64
65
66
67
68
69
70
71
Source: ipe-tools
Standards-Version: 4.7.3
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Steve M. Robbins <smr@debian.org>,
Section: graphics
Build-Depends:
 debhelper-compat (= 13),
 libz-dev,
 dh-sequence-python3,
 python3:any | python3-all:any | python3-dev:any | python3-all-dev:any | dh-sequence-python3,
 pkgconf,
 libpoppler-private-dev,
 libpoppler-cpp-dev,
Vcs-Browser: https://salsa.debian.org/science-team/ipe-tools
Vcs-Git: https://salsa.debian.org/science-team/ipe-tools.git
Homepage: https://github.com/otfried/ipe-tools
Rules-Requires-Root: no

Package: figtoipe
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 ipe,
 netpbm,
Description: convert FIG files to XML files for ipe
 Ipe is a drawing editor for creating figures, provided in package ipe.
 .
 Figtoipe is a program that reads FIG files (as generated by xfig) and
 generates an XML file readable by Ipe.

Package: ipe5toxml
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 ipe,
Description: converts Ipe5 figures to an XML file readable by Ipe
 Converts figures that were made with Ipe 5 to the format understood
 by Ipe 6. You can then run ipe6upgrade (from package ipe) to convert
 them to Ipe 7 format. Ipe is a drawing editor for creating figures,
 provided in package ipe.

Package: pdftoipe
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 ipe,
Description: converts arbitrary PDF file to XML file readable by Ipe
 Ipe is a drawing editor for creating figures, provided in package ipe.
 .
 This package contains a tool to convert drawings in PDF format to
 XML that can be used by ipe editor.

Package: svgtoipe
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 ipe,
Description: converts SVG figures to an XML file readable by Ipe
 Ipe is a drawing editor for creating figures, provided in package ipe.
 .
 This package contains a tool to convert drawings in SVG format to
 XML that can be used by ipe editor.