File: control

package info (click to toggle)
google-auto-service-java 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,136 kB
  • sloc: java: 36,551; xml: 1,498; sh: 34; makefile: 11
file content (33 lines) | stat: -rw-r--r-- 1,147 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
Source: google-auto-service-java
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Olek Wojnar <olek@debian.org>,
 Andreas Tille <tille@debian.org>,
Section: java
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 libgoogle-auto-common-java,
 libguava-java,
 maven-debian-helper
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/java-team/google-auto-service-java
Vcs-Git: https://salsa.debian.org/java-team/google-auto-service-java.git
Homepage: https://github.com/google/auto/
Rules-Requires-Root: no

Package: libgoogle-auto-service-java
Architecture: all
Depends: ${misc:Depends},
         ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: collection of source code generators for Java
 Java is full of code that is mechanical, repetitive, typically untested
 and sometimes the source of subtle bugs. Sounds like a job for robots!
 .
 The Auto subprojects are a collection of code generators that automate
 those types of tasks. They create the code you would have written, but
 without the bugs.
 .
 This package contains the service utilities.