hugo (0.80.0-6) unstable; urgency=medium * Cherry-pick upstream zsh and fish completion support patch * debian/rules, debian/hugo.install: Add zsh completion support in /usr/share/zsh/vendor-completions/_hugo (fish completion file is not added because fish already comes with its own hugo completion) * debian/rules: Simplify definition of BUILD_DATE variable * Add debian/patches/0008-add-vendorInfo-to-hugo-version.patch * debian/rules: Expand -ldflags to append Debian package information to hugo version -- Anthony Fok Tue, 09 Feb 2021 11:47:48 -0700 hugo (0.80.0-5) unstable; urgency=medium * Cherry-pick upstream patch for upgrade from afero 1.4.1 to 1.5.1 to avoid FTBFS now that afero 1.5.1 has been uploaded to Debian -- Anthony Fok Thu, 04 Feb 2021 16:40:06 -0700 hugo (0.80.0-4) unstable; urgency=medium * Revert "Include a local copy of github.com/evanw/esbuild v0.8.17" * Cherry-pick "deps: Update to esbuild v0.8.39" from upstream. See https://github.com/gohugoio/hugo/pull/8198 Thanks to Bjørn Erik Pedersen (hugo) and Evan Wallace (esbuild) for resolving this issue! * Bump dependency on golang-github-evanw-esbuild-dev to (>= 0.8.39) -- Anthony Fok Mon, 01 Feb 2021 23:48:43 -0700 hugo (0.80.0-3) unstable; urgency=medium * Replace local copy of github.com/cli/safeexec with dependency on golang-github-cli-safeexec-dev (>= 1.0.0) * Replace local copy of github.com/bep/godartsass with dependency on golang-github-bep-godartsass-dev (>= 0.11.0) * debian/rules: Restore environment variable CI=true for dh_auto_test so that tests that would have caught errors such as https://github.com/gohugoio/hugo/issues/8141 would not be missed * Remove obsolete 0006-skip-TestHugoModulesTargetInSubFolder.patch * Merge patches which skip tests that access the Internet into 0005-skip-tests-that-access-the-internet.patch, and allow those tests to be run during autopkgtest. * Add debian/tests/autopkgtest-pkg-go.conf to install git and npm as extra dependencies for autopkgtest * debian/rules: Build non-extended version (without LibSass) on riscv64 as go1.15 does not yet support cgo on riscv64, and extended build FTBFS. TODO: Revisit this when go1.16 is released. See https://github.com/golang/go/issues/36641 -- Anthony Fok Wed, 27 Jan 2021 06:21:10 -0700 hugo (0.80.0-2) unstable; urgency=medium * Include a local copy of github.com/evanw/esbuild v0.8.17 because golang-github-evanw-esbuild 0.8.28-1 which I prematurely upgraded to is incompatible with Hugo 0.80.0. Fixes https://github.com/gohugoio/hugo/issues/8141 -- Anthony Fok Sat, 16 Jan 2021 04:28:36 -0700 hugo (0.80.0-1) unstable; urgency=medium * New upstream version 0.80.0 * debian/control: Update versioned dependencies as per go.mod * Add temporary local copy of new dependency - github.com/bep/godartsass v0.11.0 * Remove obsolete 0008-fix-test-with-gocloud.dev-v0.20.0.patch and refresh other patches * debian/copyright: - Add Bjørn Erik Pedersen, main upstream author since 2014, to the list of copyright holders of Hugo - Add new file SECURITY.md - Fix copyright information on various copies of sunset.jpg which is Copyright 2017 Bjørn Erik Pedersen under CC-BY-SA-4.0 -- Anthony Fok Thu, 31 Dec 2020 19:12:40 -0700 hugo (0.79.1-1) unstable; urgency=medium * New upstream version 0.79.1 * Add temporary local copy of new dependency - github.com/cli/safeexec v1.0.0 * Remove debian/go/src/gocloud.dev/* entry from debian/copyright * Add or update minimum versions on dependencies to ensure the correct versions are fetched for backports builds, particularly: - golang-github-bep-debounce-dev (>= 1.2.0+really1.2.0) - golang-github-spf13-fsync-dev (>= 0.9.0) - golang-github-spf13-jwalterweatherman-dev (>= 1.1.0+really1.1.0) -- Anthony Fok Tue, 22 Dec 2020 03:11:47 -0700 hugo (0.79.0-2) unstable; urgency=medium * Replace our temporary local copy of gocloud.dev v0.15.0 with build-dependency on golang-gocloud-dev (>= 0.20.0-3~), and fix test error with 0008-fix-test-with-gocloud.dev-v0.20.0.patch. Special thanks to Pirate Praveen for packaging golang-gocloud! -- Anthony Fok Fri, 04 Dec 2020 21:26:37 -0700 hugo (0.79.0-1) unstable; urgency=medium * New upstream version 0.79.0 * Update versioned dependencies as per go.mod * Bump Standards-Version to 4.5.1 (no change) -- Anthony Fok Wed, 02 Dec 2020 01:04:35 -0700 hugo (0.78.2-1) unstable; urgency=medium * New upstream version 0.78.2 * Update versioned dependencies as per go.mod -- Anthony Fok Mon, 16 Nov 2020 04:43:13 -0700 hugo (0.78.1-1) unstable; urgency=medium * New upstream version 0.78.1 * Bump dependency on golang-github-evanw-esbuild-dev to (>= 0.8.3) -- Anthony Fok Thu, 05 Nov 2020 05:42:33 -0700 hugo (0.78.0-1) unstable; urgency=medium * New upstream version 0.78.0 * Update versioned dependency on golang-github-evanw-esbuild-dev to (>= 0.8.2) as per go.mod * Build-depend on golang-github-getkin-kin-openapi-dev (>= 0.22.1) and remove our temporary local copy -- Anthony Fok Tue, 03 Nov 2020 23:56:47 -0700 hugo (0.77.0-1) unstable; urgency=medium * New upstream version 0.77.0 * Update versioned dependencies as per go.mod -- Anthony Fok Sat, 31 Oct 2020 06:31:06 -0600 hugo (0.76.5-2) unstable; urgency=medium * Restore dependency on golang-github-russross-blackfriday-dev (v1) and remove our local copy and my kludge in debian/rules. Thanks to the change Shengjing made to golang-blackfriday-v2/2.0.1-3, golang-github-russross-blackfriday-dev and golang-github-russross-blackfriday-v2-dev may now co-exist, and my previous kludge is now unnecessary and even causes a FTBFS bug. (Closes: #973105) * Build-depend on golang-github-evanw-esbuild-dev (>= 0.7.9) and remove our temporary local copy * Change build-dependency on golang-github-nicksnyder-go-i18n-dev (>= 2.1.1) to golang-github-nicksnyder-go-i18n.v2-dev (>= 2.1.1) * debian/copyright: Add merge-release.sh to the Files field -- Anthony Fok Thu, 29 Oct 2020 19:12:04 -0600 hugo (0.76.5-1) unstable; urgency=medium * New upstream version 0.76.5 * Update versioned dependencies as per go.mod * Update temporary local copy of unpackaged dependencies - github.com/evanw/esbuild v0.7.9 - github.com/getkin/kin-openapi v0.22.1 * debian/rules: Reorganize execute_after_dh_auto_configure target for easier reading and editing * Remove dependency on golang-github-russross-blackfriday-dev (v1) and include our own local copy instead. This is to allow other dependencies to pull in golang-github-russross-blackfriday-v2-dev (which conflicts with golang-github-russross-blackfriday-dev) while allowing Hugo itself to use blackfriday v1. * Bump dependency on golang-github-spf13-cobra-dev from 0.0.7 to 1.1.1. Cobra 1.1.1 fixes internal formatting for go-md2man v2 (which caused man page generation e.g. "hugo gen man" to be broken since Cobra 0.0.6). See https://github.com/spf13/cobra/issues/1049 for context. -- Anthony Fok Sat, 24 Oct 2020 05:28:04 -0600 hugo (0.75.1-1) unstable; urgency=medium * New upstream version 0.75.1 -- Anthony Fok Sat, 19 Sep 2020 21:04:04 -0600 hugo (0.75.0-1) unstable; urgency=medium * New upstream version 0.75.0 * Update versioned dependencies according to go.mod * Update temporary local copy of unpackaged dependencies - github.com/evanw/esbuild v0.6.32 - github.com/getkin/kin-openapi v0.22.0 * Refresh Debian patches (0003, 0005, 0007) -- Anthony Fok Sat, 19 Sep 2020 03:19:11 -0600 hugo (0.74.3-1) unstable; urgency=medium * New upstream version 0.74.3 * Update temporary local copy of unpackaged dependencies - github.com/evanw/esbuild v0.6.5 -- Anthony Fok Wed, 29 Jul 2020 12:11:24 -0600 hugo (0.74.2-1) unstable; urgency=medium * New upstream version 0.74.2 -- Anthony Fok Fri, 17 Jul 2020 17:05:17 -0600 hugo (0.74.1-1) unstable; urgency=medium * New upstream version 0.74.1 -- Anthony Fok Fri, 17 Jul 2020 16:35:36 -0600 hugo (0.74.0-1) unstable; urgency=medium * New upstream version 0.74.0 * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)" * Update versioned dependencies as per upstream go.mod: - github.com/ghodss/yaml v1.0.0 - github.com/niklasfasching/go-org v1.3.0 - gopkg.in/yaml.v2 v2.3.0 * Add temporary local copies of unpackaged dependencies: - github.com/evanw/esbuild v0.6.2 - github.com/getkin/kin-openapi v0.14.0 * Work around issue with dh_bash-completion in debhelper v13 mode. See #965225 -- Anthony Fok Fri, 17 Jul 2020 16:12:52 -0600 hugo (0.73.0-1) unstable; urgency=medium [ Jelmer Vernooij, a.k.a. Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. [ Anthony Fok ] * New upstream version 0.73.0 * debian/missing-sources: Update symlinks -- Anthony Fok Sun, 28 Jun 2020 01:14:54 -0600 hugo (0.72.0-1) unstable; urgency=medium * New upstream version 0.72.0 * Update versioned dependencies as per upstream go.mod - golang-github-yuin-goldmark-dev (>= 1.1.31) -- Anthony Fok Wed, 03 Jun 2020 23:07:16 -0600 hugo (0.71.1-1) unstable; urgency=medium * New upstream version 0.71.1 -- Anthony Fok Mon, 25 May 2020 21:37:20 -0600 hugo (0.71.0-1) unstable; urgency=medium * New upstream version 0.71.0 * Update versioned dependencies as per upstream go.mod - golang-github-alecthomas-chroma-dev (>= 0.7.3) - golang-github-mattn-go-isatty-dev (>= 0.0.12) - golang-github-pkg-errors-dev (>= 0.9.1) -- Anthony Fok Mon, 25 May 2020 20:34:47 -0600 hugo (0.70.0-1) unstable; urgency=medium * New upstream version 0.70.0 * Upgrade our vendored minify v2.6.1 to v2.6.2 as per upstream and remove our vendored copy of tdewolff/parse because minify v2.6.2 depends on the newer parse v2.4.2 which is already packaged for Debian * Bump dependency of golang-github-bep-golibsass-dev to (>= 0.6.0) * Disable 0006-skip-TestHugoModulesTargetInSubFolder.patch as upstream author has temporarily disabled the test in non-CI environment * Refresh Debian patches * Add 0001-skip-git-tests.patch to skip git tests in releaser/git_test.go instead of my previous flaky workaround of setting CI=true in debian/rules -- Anthony Fok Sat, 09 May 2020 05:54:44 -0600 hugo (0.69.2-1) unstable; urgency=medium * New upstream version 0.69.2 * Update dependencies as per upstream go.mod - golang-github-yuin-goldmark-dev (>= 1.1.30) -- Anthony Fok Mon, 27 Apr 2020 07:03:45 -0600 hugo (0.69.1-1) unstable; urgency=medium * New upstream version 0.69.1 * Update dependencies as per upstream go.mod - golang-github-alecthomas-chroma-dev (>= 0.7.2) - golang-github-niklasfasching-go-org-dev (>= 1.1.0) - golang-github-yuin-goldmark-dev (>= 1.1.28) -- Anthony Fok Sat, 25 Apr 2020 20:41:15 -0600 hugo (0.69.0-1) unstable; urgency=medium * New upstream version 0.69.0 * Update dependencies as per go.mod: - golang-github-bep-gitmap-dev (>= 1.1.2) - golang-github-kyokomi-emoji-dev (>= 2.2.1) - golang-golang-x-net-dev (>= 1:0.0+git20191209.c0dbc17) -- Anthony Fok Fri, 10 Apr 2020 12:18:48 -0600 hugo (0.68.3-1) unstable; urgency=medium * New upstream version 0.68.3 -- Anthony Fok Wed, 25 Mar 2020 00:15:45 -0600 hugo (0.68.2-1) unstable; urgency=medium * New upstream version 0.68.2 - Fix cache reset for a page’s collections on server live reload -- Anthony Fok Tue, 24 Mar 2020 23:40:20 -0600 hugo (0.68.1-1) unstable; urgency=medium * New upstream version 0.68.1 -- Anthony Fok Sun, 22 Mar 2020 12:20:06 -0600 hugo (0.68.0-1) unstable; urgency=medium * New upstream version 0.68.0 * Update build dependencies of blackfriday, and especially goldmark 1.1.25 for its bug fix "Insert space after task-list checkboxes" as per GFM spec -- Anthony Fok Sun, 22 Mar 2020 10:12:43 -0600 hugo (0.67.1-1) unstable; urgency=medium * New upstream version 0.67.1 * Add "Rules-Requires-Root: no" to debian/control -- Anthony Fok Tue, 17 Mar 2020 00:51:08 -0600 hugo (0.67.0-1) unstable; urgency=medium * New upstream version 0.67.0 -- Anthony Fok Thu, 12 Mar 2020 09:05:44 -0600 hugo (0.66.0-2) unstable; urgency=medium * Revert "Include our own copy of github.com/bep/golibsass v0.5.0" and depend on golang-github-bep-golibsass-dev (>= 0.5.0) * Remove our own copy of github.com/google/wire and depend on golang-github-google-wire-dev (>= 0.2.2) * Adjust debian/rules for the removal of our own copies of github.com/bep/golibsass and github.com/google/wire * Simplify version numbers in dependency list i.e. remove trailing "~" where appropriate * Remove golang-github-gohugoio-hugo-dev binary package as there is no software using Hugo as a library. It was provided in case caddy-hugo were ever packaged for Debian, but then caddy-hugo became filebrowser with http.hugo plugin which was eventually removed altogether, see https://caddy.community/t/where-is-http-hugo-plugin/5118 * Add export DH_GOLANG_EXCLUDES to debian/rules to prevent /usr/bin/fork_go_templates and /usr/bin/generate from being built -- Anthony Fok Sun, 08 Mar 2020 06:20:22 -0600 hugo (0.66.0-1) unstable; urgency=medium * New upstream version 0.66.0 * Skip TestResourceChainPostCSS in hugolib/resource_chain_test.go as it runs "npm install" which accesses the Internet and is disallowed during Debian package build -- Anthony Fok Sat, 07 Mar 2020 05:00:30 -0700 hugo (0.65.3-1) unstable; urgency=medium * New upstream version 0.65.3 -- Anthony Fok Fri, 28 Feb 2020 21:46:37 -0700 hugo (0.65.2-1) unstable; urgency=medium * New upstream version 0.65.2 * Replace "ln -s" with "cp -a" etc. in execute_after_dh_auto_configure to prevent autopkgtest failure due to symlink-vs-real directory setup, see add_configure_override() in /usr/bin/dh_golang_autopkgtest -- Anthony Fok Fri, 28 Feb 2020 20:43:03 -0700 hugo (0.65.1-1) unstable; urgency=medium * New upstream version 0.65.1 * Update debian/hugo.lintian-overrides for manpage-without-executable for the new "hugo mod verify" subcommand since v0.65.0 -- Anthony Fok Fri, 28 Feb 2020 09:16:16 -0700 hugo (0.65.0-1) unstable; urgency=medium * New upstream version 0.65.0 * Update dependencies as per upstream go.mod and bump libsass-dev to (>= 3.6.3~), matching that in github.com/bep/golibsass v0.5.0 * Include our own copy of github.com/bep/golibsass v0.5.0 until golang-github-bep-golibsass enters Debian * debian/rules: Add symlink for our copy of github.com/bep/golibsass -- Anthony Fok Fri, 28 Feb 2020 03:56:39 -0700 hugo (0.64.1-1) unstable; urgency=medium * New upstream version 0.64.1 * Add Upstream-Contact: https://github.com/gohugoio/hugo/issues -- Anthony Fok Thu, 27 Feb 2020 23:13:47 -0700 hugo (0.64.0-1) unstable; urgency=medium * New upstream version 0.64.0 * Bump golang-github-yuin-goldmark dependency to (>= 1.1.22~) as per upstream go.mod file * Skip TestHugoModulesTargetInSubFolder in hugolib/hugo_modules_test.go as network access is not allowed during Debian package build. -- Anthony Fok Thu, 27 Feb 2020 22:24:21 -0700 hugo (0.63.2-1) unstable; urgency=medium * New upstream version 0.63.2 -- Anthony Fok Thu, 27 Feb 2020 16:09:21 -0700 hugo (0.63.1-1) unstable; urgency=medium * New upstream version 0.63.1 * Remove my vendored copies of go-internal and goldmark-highlighting and update debian/control to depend on the new Debian packages golang-github-rogpeppe-go-internal-dev and golang-github-yuin-goldmark-highlighting-dev * Downgrade minify v2.7.2 → v2.6.1 as per upstream and downgrade to the matching parse v2.3.14 to avoid test errors. See https://github.com/gohugoio/hugo/issues/6791 * debian/rules: Use our own copy of minify and parse by creating symlinks within the build-time GOPATH. Attempts to use the previous vendor symlink did not work probably due to their use of v2+ modules. -- Anthony Fok Thu, 27 Feb 2020 09:31:10 -0700 hugo (0.63.0-1) unstable; urgency=medium * New upstream version 0.63.0 * debian/control: Update dependencies according to go.mod * debian/go: Upgrade github.com/rogpeppe/go-internal to v1.5.1 -- Anthony Fok Fri, 21 Feb 2020 13:29:23 -0700 hugo (0.62.2-1) unstable; urgency=medium * New upstream version 0.62.2 -- Anthony Fok Thu, 20 Feb 2020 16:46:08 -0700 hugo (0.62.1-1) unstable; urgency=medium * New upstream version 0.62.1 * debian/copyright: Update copyright years -- Anthony Fok Thu, 20 Feb 2020 11:11:03 -0700 hugo (0.62.0-1) unstable; urgency=medium * New upstream version 0.62.0 * debian/control: Update dependencies according to go.mod * Update debian/copyright -- Anthony Fok Thu, 20 Feb 2020 01:16:51 -0700 hugo (0.61.0-1) unstable; urgency=medium * New upstream version 0.61.0 * debian/control: Depend on golang-github-yuin-goldmark-dev (>= 1.1.14~) * debian/go: Adjust vendored dependencies - Remove github.com/yuin/goldmark v1.1.8 as 1.1.14-1 has been packaged - Update github.com/yuin/goldmark-highlighting to v0.0.0-20191202084645-78f32c8dd6d5 -- Anthony Fok Wed, 19 Feb 2020 12:56:15 -0700 hugo (0.60.1-1) unstable; urgency=medium * New upstream version 0.60.1 * Update versioned dependency on golang-github-tdewolff-minify-dev to (>= 2.6.1~) * debian/go: Update github.com/yuin/goldmark to v1.1.8 -- Anthony Fok Wed, 19 Feb 2020 03:34:43 -0700 hugo (0.60.0-1) unstable; urgency=medium * New upstream version 0.60.0 * Bump Standards-Version to 4.5.0 (no change) * Refresh Debian patches * Remove patches of vendored dependencies * Add to-be-packaged dependencies under debian/go/src: - github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95 - github.com/google/wire v0.2.2 - github.com/rogpeppe/go-internal v1.3.0 - github.com/yuin/goldmark v1.1.7 - github.com/yuin/goldmark-highlighting v0.0.0-20191124122839-ede94e40cc3a - gocloud.dev v0.15.0 * Link debian/go/src as vendored dependencies in execute_after_auto_configure in debian/rules * Update dependencies according to go.mod * Update debian/copyright * Add debian/*.lintian-overrides for: - manpage-without-executable (hugo subcommands) - package-contains-documentation-outside-usr-share-doc (test files) -- Anthony Fok Wed, 19 Feb 2020 02:44:04 -0700 hugo (0.59.1-1.1) unstable; urgency=medium * Non-maintainer upload. * Depend and build depend on the new version of golang-github-kyokomi-emoji-dev. (Closes: #946728) -- Adrian Bunk Sun, 12 Jan 2020 20:21:11 +0200 hugo (0.59.1-1) unstable; urgency=medium * New upstream version 0.59.1 * Update file lists and copyright years in debian/copyright * Update build dependencies according to go.mod -- Anthony Fok Tue, 07 Jan 2020 05:07:13 -0700 hugo (0.59.0-1) unstable; urgency=medium * New upstream version 0.59.0 * Remove patches of vendored dependencies that have been packaged for Debian, namely golang-github-bep-tmc and golang-github-niklasfasching-go-org * Update build dependencies according to go.mod * Remove patches that have been applied upstream: - 0006-ensure-same-dirinfos-sort-order-in-TestImageOperationsGolden.patch - 0007-accommodate-FMA-on-s390x-ppc64el-arm64-in-TestImageOperationsGolden.patch - 0008-update-svg-test-for-minify-2.5.2.patch -- Anthony Fok Mon, 06 Jan 2020 10:45:07 -0700 hugo (0.58.3-1) unstable; urgency=medium * New upstream bug-fix release 0.58.3: - Add some more resource transform tests c262a95a @bep #6348 - Fix cache key transformed resources 6dec671f @bep #6348 - deploy: Do not compile in Azure on Solaris c0d7188e @fazalmajid #6324 -- Anthony Fok Wed, 09 Oct 2019 02:55:21 -0600 hugo (0.58.2-1) unstable; urgency=medium * New upstream bug-fix release 0.58.2: - Fix cache keys for bundled resoures in transform.Unmarshal c0d75736 @bep #6327 - filecache: Ignore "does not exist" errors in prune fcfa6f33 @bep #6326#5745 * Update debian/copyright to fix Lintian info tags: - license-file-listed-in-debian-copyright LICENSE - wildcard-matches-nothing-in-dep5-copyright vendor/github.com/op/go-logging/* * Bump Standards-Version to 4.4.1 (no change) * Bump dependency on golang-github-tdewolff-minify-dev to (>= 2.5.2~) for real this time (was: >= 2.5.1~) -- Anthony Fok Wed, 09 Oct 2019 02:38:01 -0600 hugo (0.58.1-1) unstable; urgency=medium * New upstream bug-fix release 0.58.1: - Avoid writing the same processed image to /public twice 9442937d @bep #6307 - hugolib: Fix broken bundle live reload logic 901077c0 @bep #6315#6308 - deps: Update github.com/bep/gitmap 24ad4295 @bep #6313 - Fix concat with fingerprint regression 3be2c253 @bep #6309 - tpl: Remove eq argument limitation 5e660947 @vazrupe #6237 * Bump dependency on golang-github-bep-gitmap-dev to (>= 1.1.1~) -- Anthony Fok Wed, 09 Oct 2019 01:20:46 -0600 hugo (0.58.0-4) unstable; urgency=medium * Add Applied-Upstream field to 0006-ensure-same-dirinfos-sort-order-in-TestImageOperationsGolden.patch * Fix image test error on s390x, ppc64el and arm64. In TestImageOperationsGolden, tolerate slight floating-point rounding differences due to the use or non-use of "fused multiply and add" (FMA) instruction on different architectures. Special thanks to Grigory Dryapak for the solution in goldenEqual(). See https://github.com/gohugoio/hugo/issues/6387 * Bump dependency on golang-github-tdewolff-minify-dev to (>= 2.5.2~) to fix 'code in directory $GOPATH/src/github.com/tdewolff/minify expects import "github.com/tdewolff/minify"' error with Go 1.13 in GOPATH mode; and to fix SVG breakage due to conversion of polyline/rect/polygon/line to path, see https://github.com/tdewolff/minify/issues/260 -- Anthony Fok Wed, 09 Oct 2019 00:31:28 -0600 hugo (0.58.0-3) unstable; urgency=medium * Add 0006-ensure-same-dirinfos-sort-order-in-TestImageOperationsGolden.patch to fix filename mismatch errors on Debian auto-building machines, possibly due to different directory order on ext4 vs tmpfs file systems. See https://github.com/gohugoio/hugo/pull/6385 for more information. -- Anthony Fok Thu, 03 Oct 2019 05:09:47 -0600 hugo (0.58.0-2) unstable; urgency=medium * Remove golang-github-disintegration-gift_1.2.1.patch. The package is now available in Debian. * Add golang-github-disintegration-gift-dev to Build-Depends -- Dr. Tobias Quathamer Thu, 12 Sep 2019 19:50:24 +0200 hugo (0.58.0-1) unstable; urgency=medium * New upstream version 0.58.0 * Update build dependencies according to go.mod -- Anthony Fok Fri, 06 Sep 2019 11:11:27 -0600 hugo (0.57.2-1) unstable; urgency=medium * New upstream version 0.57.2 -- Anthony Fok Sat, 17 Aug 2019 23:29:32 -0600 hugo (0.57.1-1) unstable; urgency=medium * New upstream version 0.57.1 -- Anthony Fok Sat, 17 Aug 2019 23:07:41 -0600 hugo (0.57.0-1) unstable; urgency=medium * New upstream version 0.57.0 * Update dependencies according to go.mod to follow upstream's switch to golang-github-armon-go-radix-dev and golang-github-frankban-quicktest-dev * Refresh Debian patches -- Anthony Fok Wed, 14 Aug 2019 03:34:43 -0600 hugo (0.56.3-3) unstable; urgency=medium * Remove unneeded dependency on golang-github-go-errors-errors-dev * Remove unneeded vendored dependency on golang-github-op-go-logging -- Anthony Fok Sat, 10 Aug 2019 16:02:43 -0600 hugo (0.56.3-2) unstable; urgency=medium * Add minimum version for some of the indirect dependencies, especially golang-google-api-dev (>= 0.5.0~) and golang-google-cloud-dev (>= 0.39.0~), to hopefully solve build errors on Ubuntu eoan. -- Anthony Fok Mon, 05 Aug 2019 22:18:32 -0600 hugo (0.56.3-1) unstable; urgency=medium * New upstream version 0.56.3 -- Anthony Fok Mon, 05 Aug 2019 14:59:02 -0600 hugo (0.56.2-1) unstable; urgency=medium * New upstream version 0.56.2 * Upgrade vendored github.com/niklasfasching/go-org to 0.1.2 * Increase test timeout to 120m to accommodate slow mips-aql-01 buildd * debian/gbp.conf: Set debian-branch = debian/sid -- Anthony Fok Mon, 05 Aug 2019 01:13:27 -0600 hugo (0.56.1-1) unstable; urgency=medium * New upstream version 0.56.1 -- Anthony Fok Sun, 04 Aug 2019 16:50:22 -0600 hugo (0.56.0-1) unstable; urgency=medium * New upstream version 0.56.0 * debian/control: Update dependencies according to go.mod * debian/control: Move to "Build-Depends: debhelper-compat (= 12)" * Add yet-to-be-packaged dependencies under vendor/ temporarily: - golang-github-gohugoio-testmodbuilder.patch - golang-github-google-wire_0.3.0.patch - golang-github-niklasfasching-go-org_0.1.1.patch - golang-github-op-go-logging_0.0~git20160315.970db52.patch - golang-github-rogpeppe-go-internal_1.3.0.patch - golang-gocloud-dev_0.15.0.patch * debian/control: Add indirect dependencies for vendered libraries temporarily * Build with Go 1.12: Bump to golang-any (>= 2:1.12~), dh-golang (>= 1.41~) * Build-Depends on git, and Recommends git, for Hugo Modules support * Refresh patches * debian/rules: Remove DH_GOLANG_INSTALL_EXTRA due to upstream removal of an old test and dh-golang automatic installation of testdata directories * Skip TestClient in modules/client_test.go which requires network access that is not allowed for Debian packaging. * debian/copyright: Add copyright information for vendored files * debian/copyright: Update main Files list -- Anthony Fok Sun, 04 Aug 2019 07:27:58 -0600 hugo (0.55.6+really0.55.6-1) unstable; urgency=medium * Revert to upstream version 0.55.6 now that Debian 10 "buster" is released. See https://bugs.debian.org/928227 for background information. * Bump Standards-Version to 4.4.0 (no change) -- Anthony Fok Fri, 12 Jul 2019 07:50:48 -0600 hugo (0.55.6+really0.54.0-1) unstable; urgency=medium * Revert all changes between 0.54.0-1 and 0.55.6-2. See https://bugs.debian.org/928227 for a rationale. -- Dr. Tobias Quathamer Tue, 04 Jun 2019 21:16:36 +0200 hugo (0.55.6-2) unstable; urgency=medium * Increase "go test" timeout to 60m to accommodate slow mips builders, namely mips-aql-04 and mips-aql-05. -- Anthony Fok Thu, 23 May 2019 14:51:17 -0600 hugo (0.55.6-1) unstable; urgency=medium * New upstream version 0.55.6 -- Anthony Fok Thu, 23 May 2019 11:25:31 -0600 hugo (0.55.5-1) unstable; urgency=medium * New upstream version 0.55.5 * Update dependency on blackfriday to >= 1.5.2~ -- Anthony Fok Sat, 11 May 2019 06:38:20 -0600 hugo (0.55.4-1) unstable; urgency=medium * New upstream version 0.55.4 -- Anthony Fok Thu, 25 Apr 2019 14:34:37 -0600 hugo (0.55.3-1) unstable; urgency=medium * New upstream version 0.55.3 -- Anthony Fok Thu, 25 Apr 2019 14:27:20 -0600 hugo (0.55.2-1) unstable; urgency=medium * New upstream version 0.55.2 * Add debian/missing-sources for app.bundle.js -- Anthony Fok Thu, 25 Apr 2019 13:48:05 -0600 hugo (0.55.1-1) unstable; urgency=medium * New upstream version 0.55.1 * Update files list in debian/copyright -- Anthony Fok Sun, 14 Apr 2019 13:36:44 -0600 hugo (0.55.0-1) unstable; urgency=medium * New upstream version 0.55.0 * Update dependencies as per upstream go.mod * Update files list and copyright years in debian/copyright * Refresh 004-increase-timeout-in-TestPageBundlerSiteRegular.patch -- Anthony Fok Sun, 14 Apr 2019 04:46:30 -0600 hugo (0.54.0-1) unstable; urgency=medium * New upstream version 0.54.0 * Update versioned dependencies on golang-github-spf13-afero-dev and golang-github-alecthomas-chroma-dev -- Anthony Fok Fri, 01 Feb 2019 11:13:18 -0700 hugo (0.53-3) unstable; urgency=medium [ Dr. Tobias Quathamer ] * Revert hard dependency on golang-1.11, it's the default now. [ Anthony Fok ] * Bump Standards-Version to 4.3.0 (no change) * Update Build-Depends of dh-golang to (>= 1.39~) for support for Go 1.11 modules. Previous workarounds in debian/rules are now removed. -- Anthony Fok Sat, 29 Dec 2018 17:35:19 -0700 hugo (0.53-2) unstable; urgency=medium * Fix the BuildDate that "hugo version" displays -- Anthony Fok Tue, 25 Dec 2018 18:57:53 -0700 hugo (0.53-1) unstable; urgency=medium * New upstream version 0.53 * Update dependencies in debian/control * Move app.bundle.js/* to app.js/* in debian/missing-sources * Update Files lists in debian/copyright -- Anthony Fok Mon, 24 Dec 2018 07:05:59 -0700 hugo (0.52-1) unstable; urgency=medium * New upstream version 0.52 * Update dependency on golang-github-bep-go-tocss-dev (>= 0.6.0~) * Refresh 004-increase-timeout-in-TestPageBundlerSiteRegular.patch * Remove 005-remove-duplicate-mapstructure-dependency.patch * Remove appveyor.yml from debian/copyright Files list -- Anthony Fok Fri, 21 Dec 2018 08:59:29 -0700 hugo (0.51-1) unstable; urgency=medium * New upstream version 0.51 * Install go.mod to enable "minimal module compatibility" This is required for handling github.com/tdewolff/minify/v2 and future v2+ modules even in GOPATH mode * Backport upstream patch to remove duplicate mapstructure dependency * Update dependencies -- Anthony Fok Thu, 20 Dec 2018 15:50:00 -0700 hugo (0.50-1) unstable; urgency=medium * New upstream version 0.50 * Refresh debian/patches/*, especially 004-increase-timeout-in-TestPageBundlerSiteRegular.patch where hugolib/page_bundler_test.go was renamed to hugolib/pagebundler_test.go * Update dependencies * Update Files list in debian/copyright: snapcraft.yaml → snap/* -- Anthony Fok Thu, 20 Dec 2018 10:37:41 -0700 hugo (0.49.2-1) unstable; urgency=medium * New upstream bugfix release 0.49.2 -- Anthony Fok Wed, 19 Dec 2018 22:57:20 -0700 hugo (0.49.1-1) unstable; urgency=medium * New upstream bugfix release 0.49.1 -- Anthony Fok Wed, 19 Dec 2018 22:40:31 -0700 hugo (0.49-1) unstable; urgency=medium * New upstream version 0.49 * Update Files list in debian/copyright * Update Maintainer address in debian/control -- Anthony Fok Wed, 19 Dec 2018 21:33:21 -0700 hugo (0.48-1) unstable; urgency=medium * New upstream version 0.48 (Closes: #908250) * Build-Depends on golang-1.11-go instead of golang-any. This is a temporary measure until Go 1.11, required by Hugo >= 0.48, becomes the default in Debian. Special thanks to Michael Hudson-Doyle and Dr. Tobias Quathamer for their great work in packaging golang-1.11! * Build-Depends on asciidoctor to avoid FTBFS with asciidoc. Thanks to Vincent Danjean for the report and the fix! (Closes: #907478) * Set GO111MODULE=off in debian/rules * Add go.mod and go.sum to Files list in debian/copyright -- Anthony Fok Wed, 19 Dec 2018 15:57:13 -0700 hugo (0.47.1-2) unstable; urgency=medium * Depend on golang-github-{bep-go-tocss,wellington-go-libsass}-dev. These packages have been accepted into Debian, so the embedded copies in golang-github-bep-go-tocss.patch and golang-github-wellington-go-libsass.patch are now removed. * Bump Standards-Version to 4.2.1 (no change) -- Anthony Fok Mon, 24 Sep 2018 21:41:10 -0600 hugo (0.47.1-1) unstable; urgency=medium * New upstream bugfix release 0.47.1: - Fix .Site.Params case regression fdff0d3a @bep #5094 - Do not strip IE conditional statements 5a0ee2b9 @bep #5089 -- Anthony Fok Thu, 23 Aug 2018 17:24:39 -0600 hugo (0.47-1) unstable; urgency=medium * New upstream version 0.47: Hugo Reloaded - Add minification support for the final rendered output ("run hugo --minify"). - Fix a set of issues with live-reloading/partial rebuilds when running "hugo server". * Bump build-dependency on golang-github-alecthomas-chroma-dev to version (>= 0.5.0). Special thanks to Dr. Tobias Quathamer for his timely update of the golang-github-alecthomas-chroma package. * Bump Standards-Version to 4.2.0 (no change) * Add minifiers/* and publisher/* to Files list in debian/copyright -- Anthony Fok Sat, 18 Aug 2018 04:12:58 -0600 hugo (0.46-1) unstable; urgency=medium * New upstream version 0.46: Summer of Hugo - Full SCSS/SASS import inheritance support, rework of Hugo Pipes vs. multilingual, and more… * Update versioned dependency on golang-github-alecthomas-chroma-dev -- Anthony Fok Wed, 01 Aug 2018 07:38:57 -0600 hugo (0.45.1-1) unstable; urgency=medium * New upstream bugfix release 0.45.1: - Add Page.FirstSection 016dd4a6 @bep - Fix .Site.GetPage regression 04d4c08d @bep #4989 - Fix “borrow content from another language” issue c6b599a0 @bep #4986 -- Anthony Fok Thu, 26 Jul 2018 05:35:08 -0600 hugo (0.45-1) unstable; urgency=medium * New upstream version 0.45: Revival of ref, relref and GetPage. Hugo 0.45 adds relative page lookups, language support in ref/relref and several Hugo Pipes improvements. * Link with system libsass1 shared library * Remove "utils/*" listing from debian/copyright as per upstream -- Anthony Fok Mon, 23 Jul 2018 10:03:49 -0600 hugo (0.44-1) unstable; urgency=medium * New upstream version 0.44: Friday the 13th Edition, a sequel to the very popular Hugo Pipes Edition; bug-fixes and enhancements… * Add versioned dependency on golang-github-tdewolff-minify-dev (>= 2.3.5-2~) * Revert patch for "Remove empty hugolib/resources/ dir after TestNewSiteDefaultLang" as it has been merged upstream. -- Anthony Fok Fri, 13 Jul 2018 17:15:26 -0600 hugo (0.43-2) unstable; urgency=medium * Fix failed autopkgtest due to missing vendor directory. Also remove unneeded wellington/go-libsass/libsass-src directory -- Anthony Fok Tue, 10 Jul 2018 20:37:50 -0600 hugo (0.43-1) unstable; urgency=medium * New upstream version 0.43: Hugo Pipes! “Hugo 0.43 adds a powerful and very simple to use Assets Pipeline with Sass and SCSS with source map support, PostCSS and minification and fingerprinting and Subresource Integrity and … much more. Oh, did we mention that you can now do ad-hoc image processing and execute text resources as Go templates?” * Build hugo with the "extended" build tag for Sass/SCSS support * Bump Standards-Version to 4.1.5 (no change) * Add new dependencies to debian/control: - golang-github-burntsushi-locker-dev - golang-github-dsnet-golib-dev - golang-github-mitchellh-hashstructure-dev - golang-github-tdewolff-minify-dev The following are the NEW queue, hence skipping for now: - golang-github-bep-go-tocss-dev and - golang-github-wellington-go-libsass-dev * Update Files list in debian/copyright * Remove empty hugolib/resources/ dir after TestNewSiteDefaultLang. See https://github.com/gohugoio/hugo/pull/4922 * Build with our own copies of Sass-related libraries, a temporary hack until golang-github-bep-go-tocss, golang-github-wellington-go-libsass enter Debian, and libsass 3.5.4-1 moves from Ubuntu "proposed" to "release". -- Anthony Fok Tue, 10 Jul 2018 01:13:17 -0600 hugo (0.42.2-1) unstable; urgency=medium * New upstream bugfix release 0.42.2: - Fix broken server-reload on config changes. This is a regression from Hugo 0.42. 3a7706b0 @bep #4878 -- Anthony Fok Fri, 29 Jun 2018 16:20:40 -0600 hugo (0.42.1-1) unstable; urgency=medium * New upstream bugfix release 0.42.1: - Reset the global pages cache on server rebuilds 128f14ef @bep #4845 - Do not fail server build when /static is missing 34ee27a7 @bep #4846 -- Anthony Fok Wed, 13 Jun 2018 07:44:44 -0600 hugo (0.42-1) unstable; urgency=medium * New upstream version 0.42: Theme Composition and Inheritance! * Update versioned dependencies * Refresh 004-increase-timeout-in-TestPageBundlerSiteRegular.patch * Add langs/* to debian/copyright -- Anthony Fok Tue, 12 Jun 2018 09:13:07 -0600 hugo (0.41-1) unstable; urgency=medium * New upstream version 0.41: Add a new Privacy Configuration section to meet the new regulations in the new General Data Protection Regulation (GDPR). * Refresh 004-increase-timeout-in-TestPageBundlerSiteRegular.patch * Add .github/SUPPORT.md to debian/copyright * Install only /usr/bin/hugo and not /usr/bin/generate -- Anthony Fok Mon, 28 May 2018 00:30:57 -0600 hugo (0.40.3-1) unstable; urgency=medium * New upstream bugfix release 0.40.3: Fixes a rare, but possible Content truncation issue. Hugo 0.40.3 fixes a possible .Content truncation issue introduced in 0.40.1 90d0d830 @bep #4706. This should be very rare. It has been reported by only one user on a synthetic site. We have tested a number of big sites that does not show this problem with 0.40.2, but this is serious enough to warrant a patch release. -- Anthony Fok Wed, 09 May 2018 06:18:04 -0600 hugo (0.40.2-1) unstable; urgency=medium * New upstream bugfix release 0.40.2 - Reset .Page.Scratch on live-reload 655983a2 @bep #4683 - Fix .WordCount, .FuzzyWordCount, .ReadingTime when summary marker is set 001a28c2 @bep #4675 #4682 -- Anthony Fok Mon, 30 Apr 2018 06:48:09 -0600 hugo (0.40.1-3) unstable; urgency=medium * Increase TestPageBundlerSiteRegular timeout further to 10 minutes (from 2 minutes) and hope it would not time out again on Debian's slowest "mips" build daemon. See https://github.com/gohugoio/hugo/issues/4672 -- Anthony Fok Thu, 26 Apr 2018 17:52:05 -0600 hugo (0.40.1-2) unstable; urgency=medium * Fix FTBFS on armel by increasing TestPageBundlerSiteRegular timeout from 10 seconds to 120 seconds, and show warning if it does time out. Special thanks to upstream author @bep for providing the solution. (004-increase-timeout-in-TestPageBundlerSiteRegular.patch) See https://github.com/gohugoio/hugo/issues/4672 * Increase "go test" timeout to 30m to prevent potential FTBFS especially on "armel" and "mips". -- Anthony Fok Thu, 26 Apr 2018 14:48:51 -0600 hugo (0.40.1-1) unstable; urgency=medium * New upstream bugfix release 0.40.1 -- Anthony Fok Wed, 25 Apr 2018 11:16:11 -0600 hugo (0.40-1) unstable; urgency=medium * New upstream version 0.40 * Unlist removed files from debian/copyright. See https://github.com/gohugoio/hugoDocs/issues/65 -- Anthony Fok Mon, 23 Apr 2018 06:59:59 -0600 hugo (0.39-1) unstable; urgency=medium * New upstream release 0.39: the Nat King Cole Stabilizer Edition * Update debian/copyright as upstream changed LICENSE.md to LICENSE for GitHub to be able to detect Hugo's Apache-2.0 license -- Anthony Fok Mon, 16 Apr 2018 20:03:18 -0600 hugo (0.38.2-1) unstable; urgency=medium * New upstream bug-fix release 0.38.2 * Add new dependency golang-github-bep-debounce-dev -- Anthony Fok Sun, 15 Apr 2018 23:17:40 -0600 hugo (0.38-1) unstable; urgency=medium [ Alexandre Viau ] * Point Vcs-* urls to salsa.debian.org. [ Anthony Fok ] * New upstream version 0.38 * Refresh debian/control - Add new dependency on golang-github-sanity-io-litter-dev - Update versioned dependency on golang-github-alecthomas-chroma-dev - Apply "cme fix dpkg" - Bump Standards-Version to 4.1.4 (no change) * Update copyright year in debian/copyright * Refresh 002-do-not-use-git-information-in-docs.patch * Add 003-disable-TestPageWithLastmodFromGitInfo.patch -- Anthony Fok Tue, 10 Apr 2018 07:34:08 -0600 hugo (0.37.1-1) unstable; urgency=medium * New upstream bugfix release: - Fixes SVG (and similar) handling as page resources. * Prevent TestImageResize8BitPNG from failing on Ubuntu by setting NO_PNG_PKG_MANGLE=1 to prevent pkgbinarymangler from recompressing our test PNG image. -- Anthony Fok Thu, 08 Mar 2018 17:32:37 -0700 hugo (0.37-2) unstable; urgency=medium * Depend on golang-github-alecthomas-chroma (>= 0.3.0) just as the upstream Hugo 0.37 does, for fixing a bug in yaml highlighting. See https://github.com/gohugoio/hugo/issues/4418 and https://github.com/alecthomas/chroma/issues/119. -- Anthony Fok Thu, 01 Mar 2018 23:55:47 -0700 hugo (0.37-1) unstable; urgency=medium [ Dr. Tobias Quathamer ] * New upstream version 0.37 [ Anthony Fok ] * Add new dependency: golang-github-muesli-smartcrop-dev and newer version of golang-github-russross-blackfriday-dev (>= 1.5.1-1~) * Add BuildDate (honoring SOURCE_DATE_EPOCH) to hugo * Update debian/copyright: - Add new docs/src/package-lock.json - Document the Vernon Adams' authorship of Muli font - Add a comment about the original source URL of gohugoioTheme - Add copyright info for docs/themes/gohugoioTheme/src/js/hljs.js and provide a reconstructed uncompressed source file - Add missing sources for app.bundle.js and document their origins -- Anthony Fok Thu, 01 Mar 2018 12:20:58 -0700 hugo (0.35-1) unstable; urgency=medium * New upstream version 0.35 (Closes: #861492) - Update dependencies for new upstream version - Add new patch to wrap overly long lines. This fixes a lintian error. - Add lintian override for wrong error. * Update d/copyright - Add information for goHugoioTheme - Add information for missing files - Remove files which are no longer in upstream's tarball * Remove special handling of MIPS architecture. This reverts c15ac1c * Use debhelper v11 * Update Standards-Version to 4.1.3, no changes needed * Add testdata to DH_GOLANG_INSTALL_EXTRA -- Dr. Tobias Quathamer Mon, 12 Feb 2018 22:24:30 +0100 hugo (0.26-1) unstable; urgency=medium * New upstream version 0.26 * Update dependencies: - Replace golang-github-bep-inflect-dev with golang-github-markbates-inflect-dev - Add golang-github-jdkato-prose-dev * Update Files listing in debian/copyright * Upgrade debian/watch to version 4 format * Reformat debian/control with "cme fix dpkg", and bump Standards-Version to 4.1.1: Change -dev package priority from extra to optional * Refresh 002-do-not-use-git-information-in-docs.patch * Delete 003-accommodate-gccgo-in-TestMethodToName.patch which has been accepted upstream, see https://github.com/gohugoio/hugo/pull/3747 * Delete 001-disable-google-analytics-in-docs.patch which cannot be applied to Hugo's revamped documentation * Disable "hugo -s docs" run because Git submodule docs/themes/gohugoioTheme is not checked out -- Anthony Fok Mon, 13 Nov 2017 11:45:19 -0700 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 Thu, 03 Aug 2017 02:06:42 -0600 hugo (0.25.1-1) unstable; urgency=medium [ Dr. Tobias Quathamer ] * New upstream version 0.25.1 * Rename -dev package to golang-github-gohugoio-hugo-dev following upstream’s move from github.com/spf13/hugo to github.com/gohugoio/hugo - Update Go-Import-Path - Update source URL in debian/copyright - Rename debhelper install file for -dev package * Update Build-Deps - golang-github-burntsushi-toml-dev - golang-github-chaseadamsio-goorgeous-dev - golang-github-hashicorp-go-immutable-radix-dev - golang-golang-x-image-dev * Add Testsuite: autopkgtest-pkg-go * Update to Standards-Version 4.0.0: Use HTTPS URL for debian/copyright [ Anthony Fok ] * Special thanks to Dr. Tobias Quathamer who have created the following new Debian package specifically for the new Hugo release: - golang-github-chaseadamsio-goorgeous-dev - golang-golang-x-image-dev * Add Dr. Tobias Quathamer to the list of Uploaders * Refresh 002-do-not-use-git-information-in-docs.patch * Delete 003-update-dateFormat-test-expectations-for-epoch-values.patch which was previously cherry-picked from upstream * Add CI=true to skip new Git tests which upstream also skips on Travis CI * Update debian/watch for the spf13 → gohugoio migration * Update copyright year and files list in debian/copyright -- Anthony Fok Mon, 24 Jul 2017 16:38:35 -0600 hugo (0.18.1-1) unstable; urgency=medium * Team upload. * Imported Upstream version 0.18.1 - Add new patch to prevent test failures, can be dropped with 0.19 * Enable parallel building again, it was not the source of the FTBFS -- Dr. Tobias Quathamer Fri, 30 Dec 2016 17:01:10 +0100 hugo (0.18-2) unstable; urgency=medium * Disable parallel building to prevent FTBFS -- Dr. Tobias Quathamer Sat, 24 Dec 2016 11:51:17 +0100 hugo (0.18-1) unstable; urgency=medium * Team upload. * Imported Upstream version 0.18. Closes: #846552, #848406 - Update Build-Depends with currently needed packages - Refresh patch - Add new patch to disable git information in docs * Use debhelper v10 * Disable network access during testing by using -test.short flag * Remove no longer needed lintian override * Update debian/copyright for new upstream files -- Dr. Tobias Quathamer Thu, 22 Dec 2016 17:43:52 +0100 hugo (0.16-2) unstable; urgency=medium * Build with golang-any (>= 2:1.7~1) -- Anthony Fok Wed, 24 Aug 2016 10:49:32 -0600 hugo (0.16-1) unstable; urgency=medium * New upstream release * Refresh dependencies in debian/control: - Replace architecture-specific hack with golang-any in Build-Depends - Remove old transitional alternate dependencies - Update several versioned dependencies -- Anthony Fok Sun, 12 Jun 2016 02:16:18 -0600 hugo (0.15+git20160427.545.0903886-1) unstable; urgency=medium * New upstream snapshot * Update debian/control - Bump Standards-Version to 3.9.8 (no change) - Use secure https URLs for Vcs-Git and Homepage fields - New dependency on golang-github-kyokomi-emoji-dev - Change dependency on golang-github-go-fsnotify-fsnotify-dev to its new name golang-github-fsnotify-fsnotify-dev, golang-pretty-dev to golang-github-kr-pretty-dev, and golang-x-text-dev to golang-golang-x-text-dev * Refresh 001-disable-google-analytics-in-docs.patch * Refresh debian/copyright -- Anthony Fok Sat, 30 Apr 2016 03:37:41 +0800 hugo (0.15+git20160206.203.ed23711-1) unstable; urgency=high * New upstream snapshot: - Fix Hugo hang up with empty content directory * Depend on a newer version of golang-github-spf13-afero-dev (>= 0.0~git20160125.0.a5d3e7c) to ensure theme's static files are synchronized * Special thanks to Tatsushi Demachi (@tatsushid) for fixing the two high-priority bugs listed above. -- Anthony Fok Sat, 06 Feb 2016 18:43:24 +0800 hugo (0.15+git20160128.179.5def6d9-1) unstable; urgency=medium * New upstream snapshot * Update dependencies on latest Afero and Cobra with matching APIs (Closes: #812645) -- Anthony Fok Fri, 29 Jan 2016 15:12:18 +0800 hugo (0.15+git20160109.147.dd1d655-2) unstable; urgency=medium * Allow the use of gccgo on architectures without golang-go * Remove manual fixes to auto-generated hugo-server.1 man page now that golang-github-cpuguy83-go-md2man-dev (1.0.5-1) is here * Depends on latest golang-github-go-fsnotify-fsnotify-dev (>= 1.2.9) for recent fixes -- Anthony Fok Thu, 14 Jan 2016 05:46:38 -0700 hugo (0.15+git20160109.147.dd1d655-1) unstable; urgency=medium * Initial release, Take 2 (Closes: #798418) * Install bash completion for Hugo -- Anthony Fok Mon, 11 Jan 2016 16:09:38 -0700 hugo (0.15+git20151224.105.1d6286b-1) unstable; urgency=medium * Initial release (Closes: #798418) -- Anthony Fok Thu, 24 Dec 2015 13:18:27 -0700