File: control

package info (click to toggle)
statcvs 1%3A0.7.0.dfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,732 kB
  • ctags: 2,009
  • sloc: java: 10,476; xml: 4,365; sh: 47; makefile: 17
file content (46 lines) | stat: -rw-r--r-- 1,328 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
Source: statcvs
Section: vcs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Vincent Fourmond <fourmond@debian.org>,
 Christian Bayle <bayle@debian.org>
Build-Depends:
 ant,
 cdbs,
 debhelper (>= 10),
 default-jdk,
 javahelper (>= 0.36),
 junit,
 libjcommon-java,
 libjdom1-java,
 libjfreechart-java (>= 1.0.19)
Standards-Version: 3.9.8
Homepage: http://statcvs.sourceforge.net/
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/statcvs
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/statcvs

Package: statcvs
Architecture: all
Depends:
 default-jre | java7-runtime,
 java-wrappers (>= 0.1.22),
 libjfreechart-java (>= 1.0.19),
 ${java:Depends},
 ${misc:Depends}
Breaks:
 statsvn (<< 0.5.0)
Conflicts:
 statsvn (<< 0.5.0)
Recommends:
 cvs
Description: CVS Repository statistic analysis tool, written in Java
 StatCvs retrieves information from a CVS repository and generates
 various tables and charts describing the project development,
 e.g. timeline for the lines of code, contribution of each developer
 etc.
 .
 The current version of StatCvs generates a static suite of HTML
 documents containing tables and chart images.  StatCvs is open source
 software, released under the terms oft the LGPL.  StatCvs uses
 JFreeChart to generate charts.