File: control

package info (click to toggle)
olap4j 1.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,112 kB
  • sloc: java: 29,886; awk: 707; xml: 468; sh: 222; makefile: 15
file content (66 lines) | stat: -rw-r--r-- 2,327 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
Source: olap4j
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: debhelper-compat (= 13),
               javahelper,
               maven-debian-helper
Build-Depends-Indep: default-jdk-doc,
                     default-jdk-headless,
                     junit <!nocheck>,
                     junit-doc,
                     libcommons-collections3-java,
                     libcommons-dbcp2-java <!nocheck>,
                     libcommons-logging-java,
                     libcommons-math-java,
                     libcommons-pool-java,
                     libcommons-vfs-java,
                     libh2-java,
                     liblog4j1.2-java <!nocheck>,
                     libjavacc-maven-plugin-java,
                     libmaven-javadoc-plugin-java,
                     libmondrian-java <!nocheck>,
                     libservlet-api-java,
                     libxerces2-java
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/olap4j
Vcs-Git: https://salsa.debian.org/java-team/olap4j.git
Homepage: https://github.com/olap4j/olap4j
Rules-Requires-Root: no

Package: libolap4j-java
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends}
Suggests: libcommons-dbcp-java
Description: unified Java API to access an OLAP server
 olap4j is a Java library to access a OLAP server with an unified API :
 you may switch your OLAP server to another implementation with ease.
 .
 It can be compared to JDBC for SQL servers.
 .
 This project is supported by many libre software project in this area :
  * Jasperreports
  * Mondrian
  * Pentaho

Package: libolap4j-java-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: default-jdk-doc, junit-doc
Suggests: libolap4j-java
Description: unified Java API to access an OLAP server - documentation
 olap4j is a Java library to access a OLAP server with an unified API :
 you may switch your OLAP server to another implementation with ease.
 .
 It can be compared to JDBC for SQL servers.
 .
 This project is supported by many libre software project in this area :
  * Jasperreports
  * Mondrian
  * Pentaho
 .
 This package contains Javadoc API of olap4j package.