golang-petname (2.11~git20191129.8e5a1ed-2) unstable; urgency=medium * Fix build for "all" architecture target - Thanks Aloïs Micard for the help! -- Mathias Gibbens Tue, 30 Nov 2021 21:47:53 +0100 golang-petname (2.11~git20191129.8e5a1ed-1) unstable; urgency=medium [ Mathias Gibbens ] * New upstream snapshot * Adopt this package, as LXD is coming to Debian (Closes: #855837) * d/control - Update Go Team's email address in Maintainer field - Add myself to Uploaders - Update Section to golang - Add Testsuite: autopkgtest-pkg-go - Update Build-Depends and Depends - Bump Standards-Version (no changes needed) - Add Rules-Requires-Root: no * Cleanup d/copyright * Add d/gbp.conf * Update d/golang-github-dustinkirkland-golang-petname-dev.install * Delete d/lintian-overrides * Refresh d/rules * Update d/upstream/metadata * Add d/watch [ Alexandre Viau ] * Point Vcs-* urls to salsa.debian.org. [ Jonathan Dowland ] * Remove myself from Uploaders. [ Debian Janitor ] * Use secure copyright file specification URI * Bump debhelper from deprecated 9 to 12 * Set debhelper-compat version in Build-Depends * Change priority extra to priority optional * Set upstream metadata fields: Repository, Repository-Browse * Apply multi-arch hints -- Mathias Gibbens Fri, 26 Nov 2021 11:58:17 +0100 golang-petname (2.5~git20160928-3) unstable; urgency=medium * Team upload. * Correctly set Architecture: all for package which contains only sources -- Michael Stapelberg Mon, 05 Mar 2018 19:45:43 +0100 golang-petname (2.5~git20160928-2) unstable; urgency=medium * Team upload. * Fix Vcs-* tags * Switch to XS-Go-Import-Path -- Michael Stapelberg Sat, 10 Feb 2018 14:57:13 +0100 golang-petname (2.5~git20160928-1) unstable; urgency=medium * Initial Debian version. Closes: #839077. * corresponds to git ref 78823a50 * rename the golang-petname-dev binary package to follow the pkg-go policy, so we don't have to carry a virtual package like Ubuntu. * Remove some Ubuntu-specific rules snippets (we may need something like this in the future, when we have shared libs for Go programs) as well as the override_dh_install * Remove unneeded install files and lintian overrides * Update the Homepage -- Jonathan Dowland Wed, 28 Sep 2016 14:54:24 +0100 golang-petname (2.4-0ubuntu1) yakkety; urgency=medium * debian/control, debian/rules: LP: #1625753 - fix uninstallable golang-petname-dev on xenial -- Dustin Kirkland Tue, 20 Sep 2016 14:48:06 -0500 golang-petname (2.3-0ubuntu1) yakkety; urgency=medium * debian/rules: - don't build libgolang-petname1 on xenial -- Dustin Kirkland Tue, 23 Aug 2016 09:26:37 -0400 golang-petname (2.2-0ubuntu1) yakkety; urgency=medium * debian/rules, === removed directory usr, === removed directory usr/lib: - fix shared library build on yakkety while maintaining xenial no-shared-lib build -- Dustin Kirkland Tue, 09 Aug 2016 18:04:30 -0500 golang-petname (2.1-0ubuntu1) yakkety; urgency=medium [ Michael Hudson-Doyle ] * debian/control, debian/golang-petname-dev.install: - Build shared lib package. [ Dustin Kirkland ] * === added directory usr, === added directory usr/lib, debian/control, debian/golang-petname-dev.install: - add a couple of hacks, to not break the build on releases before yakkety + namely, use a dummy (dh-apparmor) to ensure we can meet a build-dependency on xenial + create the usr/lib dir, and always install it -- Dustin Kirkland Tue, 09 Aug 2016 16:25:53 -0500 golang-petname (2.0-0ubuntu1) yakkety; urgency=medium [ Dustin Kirkland ] * petname.go, README.md: - remove some non-words * debian/control, debian/golang-petname-dev.install: - reverting Michael's shared library changes, as it's breaking the build * petname.go, README.md: - bump to petname 2.0, using animals instead of people names, major change - rebuild with simplest, smallest wordlist -- Dustin Kirkland Tue, 09 Aug 2016 14:17:20 -0500 golang-petname (1.10-0ubuntu1) xenial; urgency=medium [ Michael Hudson-Doyle ] * Make packaging more typical for a package that uses dh-golang. -- Dustin Kirkland Mon, 01 Feb 2016 11:14:50 -0600 golang-petname (1.9-0ubuntu1) xenial; urgency=medium * debian/golang-petname-dev.install, debian/rules: - install the source code to the appropriate location per http://pkg-go.alioth.debian.org/packaging.html#_file_locations - simplify build rules, remove strip override -- Dustin Kirkland Thu, 03 Dec 2015 10:07:22 -0600 golang-petname (1.8-0ubuntu1) xenial; urgency=medium * debian/control, debian/rules, debian/update-wordlists.sh: - remove build dependency on petname; only the maintainer ever needs to run update-wordlists -- Dustin Kirkland Wed, 02 Dec 2015 17:19:08 -0600 golang-petname (1.7-0ubuntu1) xenial; urgency=medium * debian/control, debian/rules: LP: #1520687 - fixes for MIR of -dev library package - add a build-depends on dh-golang - build --with=golang - note the binary was Built-Using - add a metapackage that meets the Debian standard naming for go libs -- Dustin Kirkland Wed, 02 Dec 2015 16:55:42 -0600 golang-petname (1.6-0ubuntu1) xenial; urgency=medium * No op change, testing gopkg in git * petname.go: - update wordlists, pruning blacklisted words -- Dustin Kirkland Fri, 30 Oct 2015 10:20:27 -0500 golang-petname (1.5-0ubuntu1) vivid; urgency=medium * debian/update-wordlists.sh, petname.go, README.md: - rebuild and release with updated wordlists -- Dustin Kirkland Wed, 28 Jan 2015 16:10:03 -0600 golang-petname (1.4-0ubuntu1) vivid; urgency=medium * cmd/petname/main.go, petname.go, petname_test.go: - change petname.PetName() to petname.Generate() -- Dustin Kirkland Tue, 13 Jan 2015 11:19:06 -0600 golang-petname (1.3-0ubuntu1) vivid; urgency=medium * petname.go: - add note that these lists aren't manually updated/modified - drop the "Rand" prefix, which is implicit - no need for time module * cmd/petname/main.go, petname.go: - move the prng seeding to the end caller of the function - add our import deps, math/rand, time -- Dustin Kirkland Tue, 13 Jan 2015 11:19:03 -0600 golang-petname (1.2-0ubuntu1) vivid; urgency=medium * petname.go, petname_test.go: - add some inline godoc documentation, fix format * remove stray file * debian/control: - arch: any, let it build where it builds * debian/copyright: - update upstream name * debian/update-wordlists.sh: - update word list location to share * petname.go: - update wordlists -- Dustin Kirkland Mon, 12 Jan 2015 09:53:24 -0600 golang-petname (1.1-0ubuntu1) vivid; urgency=medium * debian/update-wordlists.sh, petname.go: - update wordlists from upstream -- Dustin Kirkland Tue, 16 Dec 2014 14:33:23 -0600 golang-petname (1.0-0ubuntu1) vivid; urgency=medium * adverbs.txt, debian/control, debian/petname.install, debian/python- petname.install, __init__.py, Makefile, names.txt, petname.go.in, petname/petname.py, petname/petname.py.in, === removed directory petname, setup.py, update.sh: - rework to a golang only package, rename accordingly * debian/golang-petname.install, Makefile: - update build, install binary, fix name * debian/golang-petname.install, Makefile: - clean up, install in the right place * debian/control, debian/golang-petname.install, Makefile, update.sh => debian/update-wordlists.sh: - install binary into /usr/bin/golang-petname - build depend on petname, update wordlists at build time * adjectives.txt, adverbs.txt, names.txt: - drop txt files, we build depend on petname now * LICENSE: - add license file * README.md: - update readme * cmd/petname/main.go, debian/copyright, README.md: - update readme, add local location of license * debian/golang-petname.install, golang-petname.1: - add a manpage * debian/update-wordlists.sh: - add instruction to sync README.md from upstream * === renamed symlink src/github.com/dustinkirkland/petname => src/github.com/dustinkirkland/golang-petname: - fix symlink * debian/lintian-overrides: - ignore no-stripped, statically linked binary * README.md: - readme updated -- Dustin Kirkland Tue, 16 Dec 2014 14:07:44 -0600