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