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
|
dh-golang (1.19) unstable; urgency=medium
* Team upload.
[ Paul Tagliamonte ]
* Use a secure transport for the Vcs-Git and Vcs-Browser URL
[ Dmitry Smirnov ]
* Perlcritic corrections for "Glob written as <...>".
* Avoid linking pre-installed DH_GOPKG package to itself (Closes: #827226).
* Respect "--parallel" and "--max-parallel" options (Closes: #829302).
-- Dmitry Smirnov <onlyjob@debian.org> Thu, 14 Jul 2016 15:07:49 +1000
dh-golang (1.18) unstable; urgency=medium
* Team upload.
* Yet another corner case in dh_golang, this one only shows up with gccgo.
(Closes: 823136)
* Pass a go file, not a directory, to dpkg-search in dh_golang so that only
one package is returned. (Closes: 827219)
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Wed, 15 Jun 2016 18:56:39 +1000
dh-golang (1.17) unstable; urgency=medium
* Team upload.
* Move dh-golang to the pkg-go team repository.
- Update Maintainer and Uploaders.
- Update Vcs-* fields.
* Update Standards-Version with no changes.
* Export DH_GOLANG_INSTALL_EXTRA with a list of space-separated paths to
copy to the build dir, for tests and other files not automatically
installed.
* Add --no-source and --no-binaries options to install target.
* Display a debug message when copying files to the build tree.
-- Martín Ferrari <tincho@debian.org> Mon, 16 May 2016 01:08:06 +0100
dh-golang (1.16) unstable; urgency=medium
[ Michael Hudson-Doyle ]
* Make dh_golang more robust:
- Initialize the buildsystem more correctly, so --builddirectory=_build
works (Closes: 821350)
- Exit with an error if any of the 'go list' or 'dpkg-search' commands
fail.
- Quote the current working directory in the regexp used to filter out
files from the build directory.
- Store package / directory lists in files and use xargs to avoid
constructing over-long command lines.
* Also trim dh_golang's use statements.
-- Michael Stapelberg <stapelberg@debian.org> Thu, 21 Apr 2016 09:38:34 +0200
dh-golang (1.15) unstable; urgency=medium
[ Michael Hudson-Doyle ]
* Restore setting of GOPATH during build removed by mistake in 1.14.
(Closes: #821000)
-- Michael Stapelberg <stapelberg@debian.org> Fri, 15 Apr 2016 08:50:49 +0200
dh-golang (1.14) unstable; urgency=medium
[ Michael Hudson-Doyle ]
* Compute Built-Using with go list, not Build-Depends (Closes: #819473)
-- Michael Stapelberg <stapelberg@debian.org> Thu, 14 Apr 2016 09:11:54 +0200
dh-golang (1.13) unstable; urgency=medium
[ Stephen Gelman ]
* Set build_dep to 1 to support the “native” architecture (Closes: #819596)
-- Michael Stapelberg <stapelberg@debian.org> Thu, 14 Apr 2016 08:51:20 +0200
dh-golang (1.12) unstable; urgency=medium
[ Hilko Bengen ]
* Make dh-golang work with older dpkg versions (Closes: #794956)
-- Michael Stapelberg <stapelberg@debian.org> Mon, 10 Aug 2015 19:46:17 +0200
dh-golang (1.11) unstable; urgency=medium
* Only call go generate if DH_GOLANG_GO_GENERATE == 1 (Closes: #794815)
-- Michael Stapelberg <stapelberg@debian.org> Fri, 07 Aug 2015 09:47:50 +0200
dh-golang (1.10) unstable; urgency=medium
* If DH_GOPKG is not set in debian/rules, use XS-Go-Import-Path from
debian/control. If this works out well, this will become the encouraged
mechanism. The advantage is that it is easier to parse this field for
other automation that deals with Go packaging.
-- Michael Stapelberg <stapelberg@debian.org> Thu, 06 Aug 2015 22:26:55 +0200
dh-golang (1.9) unstable; urgency=medium
* Also install .{c,h,proto,s} files by default.
-- Michael Stapelberg <stapelberg@debian.org> Mon, 03 Aug 2015 21:44:51 +0200
dh-golang (1.8) unstable; urgency=medium
* Correctly parse Build-Depends when they contain an OR.
* Relicense under GPL-2+ due to having copied a large chunk of GPL-2+ code
into dh_golang(1).
-- Michael Stapelberg <stapelberg@debian.org> Sun, 26 Jul 2015 19:25:48 +0200
dh-golang (1.7) unstable; urgency=medium
* Call go generate (introduced with Go 1.4) when building packages.
* Bump Standards-Version to 3.9.6 (no changes necessary)
-- Michael Stapelberg <stapelberg@debian.org> Sat, 25 Jul 2015 12:41:44 +0200
dh-golang (1.6) unstable; urgency=low
[ Michael Stapelberg ]
* In debian/rules, export DH_GOLANG_BUILDPKG to overwrite "${DH_GOPKG}/..."
in the go install and go test commands. This can be used to avoid
recursing into subpackages or to specify just one specific part of the
package that should be built and installed.
* In debian/rules, export DH_GOLANG_EXCLUDES (containing a space-separated
list of perl regular expressions) to filter targets, e.g.:
export DH_GOLANG_EXCLUDES := github.com/coreos/etcd/third_party
(Closes: #721496)
[ Alessandro Ghedini ]
* Enable debian/control comment stripping (Closes: #734785)
-- Michael Stapelberg <stapelberg@debian.org> Tue, 29 Jul 2014 09:59:18 +0200
dh-golang (1.5) unstable; urgency=low
* Fix a bug introduce in 1.4 which lead to .go files not being installed
without DH_GOLANG_INSTALL_ALL=1 (Closes: #731991)
-- Michael Stapelberg <stapelberg@debian.org> Thu, 12 Dec 2013 10:46:36 +0100
dh-golang (1.4) unstable; urgency=low
* in debian/rules, export DH_GOLANG_INSTALL_ALL=1 to install all files into
the builddir, not just .go files. This may be necessary to include golden
files for testcases, but then you need to manually delete extra LICENSE
files and such.
-- Michael Stapelberg <stapelberg@debian.org> Mon, 02 Dec 2013 21:54:11 +0100
dh-golang (1.3) unstable; urgency=low
* Skip quilt’s .pc directories when copying the source code into the
builddir
-- Michael Stapelberg <stapelberg@debian.org> Tue, 24 Sep 2013 22:47:47 +0200
dh-golang (1.2) unstable; urgency=low
* Only copy bin/ if there actually are any binaries
-- Michael Stapelberg <stapelberg@debian.org> Thu, 05 Sep 2013 09:20:34 +0200
dh-golang (1.1) unstable; urgency=low
* Add dependency on dpkg >= 1.16.2 for the source: fields
* Install files into /usr/share/gocode/src/${DH_GOPKG} and /usr/bin/ by
default
-- Michael Stapelberg <stapelberg@debian.org> Tue, 30 Jul 2013 17:41:29 +0200
dh-golang (1.0) unstable; urgency=low
* Initial release (Closes: #718183)
-- Michael Stapelberg <stapelberg@debian.org> Sun, 28 Jul 2013 16:02:04 +0200
|