golang-github-pkg-diff 0.0~git20210226.20ebb0f-1 source package in Ubuntu

Changelog

golang-github-pkg-diff (0.0~git20210226.20ebb0f-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.0~git20210226.20ebb0f
  * Refresh debian/watch (generated with dh-make-golang v0.6.0)
  * Use new template for debian/gitlab-ci.yml.
    Thanks to Aloïs Micard et al. for fixing the Debian Go CI pipeline!
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Mark library package with "Multi-Arch: foreign"
  * Remove unneeded "Depends: ${shlibs:Depends}" and Built-Using
    from library package
  * Remove build-dependency on golang-github-sergi-go-diff-dev
    as per upstream go.mod

 -- Anthony Fok <email address hidden>  Wed, 01 Dec 2021 01:46:19 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
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-pkg-diff_0.0~git20210226.20ebb0f-1.dsc 2.3 KiB ce0748f9b1bcc097e899b9c0b7cd73d83b2ab1688f772a8ee432d4499544b99d
golang-github-pkg-diff_0.0~git20210226.20ebb0f.orig.tar.xz 89.7 KiB 4a0f97fe4f0a38d57c045d075bc5caacf6d12623d7751a292a0f3f22f55f5cdc
golang-github-pkg-diff_0.0~git20210226.20ebb0f-1.debian.tar.xz 3.1 KiB 41c7cbb2b3758af02a12ae1ac5d155c2cd029396117a56b67de4b3f3a0ac034d

No changes file available.

Binary packages built by this source

golang-github-pkg-diff-dev: go library used to create, modify, and print diffs

 The top level package, diff, contains convenience functions for the most
 common uses.
 .
 The sub-packages provide very fine-grained control over every aspect:
   * myers creates diffs using the Myers diff algorithm.
   * edit contains the core diff data types.
   * ctxt provides tools to reduce the amount of context in a diff.
   * write provides routines to write diffs in standard formats.