File: control

package info (click to toggle)
libgetenv-java 1.0-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 36 kB
  • ctags: 6
  • sloc: makefile: 45; ansic: 14; java: 8
file content (18 lines) | stat: -rw-r--r-- 724 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libgetenv-java
Priority: optional
Maintainer: Mark Howard <mh@debian.org>
Build-Depends: debhelper (>> 5), jikes-gij (>=1:1.22-5.1), fastjar, gcj (>=3.2), classpath
Section: libs
Standards-Version: 3.7.2.0

Package: libgetenv-java
Section: libs
Architecture: any
Depends: kaffe | java1-runtime | java2-runtime, ${shlibs:Depends}
Description:Java library for obtaining environment variables
 A native (JNI) implementation of a Java function to query environment
 variables. This can be used as a replacement for the deprecated, non-functional
 java.lang.System.getenv method. This method is considered the best way to
 access environment variabled from Java. 
 .
 http://www.tigress.co.uk/rmy/java/getenv/getenv.html