* New upstream version 0.0~git20211216.1d35b9e
* Reorder fields in debian/control and debian/copyright
as would be generated in the next dh-make-golang release after 0.6.0-1
* Use dh-sequence-golang instead of dh-golang and --with=golang
* Team upload
* New upstream snapshot
* Update Standards-Version to 4.6.0 (no changes)
* New upstream version 0.0~git20210806.e5e7981
* Remove 04-add-linux-ppc-support-for-use-with-gccgo.patch
which was previously cherry-picked from upstream
* Team upload
* New upstream snapshot
* Update Section to golang
* Update Standards-Version to 4.5.1 (no changes)
* Drop all mips hacks.
The GOARCH issue on gccgo and mips has been fixed since gcc-8
https://github.com/gcc-mirror/gcc/commit/1701a9d8f0ca4153bbf3cf75487c6a14606e5121
* New upstream version 0.0~git20201223.0d417f6
* Refresh debian/patches/01-Fix-mips-build-issues.patch
* Add 04-add-linux-ppc-support-for-use-with-gccgo.patch
from https://go-review.googlesource.com/c/sys/+/262517
for powerpc architecture support
[ Helmut Grohne ]
* Mark golang-golang-x-sys-dev Multi-Arch: foreign. (Closes: #960255)
[ Anthony Fok ]
* New upstream version 0.0~git20201101.da20708
* Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
* New upstream version 0.0~git20200523.0598657
* New upstream version 0.0~git20200219.cb0a6d8
* Update debhelper to "Build-Depends: debhelper-compat (= 12)"
* debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
* Bump Standards-Version to 4.5.0 (no change)
* Add "Rules-Requires-Root: no" to debian/control
* Allow minor number of /dev/random to mismatch in TestDevices
as some autobuilders have /dev/random linked to /dev/urandom.
Thanks to Santiago Vila <sanvila@debian.org> for providing an
initial patch. (Closes: #907191)
* Skip TestOpenByHandleAt if openMountByID fails to prevent FTBFS under
pbuilder. Thanks to Gianfranco Costamagna <locutusofborg@debian.org>
for providing an initial patch. (Closes: #935935)
* New upstream version 0.0~git20190726.fc99dfb
* Update debian/watch to version=4
* Change Build-Depends: debhelper (>= 11) to (>= 11~)
* Refresh 01-Fix-mips-build-issues.patch
* Revert to upstream version 0.0~git20190412.9773273 now that Debian 10
"buster" is released. See https://bugs.debian.org/928227 for background
information.
* Bump Standards-Version to 4.4.0 (no change)
* Team upload.
* Revert all changes between 0.0~git20181228.9a3f9b0-1
and 0.0~git20190412.9773273-1, resulting in an absurd version number.
See https://bugs.debian.org/928227 for a rationale.
* New upstream version 0.0~git20190412.9773273
* New upstream version 0.0~git20181228.9a3f9b0
* Bump Standards-Version to 4.3.0 (no change)
* New upstream version 0.0~git20181220.97b4c2a
* Update Maintainer email to team+pkg-go@tracker.debian.org
* Team upload.
[ Felix Lechner ]
* Set Standards-Version: 4.2.1
* Expand long package description.
* Add watch file.
[ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
[ Anthony Fok ]
* New upstream version 0.0~git20180510.7dfd129
* Apply "cme fix dpkg" fixes to debian/control.
Bumping Standards-Version to 4.1.4
* New upstream bugfix version:
- unix: skip SchedAffinity test on single CPU system
(by Michael Hudson-Doyle, fixes e.g. Ubuntu Autopkgtest on ARM64)
- unix: fix nil pointer dereference in Select on linux/{arm64,mips64x}
(by Tobias Klauser)
* New upstream version, which has gccgo redeclared *SyscallNoError
functions moved to a separate file and avoids build error with gccgo-8.
Many thanks to Shengjing Zhu for the detailed report. (Closes: #891894)
[ Felix Lechner ]
* New upstream version
* Set Build-Depends: debhelper (>= 11)
* Set compat to 11
* Set Standards-Version: 4.1.3
* Put a sane end to the mips* build issues. Closes: 872402, 878771.
Note that for older versions of gccgo and mips/mipsel, you still need to
manually add build tags (mips & mipsle, respectively).
* Various automatic cme fixes.
* New upstream snapshot.
* Remove 0001-Support_mips64el.patch
because the Dup2 syscall has been added upstream in May 2017.
See "unix: add missing dup2 syscall on mips64*"
at https://go-review.googlesource.com/43430 and
at https://github.com/golang/sys/commit/6b70689.
* Fix the build on mips, mipsel and mips64el
as a continuation of the effort that Martín Ferrari started,
see https://github.com/golang/go/issues/18031.
Due to the current minimal code change to golang.org/x/sys/unix,
and to ensure the bool isBigEndian is set correctly, please run
gccgo with "-tags mips", "-tags mipsle" or "-tags mips64le"
as appropriate.
* Use debhelper (>= 10).
* Add "Testsuite: autopkgtest-pkg-go" to debian/control.
[ Martín Ferrari ]
* Add versioned dependency on golang 1.4, as 1.3 is missing textflag.h.
[ Anthony Fok ]
* New upstream snapshot.
* Bump Standards-Version to 4.0.0:
Use https form of the copyright-format URL in debian/copyright.
* New upstream release.
* Fix the build on mips64el. Support for mips/mipsel/alpha is still missing.
https://github.com/golang/go/issues/18031
* debian/changelog: Make Source point to the github repository.
* New upstream release. Closes: #840423.
* Do not include plan9 and windows packages that are not relevant to Debian.
In particular, the plan9 package makes builds fail when using gccgo.
* New upstream version.
* New upstream release. Closes: #828089.
* debian/control:
- Depend on recent dh-golang.
- Remove unneeded Built-Using field.
* debian/rules: use new dh-golang features to simplify rules.
* New upstream import
* Change golang-go to golang-any in Build-Depends and Depends
so gccgo may be used where golang-go is unavailable.
[ Martín Ferrari ]
* Depend and build-depend on golang 1.4, as it fails to build with older
versions.
* Require dh-golang 1.10, for XS-Go-Import-Path.
* Don't fail if a file to clean is not present.
[ Michael Hudson-Doyle ]
* New upstream import.
* New upstream import, which fixes issues with inotify in ppc64*.
* Add myself to Uploaders.
* Clean more unneeded files from package.
* Update debian/control
- Bump Standards-Version to 3.9.8
- Use https URLs for Vcs-Browser and Vcs-Git
- Add XS-Go-Import-Path field
- Remove dependency on golang-go
- Add myself to Uploaders
* Imported Upstream version 0.0~git20160415.0.f64b50f
* Initial release (Closes: #788909)