File: control

package info (click to toggle)
latexdraw 3.3.8%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 10,068 kB
  • sloc: java: 58,403; xml: 1,295; sh: 66; makefile: 15
file content (49 lines) | stat: -rw-r--r-- 1,455 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
Source: latexdraw
Section: graphics
Priority: optional
Maintainer: Stuart Prescott <stuart@debian.org>
Uploaders: Debian Java maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Build-Depends:
 debhelper (>= 10),
 maven-debian-helper (>= 1.5),
Build-Depends-Indep:
 default-jdk (>= 2:1.8),
 libjlibeps-java,
 libpdfrenderer-java,
 libmalai-java,
 scala,
 junit4
Standards-Version: 4.1.2
Homepage: http://latexdraw.sourceforge.net/
Vcs-Git: https://anonscm.debian.org/git/pkg-java/latexdraw.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-java/latexdraw.git

Package: latexdraw
Architecture: all
Depends:
 default-jre (>= 2:1.8),
 java-wrappers,
 libjlibeps-java,
 libmalai-java,
 libpdfrenderer-java,
 scala-library,
 scala-parser-combinators,
 ${maven:Depends},
 ${misc:Depends}
Recommends:
 ghostscript,
 texlive-binaries,
 texlive-latex-base,
 texlive-pstricks
Suggests:
 ttf-mscorefonts-installer,
 ${maven:OptionalDepends}
Description: vector drawing program for LaTeX using PSTricks
 LaTeXDraw is a free PSTricks code generator or PSTricks editor for LaTeX.
 It has the usual drawing tools (lines, rectangles, circles, Bezier curves)
 and can resize, rotate, move and join objects using vector transformations.
 LaTeXDraw uses SVG as its file format and figures can be exported as PSTricks
 code, pdf, eps, jpg, bmp, png, ppm.
 .
 PSTricks is an extension of LaTeX which allows the creation of drawings,
 diagrams and graphs in 2D or 3D.