golang-github-sahilm-fuzzy 0.1.1-1 source package in Ubuntu

Changelog

golang-github-sahilm-fuzzy (0.1.1-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
  Repository-Browse.
  * Add Multi-Arch: foreign.

  [ Arthur Diniz ]
  * New upstream version 0.1.1.
  * d/gbp.conf:
    - Set debian-branch to debian/sid.
    - Set dist to DEP14.
  * d/control:
    - Add Arthur Diniz to Uploaders.
    - Add Rules-Requires-Root set to no.
    - Bump debhelper-compat from 12 to 13.
    - Bump Standards-Version to 4.6.2 (no changes).
    - Change Section from devel to golang.
  * d/copyright: Add Arthur Diniz to debian/* Copyright section.
  * d/copyright: Remove Files-Excluded list.
  * d/lintian-overrides: Override documentation outside usr/share/doc.
  * d/watch: Update version and filenamemangle regex.

 -- Arthur Diniz <email address hidden>  Sun, 10 Mar 2024 22:09:12 +0000

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-sahilm-fuzzy_0.1.1-1.dsc 2.3 KiB 4fe240f018d5c8ae2597420b3e59b34336e01d28fe6a13f54851ef9595be808d
golang-github-sahilm-fuzzy_0.1.1.orig.tar.gz 3.2 MiB 3242679be224552ef8934524cb08bb5d355644084a3476509bedd4dba57af408
golang-github-sahilm-fuzzy_0.1.1-1.debian.tar.xz 2.7 KiB 6632a5e915576cf26851a0667cece8ef948a7b2fe6779cb3e0c81e9308cbcb01

Available diffs

No changes file available.

Binary packages built by this source

golang-github-sahilm-fuzzy-dev: Go library for fuzzy string matching

 Go library that provides fuzzy string matching optimized for filenames
 and code symbols in the style of Sublime Text, VSCode, IntelliJ IDEA et
 al. This library is external dependency-free. It only depends on the Go
 standard library. Demo Here is a demo (_example/main.go) of matching
 various patterns against ~16K files from the Unreal Engine 4 codebase.