golang-github-bep-debounce 1.2.0+really1.2.0-2 source package in Ubuntu

Changelog

golang-github-bep-debounce (1.2.0+really1.2.0-2) 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: Bug-Database, Bug-Submit.
  * Update standards version to 4.4.1, no changes needed.

  [ Anthony Fok ]
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
  * 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
  * Add "Rules-Requires-Root: no" to debian/control
  * Mark library package with "Multi-Arch: foreign"
  * Reorder fields in debian/control and debian/copyright
    as would be generated in the next dh-make-golang release after 0.6.0-1
  * Bump Standards-Version to 4.6.0 (no change)

 -- Anthony Fok <email address hidden>  Wed, 23 Mar 2022 03:01:10 -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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-bep-debounce_1.2.0+really1.2.0-2.dsc 2.3 KiB b24b7ed456cfb5eee39e7d4e1b98bdb813a35e883a88f11fb2f689bb6f09231e
golang-github-bep-debounce_1.2.0+really1.2.0.orig.tar.gz 2.8 KiB 89da4947e4e83af6037ca961d64bdf055a4ae811c4057c16b4c4b354c098862d
golang-github-bep-debounce_1.2.0+really1.2.0-2.debian.tar.xz 2.7 KiB 6571383a66d56d46a09cf4feb97c47086ab87271ebf356c0a8d120f574a26deb

No changes file available.

Binary packages built by this source

golang-github-bep-debounce-dev: Debouncer written in Go

 This package provides a debouncer func. The most typical use case would be
 the user typing a text into a form; the UI needs an update, but let's wait
 for a break.