File: control

package info (click to toggle)
simplyhtml 1.19.11%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,016 kB
  • sloc: java: 14,942; xml: 961; sh: 107; haskell: 34; makefile: 9
file content (51 lines) | stat: -rw-r--r-- 1,395 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
Source: simplyhtml
Standards-Version: 4.7.3
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Felix Natter <fnatter@gmx.net>,
Section: web
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 default-jdk,
 javahelp2,
 libmnemonicsetter-java,
 docbook-to-man,
 gradle,
 gradle-debian-helper,
 maven-repo-helper,
Vcs-Browser: https://salsa.debian.org/java-team/simplyhtml
Vcs-Git: https://salsa.debian.org/java-team/simplyhtml.git
Homepage: https://github.com/freeplane/shtml

Package: simplyhtml
Architecture: all
Depends:
 default-jre | java7-runtime,
 libmnemonicsetter-java,
 ${misc:Depends},
Recommends:
 javahelp2,
Suggests:
 simplyhtml-doc,
Description: Java word processor based on HTML and CSS
 SimplyHTML is an application built for working with text documents.
 Text documents are stored in HTML and CSS format, but the application is
 meant as a word processor rather than a code editor or web site builder.
 .
 SimplyHTML can be used standalone as well like a library/plugin.

Package: simplyhtml-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Suggests:
 simplyhtml,
 default-jdk-doc,
Description: API documentation for simplyhtml
 The javadoc for SimplyHTML, a Java word processor based on HTML and CSS.
 .
 You need this package if you want to include simplyhtml in your (Java)
 application.