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

Changelog

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

  * New upstream version 1.0.0
  * Add debian/watch to track upstream tarball
  * Remove debian/patches as the only patch therein is now obsolete
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
  * Update Maintainer email address to <email address hidden>
  * Add "Rules-Requires-Root: no" to debian/control
  * Apply "cme fix dpkg" fixes:
    - Update debhelper dependency to "Build-Depends: debhelper-compat (= 12)"
    - Bump Standards-Version to 4.4.1 (no change)
  * Add new dependencies: golang-github-nkovacs-streamquote-dev
    and golang-github-valyala-fasttemplate-dev
  * Fix duplicate-short-description in debian/control as reported by Lintian
  * Add myself to the list of Uploaders

 -- Anthony Fok <email address hidden>  Tue, 03 Dec 2019 02:06:59 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-github-geertjohan-go.rice_1.0.0-1.dsc 2.5 KiB 95f91b4cec6e063f33503deb9ef6fe11a797cd274ff2359ba5afe6f9f01cd91f
golang-github-geertjohan-go.rice_1.0.0.orig.tar.gz 67.6 KiB 540cb64258fc2422664c73454b5dbaac5487a45906c935d25285a2a60085d877
golang-github-geertjohan-go.rice_1.0.0-1.debian.tar.xz 3.9 KiB c9c3649e120e98dfa0ca22b7b349becc8d909d3c2521b2a53357e01131f45277

No changes file available.

Binary packages built by this source

golang-github-geertjohan-go.rice-dev: Go package 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 development files.

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.