File: control

package info (click to toggle)
fest-assert 2.0~M10-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 7,552 kB
  • ctags: 10,956
  • sloc: java: 52,943; xml: 386; makefile: 4
file content (44 lines) | stat: -rw-r--r-- 1,764 bytes parent folder | download | duplicates (3)
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
Source: fest-assert
Section: java
Priority: optional
Maintainer: Debian Java maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hp.com>
Build-Depends: debhelper (>= 9),
               default-jdk,
               default-jdk-doc,
               javahelper,
               junit4,
               libfest-test-java,
               libfest-util-java,
               libmaven-javadoc-plugin-java,
               libmockito-java,
               maven-debian-helper
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/fest-assert.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/fest-assert.git
Homepage: http://code.google.com/p/fest/

Package: libfest-assert-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: libfest-assert-java-doc, ${maven:OptionalDepends}
Description: Java library that provides a fluent interface for writing assertions
 FEST Assertions is a Java library that provides a fluent interface
 for writing assertions. It's main goal is to improve test code
 readability and make maintenance of tests easier.  FEST Assertions can
 be used with either JUnit or TestNG.
 .
 This package contains common utilities used in all FEST packages.

Package: libfest-assert-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Suggests: libfest-assert-java, ${maven:DocOptionalDepends}
Description: Documentation for libfest-assert-java
 FEST Assertions is a Java library that provides a fluent interface
 for writing assertions. It's main goal is to improve test code
 readability and make maintenance of tests easier.  FEST Assertions can
 be used with either JUnit or TestNG.
 .
 This package contains the API documentation of libfest-assert.