golang-github-cli-browser 1.3.0-1 source package in Ubuntu

Changelog

golang-github-cli-browser (1.3.0-1) unstable; urgency=medium

  * New upstream version 1.3.0
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Bump build-dependency golang-any (>= 2:1.21~) as per go.mod

 -- Anthony Fok <email address hidden>  Wed, 27 Dec 2023 06:58:44 -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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-cli-browser_1.3.0-1.dsc 2.2 KiB e1d09d7e098599b6fad0cc43904438503c575ac5f7fbfb0eb91ed5cf5a624d50
golang-github-cli-browser_1.3.0.orig.tar.gz 3.7 KiB b0e9730c2ebc1e352b847cf3bcbcdce23e75ea811862ff8b1ee24fe285de06f1
golang-github-cli-browser_1.3.0-1.debian.tar.xz 2.9 KiB a99309a9fdc78ca4dd6ace7c1d3980e821e6f334023924f722830a343198bcd3

Available diffs

No changes file available.

Binary packages built by this source

golang-github-cli-browser-dev: helpers to open URLs, files, or readers in a web browser (Go library)

 The browser package provides helpers to open URLs, readers, or files
 in the system default web browser.
 .
 This fork from github.com/pkg/browser adds:
  - `OpenReader` error wrapping;
  - `ErrNotFound` error wrapping on BSD;
  - Go 1.21 support.