File: control

package info (click to toggle)
jformatstring 0.10~20131207-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 152 kB
  • ctags: 207
  • sloc: java: 908; xml: 53; makefile: 12
file content (19 lines) | stat: -rw-r--r-- 842 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: jformatstring
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: ShuxiongYe <yeshuxiong@gmail.com>
Build-Depends: debhelper (>= 9.0.0), default-jdk, ant, junit4, ant-optional
Standards-Version: 3.9.5
Section: libs
Homepage: http://code.google.com/p/j-format-string/
Vcs-Git: git://git.debian.org/git/pkg-java/jformatstring.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/jformatstring.git;a=summary

Package: libjformatstring-java
Section: java
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Java format string compile-time checker
 This project is derived from Sun's implementation of java.util.Formatter.  It
 is designed to allow compile time checks as to whether or not a use of a
 format string will be erroneous when executed at runtime.