File: control

package info (click to toggle)
simplyhtml 0.17.3%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 2,872 kB
  • ctags: 2,205
  • sloc: java: 15,339; xml: 1,087; sh: 101; haskell: 34; makefile: 11
file content (43 lines) | stat: -rw-r--r-- 1,531 bytes parent folder | download | duplicates (2)
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
Source: simplyhtml
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Felix Natter <fnatter@gmx.net>
Section: web
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: default-jdk,
                     javahelp2,
                     libmnemonicsetter-java,
                     docbook-to-man,
                     gradle,
                     gradle-debian-helper,
                     maven-repo-helper
Standards-Version: 4.1.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/simplyhtml.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/simplyhtml.git
Homepage: http://sf.net/projects/simplyhtml

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
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.