google-auto-value-java 1.8.2-1 source package in Ubuntu

Changelog

google-auto-value-java (1.8.2-1) unstable; urgency=medium

  * New upstream release (Closes: #1021631)
    - Refresh patches
    - Update d/copyright
  * Update standards to 4.6.2 (no changes)
  * Add use-debian-maven-versions.patch to prevent build failures
  * Declare Build-Dependency on kotlin package

 -- Olek Wojnar <email address hidden>  Fri, 13 Jan 2023 16:20:26 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
google-auto-value-java_1.8.2-1.dsc 2.3 KiB fc79eb9b92524c6f71f13869c8fc3963e4f34cc2d701338ce7c35baef93d47be
google-auto-value-java_1.8.2.orig.tar.xz 268.9 KiB 03ab1f2efd6138ba1ac9ebecf0625f0870e763204e3eda4da0c143735bfff71b
google-auto-value-java_1.8.2-1.debian.tar.xz 5.4 KiB 7d0a292d4c8b3b865f7457cb02b6670559c739bb9daf7d982f61e95889310c71

Available diffs

No changes file available.

Binary packages built by this source

libgoogle-auto-value-java: Generated immutable value classes for Java 7+

 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. Save
 time. Save code. Save sanity.
 .
 This package contains the immutable value classes.