golang-github-d4l3k-messagediff 1.2.1-2 source package in Ubuntu

Changelog

golang-github-d4l3k-messagediff (1.2.1-2) unstable; urgency=medium

  * d/control:
    - Add myself as Uploader (Closes: #940351)
    - Bump Standards-Version.
    - Bump debhelper-compat.
    - Add Rules-Requires-Root: no.
    - Change section to golang.
    - Change Maintainer email.
    - Mark -dev as M-A: foreign.

 -- Aloïs Micard <email address hidden>  Wed, 03 Nov 2021 09:15:18 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-d4l3k-messagediff_1.2.1-2.dsc 2.3 KiB 300965db737cfc6bc2771fedfc332003eded2ae5cb8675760dce01c058f8722e
golang-github-d4l3k-messagediff_1.2.1.orig.tar.gz 7.9 KiB 00e0d9baf442b0fdd11164d736ea64012d386353db2bd050f13c01c4db4a7813
golang-github-d4l3k-messagediff_1.2.1-2.debian.tar.xz 2.9 KiB 1f5c67e5f71fafc6fb417b90cbb31be210dd5aad7f70ac1101292a86a181f11d

Available diffs

No changes file available.

Binary packages built by this source

golang-github-d4l3k-messagediff-dev: library for doing diffs of arbitrary Golang structs

 messagediff is a library for doing diffs of arbitrary Golang structs. If the
 unsafe package is available messagediff will diff unexported fields in
 addition to exported fields. This is primarily used for testing purposes as
 it allows for providing informative error messages.