golang-github-bep-gitmap 1.1.2-2 source package in Ubuntu

Changelog

golang-github-bep-gitmap (1.1.2-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Anthony Fok ]
  * Reorder fields in debian/control and debian/copyright
  * Change Section from devel to golang
  * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Mark library package with "Multi-Arch: foreign"
  * Remove unneeded dependency on ${shlibs:Depends}
  * debian/rules: Invoke dh with --builddirectory=_build
  * Bump Standards-Version to 4.6.1 (no change)

 -- Anthony Fok <email address hidden>  Thu, 29 Sep 2022 00:54:17 -0600

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-bep-gitmap_1.1.2-2.dsc 2.2 KiB 4da797c6e43235d4ee9fd6d1effe1909c3aeb2fefc203615e8151d8371c4a114
golang-github-bep-gitmap_1.1.2.orig.tar.gz 4.7 KiB 61fbc775125cc4f9ef64802200b0c8ca1de8aa82361de60edd83322275df88b7
golang-github-bep-gitmap_1.1.2-2.debian.tar.xz 2.9 KiB 5d29acbc731a829ef67555cbb089838a4b8aff7f429e3ae452e3c57fc125b684

Available diffs

No changes file available.

Binary packages built by this source

golang-github-bep-gitmap-dev: map all filenames to info objects for a given git revision

 A fairly fast way to create a map from all the filenames to
 info objects for a given revision of a Git repo.
 .
 This library uses os/exec to talk to Git in order to
 avoid dependencies.