golang-github-geertjohan-go.rice 1.0.2-1 source package in Ubuntu

Changelog

golang-github-geertjohan-go.rice (1.0.2-1) unstable; urgency=medium

  [ Debian Janitor (Jelmer Vernooij) ]
  * Wrap long lines in changelog entries: 0.0~git20160123.0.0f3f5fd-3.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.

  [ Anthony Fok ]
  * New upstream version 1.0.2
  * Add minimum versions to dependencies to avoid prevent FTBFS on backports
    on downstream packages, see for example the failed buildd logs of
    golang-github-alecthomas-chroma 0.8.2-1~bpo10+1
  * Change Section from devel to golang
  * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
  * Bump Standards-Version to 4.5.1 (no change)

 -- Anthony Fok <email address hidden>  Mon, 08 Feb 2021 19:28:16 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-geertjohan-go.rice_1.0.2-1.dsc 2.6 KiB 592a1f11032cd9ac5eef0e99f9b899e7638dd6886dcf32ed0edb485c9bbbeab2
golang-github-geertjohan-go.rice_1.0.2.orig.tar.gz 66.4 KiB 2eed960aa9531a87c82d2379677723bc0129bc9e387dc0dbb3bb70b78c928dd0
golang-github-geertjohan-go.rice_1.0.2-1.debian.tar.xz 4.2 KiB 1e52393ba8809d23d97d5cac9d8b790e2f54214739a3d9afabeafde8e3f20fac

No changes file available.

Binary packages built by this source

golang-github-geertjohan-go.rice-dev: No summary available for golang-github-geertjohan-go.rice-dev in ubuntu hirsute.

No description available for golang-github-geertjohan-go.rice-dev in ubuntu hirsute.

golang-rice: tool for embedding web resources into Go executables

 go.rice is a Golang package that makes working with resources such as
 html, js, css, images and templates very easy. During development
 go.rice will load required files directly from disk. Upon deployment
 it is easy to add all resource files to a executable using the rice
 tool, without changing the source code for your package. Several
 methods are provided for adding resources to your binary by go.rice.
 .
 This package contains the command-line tool.

golang-rice-dbgsym: debug symbols for golang-rice