File: control

package info (click to toggle)
darnwdl 0.8-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,564 kB
  • sloc: java: 3,671; ansic: 3,378; xml: 157; sh: 137; cpp: 84; makefile: 81
file content (41 lines) | stat: -rw-r--r-- 1,317 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
Source: darnwdl
Section: text
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: ant,
               ant-optional,
               debhelper-compat (= 12),
               default-jdk,
               dh-exec,
               docbook-xsl,
               imagemagick,
               javahelper,
               junit5,
               libbatik-java,
               libdynamite-dev,
               libjaxp1.3-java,
               librsvg2-bin,
               xsltproc
Standards-Version: 3.9.2
Homepage: https://github.com/grandpaul/darnwdl/

Package: darnwdl
Architecture: all
Depends: default-jre | java-runtime | java2-runtime,
         libdarnwdl-jni,
         ${java:Depends},
         ${misc:Depends}
Description: WDL document format viewer
 WDL is a document format used by Taiwan government. darnwdl is a viewer for
 WDL files. Due to the format spec is not open, darnwdl is based on reverse
 engineering.

Package: libdarnwdl-jni
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Java JNI for WDL document format viewer
 WDL is a document format used by Taiwan government. darnwdl is a viewer for
 WDL files. Due to the format spec is not open, darnwdl is based on reverse
 engineering.
 .
 This package contains the JNI that is needed to run darnwdl.