File: control

package info (click to toggle)
access-modifier-checker 1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 176 kB
  • sloc: java: 477; xml: 155; makefile: 4
file content (59 lines) | stat: -rw-r--r-- 2,270 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
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: access-modifier-checker
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: James Page <jamespage@debian.org>
Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 2.0)
Build-Depends-Indep:
 default-jdk-doc,
 junit (>= 3.8.1),
 libannotation-indexer-java (>= 1.3),
 libannotation-indexer-java-doc,
 libasm-java (>= 5.0),
 libmaven-install-plugin-java,
 libmaven-javadoc-plugin-java,
 libmaven-scm-java,
 libmaven2-core-java,
 libmaven2-core-java-doc,
 libmetainf-services-java,
 libmetainf-services-java-doc,
 libmaven-plugin-tools-java (>= 2.8)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/access-modifier-checker.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/access-modifier-checker.git
Homepage: https://github.com/kohsuke/access-modifier

Package: libaccess-modifier-checker-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Maven plugin for custom access modifier checking
 This maven plugin allows applications to define custom
 access modifiers programmatically, to be enforced at
 compile time in the opt-in basis. Obviously, there's no
 runtime check either --- this is strictly a voluntary
 annotation.
 .
 This mechanism is useful for actually making sure that
 deprecated features are not used (without actually removing
 such declarations, which would break binary compatibility.)

Package: libaccess-modifier-checker-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libaccess-modifier-checker-java
Description: Documentation for libaccess-modifier-checker-java
 This maven plugin allows applications to define custom
 access modifiers programmatically, to be enforced at
 compile time in the opt-in basis. Obviously, there's no
 runtime check either --- this is strictly a voluntary
 annotation.
 .
 This mechanism is useful for actually making sure that
 deprecated features are not used (without actually removing
 such declarations, which would break binary compatibility.)
 .
 This package provides the API documentation for
 libaccess-modifier-checker-java.