1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
golang-github-alecthomas-kong (0.2.4-1) unstable; urgency=medium
* New upstream version 0.2.4
* Bump Standards-Version to 4.5.0 (no change)
-- Anthony Fok <foka@debian.org> Mon, 25 May 2020 11:44:58 -0600
golang-github-alecthomas-kong (0.2.1-1) unstable; urgency=medium
* New upstream version 0.2.1
* Bump debhelper dependency to "Build-Depends: debhelper-compat (= 12)"
* Add "Rules-Requires-Root: no" to debian/control
* Bump Standards-Version to 4.4.1 (no change)
* debian/gbp.conf: Change debian-branch to debian/sid for DEP-14 conformance
* Remove debian/patches which contained only old upstream patch
* Add new dependency on golang-github-pkg-errors-dev
-- Anthony Fok <foka@debian.org> Mon, 02 Dec 2019 13:37:33 -0700
golang-github-alecthomas-kong (0.1.15-1) unstable; urgency=medium
* Initial release (Closes: #917131)
* Add COPYING from upstream author, ascertaining Kong is under the
MIT (Expat) License. See https://github.com/alecthomas/kong/issues/28
* Add missing copyright information on levenshtein.go.
This Go implementation of the Levenshtein algorithm was contributed
by David Deng to Wikibooks under the CC-BY-SA-3.0.
Special thanks to Thorsten Alteholz for catching my oversight!
-- Anthony Fok <foka@debian.org> Thu, 17 Jan 2019 18:41:47 -0700
|