golang-github-pmezard-go-difflib 1.0.0-3 source package in Ubuntu

Changelog

golang-github-pmezard-go-difflib (1.0.0-3) unstable; urgency=medium

  [ Debian Janitor (Jelmer Vernooij) ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Apply multi-arch hints.
    + golang-github-pmezard-go-difflib-dev: Add Multi-Arch: foreign.

  [ Anthony Fok ]
  * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
  * Bump Standards-Version to 4.5.0 (no change)
  * Add "Rules-Requires-Root: no" to debian/control
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance

 -- Anthony Fok <email address hidden>  Thu, 05 Nov 2020 03:21:12 -0700

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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-pmezard-go-difflib_1.0.0-3.dsc 2.3 KiB 8850c0afa8f52318455bbe840f3495c793f8235c6ef45de02847ee4e907641f8
golang-github-pmezard-go-difflib_1.0.0.orig.tar.gz 11.1 KiB 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
golang-github-pmezard-go-difflib_1.0.0-3.debian.tar.xz 3.2 KiB 6e1ce41f02e1d93ab9ca482f997047862c0a9a4e4d4a4dc4fa648b2d6b2fb7d3

Available diffs

No changes file available.

Binary packages built by this source

golang-github-pmezard-go-difflib-dev: partial port of Python difflib package to Go

 Go-difflib is a partial port of Python 3 difflib package. Its main goal
 was to make unified and context diff available in pure Go, mostly for
 testing purposes.