google-auto-service-java 1.0.1-1 source package in Ubuntu

Changelog

google-auto-service-java (1.0.1-1) unstable; urgency=high

  * New upstream release
  * Use xz compression for source package
  * Don't install build-only artifacts (Closes: #1026855)
  * Standardize upstream "rc" version string to prevent dependency problems

 -- Olek Wojnar <email address hidden>  Fri, 23 Dec 2022 18:13:55 -0500

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
google-auto-service-java_1.0.1-1.dsc 2.1 KiB 1fe5e93207678658ff2f71c5cecaa4d50afa4636eab22d73a0e73809937e450d
google-auto-service-java_1.0.1.orig.tar.xz 273.1 KiB 842d33e2e0876aed8d03e3c1d6463913fc5951ffd25ef247094ce85456125c26
google-auto-service-java_1.0.1-1.debian.tar.xz 3.0 KiB 7d70f81713c3b599b8a91d2ba08d958957bbf31da3fee956607953d8093af411

Available diffs

No changes file available.

Binary packages built by this source

libgoogle-auto-service-java: 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.