File: control

package info (click to toggle)
jlint 3.0-4.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 776 kB
  • ctags: 662
  • sloc: cpp: 5,837; ansic: 1,496; makefile: 299; perl: 93; sh: 49
file content (23 lines) | stat: -rw-r--r-- 789 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
Source: jlint
Section: devel
Priority: optional
Maintainer: Ganesan Rajagopal <rganesan@debian.org>
Build-Depends: debhelper (>> 3.0.0), texi2html, tetex-extra, zlib1g-dev, texinfo
Standards-Version: 3.6.2

Package: jlint
Architecture: any
Depends: ${shlibs:Depends}
Description: A Java Program Checker
 Jlint will check your Java code and find bugs, inconsistencies and
 synchronization problems by doing data flow analysis and building the lock
 graph.

Package: jlint-doc
Section: doc
Architecture: all
Description: Manual for jlint - a Java Program Checker
 Jlint will check your Java code and find bugs, inconsistencies and
 synchronization problems by doing data flow analysis and building the lock
 graph. This package contains the manual for jlint in info, html and pdf
 formats.