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 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226
|
golang-github-alecthomas-chroma (0.8.2-3) unstable; urgency=high
* Source-only upload for migration to testing,
with urgency set to high hoping it would make it into bullseye. ;-)
-- Anthony Fok <foka@debian.org> Wed, 10 Feb 2021 22:43:36 -0700
golang-github-alecthomas-chroma (0.8.2-2) unstable; urgency=medium
* Rename binary package "chroma" to "golang-chroma"
to make way for the newly packaged "chroma" game which will likely be
a lot more popular than this tool.
-- Anthony Fok <foka@debian.org> Mon, 08 Feb 2021 20:34:23 -0700
golang-github-alecthomas-chroma (0.8.2-1) unstable; urgency=medium
* New upstream version 0.8.2
* debian/control: Change Section from devel to golang
* Bump Standards-Version to 4.5.1 (no change)
-- Anthony Fok <foka@debian.org> Wed, 02 Dec 2020 00:08:43 -0700
golang-github-alecthomas-chroma (0.8.1-2) unstable; urgency=medium
* Remove dependency on golang-gopkg-alecthomas-kingpin.v3-unstable-dev
as Go ignores underscore-prefixed directories like _tools/
which is the only place where the unreleased kingpin.v3 is imported.
-- Anthony Fok <foka@debian.org> Fri, 23 Oct 2020 04:00:25 -0600
golang-github-alecthomas-chroma (0.8.1-1) unstable; urgency=medium
* New upstream version 0.8.1
-- Anthony Fok <foka@debian.org> Mon, 19 Oct 2020 19:24:19 -0600
golang-github-alecthomas-chroma (0.8.0-1) unstable; urgency=medium
[ Debian Janitor ]
* Trim trailing whitespace.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Anthony Fok ]
* New upstream version 0.8.0
* Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
-- Anthony Fok <foka@debian.org> Fri, 18 Sep 2020 13:14:13 -0600
golang-github-alecthomas-chroma (0.7.3-1) unstable; urgency=medium
* New upstream version 0.7.3
* Update versioned dependencies as per go.mod
-- Anthony Fok <foka@debian.org> Mon, 25 May 2020 20:22:37 -0600
golang-github-alecthomas-chroma (0.7.2-1) unstable; urgency=medium
* New upstream version 0.7.2
-- Anthony Fok <foka@debian.org> Sat, 25 Apr 2020 20:20:46 -0600
golang-github-alecthomas-chroma (0.7.1-1) unstable; urgency=medium
* New upstream version 0.7.1
* debian/control, debian/rules: Build cmd/chromad too
* Use golang-rice to append resources to chromad
* Remove 0001-Remove-MS-Windows-specific-code.patch
as golang-github-mattn-go-colorable-dev now exists in Debian
-- Anthony Fok <foka@debian.org> Mon, 17 Feb 2020 05:36:14 -0700
golang-github-alecthomas-chroma (0.7.0-1) unstable; urgency=medium
* New upstream version 0.7.0
* debian/watch: Update filenamemangle to match source package name
* Bump Standards-Version to 4.5.0 (no change)
-- Anthony Fok <foka@debian.org> Sat, 15 Feb 2020 17:29:35 -0700
golang-github-alecthomas-chroma (0.6.8-1) unstable; urgency=medium
* New upstream version 0.6.8
* Bump Standards-Version to 4.4.1 (no change)
* Add "Rules-Requires-Root: no" to debian/control
* debian/control: Add new dependencies according to go.mod
* debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
* debian/rules: Set DH_GOLANG_EXCLUDES to cmd/chromad
while we wait for its new dependencies to enter Debian
-- Anthony Fok <foka@debian.org> Tue, 03 Dec 2019 08:28:22 -0700
golang-github-alecthomas-chroma (0.6.4-2) unstable; urgency=medium
* Bump debhelper dependency to "Build-Depends: debhelper-compat (= 12)"
* Remove DH_GOLANG_INSTALL_EXTRA from debian/rules as testdata/
content is automatically installed by dh-golang (>= 1.31~)
-- Anthony Fok <foka@debian.org> Sun, 11 Aug 2019 04:06:14 -0600
golang-github-alecthomas-chroma (0.6.4-1) unstable; urgency=medium
* New upstream version 0.6.4
-- Anthony Fok <foka@debian.org> Sat, 27 Jul 2019 02:22:03 -0600
golang-github-alecthomas-chroma (0.6.3+really0.6.3-1) unstable; urgency=medium
* Revert to upstream version 0.6.3 now that Debian 10 "buster" is released.
See https://bugs.debian.org/928227 for a rationale.
* Bump Standards-Version to 4.4.0 (no change)
-- Anthony Fok <foka@debian.org> Wed, 10 Jul 2019 15:16:03 -0600
golang-github-alecthomas-chroma (0.6.3+really0.6.2-1) unstable; urgency=medium
* Revert all changes between 0.6.3-1 and 0.6.2-1.
See https://bugs.debian.org/928227 for a rationale.
-- Dr. Tobias Quathamer <toddy@debian.org> Sat, 01 Jun 2019 22:27:18 +0200
golang-github-alecthomas-chroma (0.6.3-1) unstable; urgency=medium
* New upstream version 0.6.3
* Refresh 0001-Remove-MS-Windows-specific-code.patch
-- Anthony Fok <foka@debian.org> Sun, 14 Apr 2019 05:07:42 -0600
golang-github-alecthomas-chroma (0.6.2-1) unstable; urgency=medium
* New upstream version 0.6.2
* Add dependency on golang-github-alecthomas-kong-dev
* Refresh 0001-Remove-MS-Windows-specific-code.patch
* Remove unnecessary Files-Excluded line in debian/copyright
* Bump Standards-Version to 4.3.0 (no change)
-- Anthony Fok <foka@debian.org> Fri, 01 Feb 2019 11:06:45 -0700
golang-github-alecthomas-chroma (0.6.0-1) unstable; urgency=medium
[ Anthony Fok ]
* Bump Standards-Version to 4.2.0 (no change)
[ Dr. Tobias Quathamer ]
* New upstream version 0.6.0
- Refresh patch
* Update team name and address
* Update to Standards-Version 4.2.1
-- Dr. Tobias Quathamer <toddy@debian.org> Tue, 18 Dec 2018 13:10:58 +0100
golang-github-alecthomas-chroma (0.5.0-1) unstable; urgency=medium
* New upstream version 0.5.0
-- Dr. Tobias Quathamer <toddy@debian.org> Thu, 16 Aug 2018 11:19:34 +0200
golang-github-alecthomas-chroma (0.4.0+git20180731.3fb10fb-1) unstable; urgency=medium
* New upstream version 0.4.0+git20180731.3fb10fb
* Bump Standards-Version to 4.1.5 (no change)
-- Anthony Fok <foka@debian.org> Wed, 01 Aug 2018 07:24:15 -0600
golang-github-alecthomas-chroma (0.4.0+git20180612.d7b2ed2-1) unstable; urgency=medium
* New upstream version 0.4.0+git20180612.d7b2ed2
* Apply "cme fix dpkg" fixes to debian/control,
bumping Standards-Version to 4.1.4 (no change)
-- Anthony Fok <foka@debian.org> Tue, 12 Jun 2018 07:11:09 -0600
golang-github-alecthomas-chroma (0.4.0+git20180402.51d250f-1) unstable; urgency=medium
[ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
[ Anthony Fok ]
* New upstream version 0.4.0+git20180402.51d250f
-- Anthony Fok <foka@debian.org> Mon, 02 Apr 2018 22:42:04 -0600
golang-github-alecthomas-chroma (0.4.0-1) unstable; urgency=medium
* New upstream version 0.4.0
* Refresh patch
* Update d/copyright
-- Dr. Tobias Quathamer <toddy@debian.org> Thu, 22 Mar 2018 21:46:00 +0100
golang-github-alecthomas-chroma (0.3.0-1) unstable; urgency=medium
* New upstream version 0.3.0
* Use debhelper (>= 11)
-- Anthony Fok <foka@debian.org> Thu, 01 Mar 2018 22:43:01 -0700
golang-github-alecthomas-chroma (0.2.1-1) unstable; urgency=medium
* New upstream version 0.2.1
* debian/rules: Install lexers/testdata (new in 0.2.1)
* Bump Standards-Versions from 4.1.1 to 4.1.3 (no change)
-- Anthony Fok <foka@debian.org> Sat, 03 Feb 2018 22:44:55 -0700
golang-github-alecthomas-chroma (0.2.0-1) unstable; urgency=medium
* New upstream version 0.2.0
* Enable parallel building again, it's not causing the FTBFS on gccgo
architectures.
-- Dr. Tobias Quathamer <toddy@debian.org> Mon, 27 Nov 2017 23:05:31 +0100
golang-github-alecthomas-chroma (0.1.1+git20171116.9c81d25-2) unstable; urgency=medium
* Do not build parallel to try to fix FTBFS on architectures using gccgo.
(Closes: #882450)
-- Dr. Tobias Quathamer <toddy@debian.org> Thu, 23 Nov 2017 13:47:54 +0100
golang-github-alecthomas-chroma (0.1.1+git20171116.9c81d25-1) unstable; urgency=medium
* Initial release (Closes: #879749)
-- Dr. Tobias Quathamer <toddy@debian.org> Tue, 21 Nov 2017 13:33:22 +0100
|