hugo 0.25.1-2 source package in Ubuntu

Changelog

hugo (0.25.1-2) unstable; urgency=medium

  * Add 003-accommodate-gccgo-in-TestMethodToName.patch
    to allow the test to pass with gccgo.
  * Get hugo to build on mips, mipsel and mips64el:
     1. Add e.g. "-tags mipsle" as appropriate so that golang.org/x/sys/unix
        builds correctly before the release of GCC 7.2 which hopefully
        contains the harmonized GOARCH values for gccgo.
        See https://github.com/golang/go/issues/18031
     2. Run "go install" and "go test" in single thread and allow retries
        to beat the "waitid: bad address" error on mips and mipsel.
        See https://bugs.debian.org/867358

 -- Anthony Fok <email address hidden>  Thu, 03 Aug 2017 02:06:42 -0600

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
hugo_0.25.1-2.dsc 3.1 KiB 51de385d0ad03acf4a34b90bd420e1c688e2c11135dd24eb3ae868237f451fed
hugo_0.25.1.orig.tar.xz 9.5 MiB 36c51b377d85d77a46b935a907caa2552f7620a831319785c0ff0924599a11b4
hugo_0.25.1-2.debian.tar.xz 171.1 KiB ccb8798a9c77757cf17dc975365b920d5c8f71b46d0a113b1e7c83d70e58ec04

Available diffs

No changes file available.

Binary packages built by this source

golang-github-gohugoio-hugo-dev: Go source code and library of Hugo the static website generator

 Hugo is a static site generator written in Go. It is optimized for speed,
 ease of use, and configurability. Hugo takes a directory with content and
 templates, and renders them into a full HTML website.
 .
 This package contains Hugo’s source code and helper libraries.

hugo: Fast and flexible Static Site Generator written in Go

 Hugo is a static site generator written in Go. It is optimized for speed,
 ease of use, and configurability. Hugo takes a directory with content and
 templates, and renders them into a full HTML website.
 .
 Hugo relies on Markdown files with front matter for meta data. And you
 can run Hugo from any directory. This works well for shared hosts and
 other systems where you don’t have a privileged account.
 .
 Hugo renders a typical website of moderate size in a fraction of a
 second. A good rule of thumb is that each piece of content renders in
 around 1 millisecond.
 .
 Hugo is meant to work well for any kind of website including blogs,
 tumblelogs and docs.
 .
 Complete documentation is available at https://gohugo.io/

hugo-dbgsym: debug symbols for hugo