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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
|
golang-github-urfave-cli (1.22.14-1) unstable; urgency=medium
* Team upload
* New upstream release: 1.22.14
* Drop patches, merged upstream
* Bump standards version
* disable doc test that broke with output changes from go-md2man
-- Reinhard Tartler <siretart@tauware.de> Thu, 26 Oct 2023 06:48:10 -0400
golang-github-urfave-cli (1.22.9-2) unstable; urgency=medium
* Team upload
* Fix uscan watch file
-- Shengjing Zhu <zhsj@debian.org> Sat, 20 Aug 2022 15:57:26 +0800
golang-github-urfave-cli (1.22.9-1) unstable; urgency=medium
* Team upload.
* New upstream version 1.22.9
* Drop uupdate in uscan watch file
* Update Standards-Version to 4.6.1 (no changes)
* Add Multi-Arch hint
* Drop patch fixed in new version
* Bump golang-github-cpuguy83-go-md2man-v2-dev to 2.0.1
-- Shengjing Zhu <zhsj@debian.org> Tue, 14 Jun 2022 04:07:46 +0800
golang-github-urfave-cli (1.22.5-3) unstable; urgency=medium
* Team upload.
* Fix reversed Got/Expected in expectFileContent in docs_test.go
* Bump dependency golang-github-cpuguy83-go-md2man-v2-dev to (>= 2.0.1)
Also fix test expectation for man contents: dash and underscore
are no longer escaped with backslash in go-md2man v2.0.1 (Fixes FTBFS)
* Use dh-sequence-golang instead of dh-golang and --with=golang
* Mark library package with "Multi-Arch: foreign"
* Reorder fields in debian/control and debian/copyright
as would be generated in the next dh-make-golang release after 0.6.0-1
* debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
-- Anthony Fok <foka@debian.org> Sun, 02 Jan 2022 22:05:40 -0700
golang-github-urfave-cli (1.22.5-2) unstable; urgency=medium
* Team upload.
* Add Breaks on golang-github-mendersoftware-mender-artifact-dev (<< 3.4.0-2)
mender-artifact 3.4.0-1 FTBFS with urfave/cli 1.22.5
-- Shengjing Zhu <zhsj@debian.org> Mon, 08 Nov 2021 22:31:49 +0800
golang-github-urfave-cli (1.22.5-1) unstable; urgency=medium
* Team upload.
* New upstream version 1.22.5
* Drop patch which is applied in new version
* Skip test which fails on Go1.17 (Closes: #997563)
https://github.com/urfave/cli/issues/1298
* Update Section to golang
* Update Standards-Version to 4.6.0 (no changes)
-- Shengjing Zhu <zhsj@debian.org> Sun, 07 Nov 2021 22:14:50 +0800
golang-github-urfave-cli (1.22.4-2) unstable; urgency=medium
* Team upload.
* remove Depends: golang-github-burntsushi-toml-dev, golang-gopkg-yaml.v2-dev.
They are only used by altsrc, which we do not ship.
-- Drew Parsons <dparsons@debian.org> Tue, 06 Oct 2020 04:24:27 +0800
golang-github-urfave-cli (1.22.4-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* update debian/watch to only watch v1.
v2 is handled by the golang-github-urfave-cli-v2 package
* Depends: golang-github-cpuguy83-go-md2man-v2-dev.
- drop debian patch 0001-use-go-md2man-v1.patch.
* Depends: golang-github-burntsushi-toml-dev (>= 0.3.1),
golang-gopkg-yaml.v2-dev (>= 2.2.2),
* debhelper compatibility level 13.
-- Drew Parsons <dparsons@debian.org> Sat, 03 Oct 2020 17:24:38 +0800
golang-github-urfave-cli (1.22.2-4) unstable; urgency=medium
* Team upload.
* Backport upstream patch to fix zsh autocomplete
-- Shengjing Zhu <zhsj@debian.org> Thu, 13 Feb 2020 22:32:39 +0800
golang-github-urfave-cli (1.22.2-3) unstable; urgency=medium
* Team upload.
* Include autocomplete scripts in dev package
* Update Standards-Version to 4.5.0 (no changes)
* Fix altsrc exclusion
-- Shengjing Zhu <zhsj@debian.org> Sun, 09 Feb 2020 23:19:19 +0800
golang-github-urfave-cli (1.22.2-2) unstable; urgency=medium
* Team upload.
* Update patch using go-md2man v1 to fix manpage format
-- Shengjing Zhu <zhsj@debian.org> Fri, 17 Jan 2020 01:07:51 +0800
golang-github-urfave-cli (1.22.2-1) unstable; urgency=medium
[ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
[ Dmitry Smirnov ]
* Testsuite: autopkgtest-pkg-go
* Standards-Version: 4.4.1
* DH & compat to version 12.
[ Shengjing Zhu ]
* Team upload.
* New upstream release 1.22.2
* Update team address to team+pkg-go@tracker.debian.org
* Add Rules-Requires-Root
* Use debhelper-compat syntax
* Add golang-github-cpuguy83-go-md2man-dev to Build-Depends
* Add patch to use go-md2man v1
-- Shengjing Zhu <zhsj@debian.org> Sat, 04 Jan 2020 15:43:54 +0800
golang-github-urfave-cli (1.20.0-1) unstable; urgency=medium
* Team upload.
* Imported Upstream version 1.20.0
* Remove golang-github-burntsushi-toml-dev from Build-Depends
* Update d/copyright
* Downgrade package priority to optional
* Update Standards-Version to 4.1.0
-- Dr. Tobias Quathamer <toddy@debian.org> Tue, 29 Aug 2017 14:05:54 +0200
golang-github-urfave-cli (1.19.1+git20170625.52.b892ba3-1) unstable; urgency=medium
* Team upload.
* New upstream snapshot, fixing test failure. Closes: #865808
* Update to Standards-Version 4.0.0
- Use HTTPS URL for d/copyright
-- Dr. Tobias Quathamer <toddy@debian.org> Sun, 02 Jul 2017 12:11:50 +0200
golang-github-urfave-cli (1.19.1-1) unstable; urgency=medium
* Team upload.
* New upstream snapshot.
* Add golang-github-burntsushi-toml-dev B-D.
-- Tim Potter <tpot@hpe.com> Mon, 30 Jan 2017 12:46:45 +1100
golang-github-urfave-cli (1.18.1-1~bpo8+1) jessie-backports; urgency=medium
* Rebuild for jessie-backports.
* debian/control:
- Use dh-golang in jessie-backports (1.19).
-- Roger Shimizu <rogershimizu@gmail.com> Sat, 08 Jul 2017 01:25:27 +0900
golang-github-urfave-cli (1.18.1-1) unstable; urgency=medium
* Team upload.
* Imported Upstream version 1.18.1
* Use debhelper v10
* Use golang-any instead of golang-go
-- Dr. Tobias Quathamer <toddy@debian.org> Mon, 14 Nov 2016 14:35:45 +0100
golang-github-urfave-cli (1.18.0-1) unstable; urgency=medium
* Initial release (Closes: #829459).
-- Dmitry Smirnov <onlyjob@debian.org> Mon, 04 Jul 2016 00:25:48 +1000
|