File: control

package info (click to toggle)
intellij-annotations 12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 128 kB
  • ctags: 62
  • sloc: java: 172; xml: 46; makefile: 11
file content (43 lines) | stat: -rw-r--r-- 1,576 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
Source: intellij-annotations
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Markus Koschany <apo@debian.org>
Build-Depends:
 debhelper (>= 9),
 default-jdk,
 javahelper,
 maven-repo-helper
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-java/intellij-annotations.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/intellij-annotations.git
Homepage: https://github.com/JetBrains/intellij-community

Package: libintellij-annotations-java
Architecture: all
Depends:
 ${java:Depends},
 ${misc:Depends}
Suggests:
 libintellij-annotations-java-doc
Description: annotations used for code inspection support and code documentation
 IntelliJ IDEA Annotations is a set of annotations used for code inspection
 support and code documentation. It is part of the IntelliJ IDEA Community
 Edition and can be used among other things to annotate String fields, local
 variables, method parameters and methods returning Strings.

Package: libintellij-annotations-java-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends}
Recommends:
 ${java:Recommends}
Description: Documentation for libintellij-annotations-java
 IntelliJ IDEA Annotations is a set of annotations used for code inspection
 support and code documentation. It is part of the IntelliJ IDEA Community
 Edition and can be used among other things to annotate String fields, local
 variables, method parameters and methods returning Strings.
 .
 This package contains documentation for libintellij-annotations-java.