golang-github-sergi-go-diff 1.0.0-1 source package in Ubuntu

Changelog

golang-github-sergi-go-diff (1.0.0-1) unstable; urgency=medium

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Jelmer Vernooij ]
  * Fix Debian QA group name.
  * Use secure copyright file specification URI.

  [ Anthony Fok ]
  * New upstream version 1.0.0
  * Unorphan/adapt the package: Set Maintainer to
    Debian Go Packaging Team <email address hidden>
  * Add myself to the list of Uploaders
  * Apply "cme fix dpkg" fixes, setting Priority to optional, bumping
    Standards-Version to 4.3.0, updating debhelper to (>= 12~), etc.
  * Add debian/watch, and remove existing Lintian override

 -- Anthony Fok <email address hidden>  Mon, 31 Dec 2018 02:33:57 -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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-sergi-go-diff_1.0.0-1.dsc 2.2 KiB bc6217c17d939fa0ef12194b61f9f66ad663efc3500b64a6561788b922996938
golang-github-sergi-go-diff_1.0.0.orig.tar.gz 40.6 KiB 5a07596dcdee6e089b49309162c8e63bc02400652897a1f529d37f0602868dea
golang-github-sergi-go-diff_1.0.0-1.debian.tar.xz 3.0 KiB 3a5d31845964a2a7e86ef8ec4aa674f3c228a512b2e59e97ef54946e58d988a4

No changes file available.

Binary packages built by this source

golang-github-sergi-go-diff-dev: Diff, match and patch text in Go

 This library provides algorithms to perform operations required for
 synchronizing plain text.
 .
 These operations include:
   * Compare two texts and return their differences.
   * Perform fuzzy matching of text.
   * Apply patches onto text.