| 12
 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
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 
 | golang-golang-x-sys (0.0~git20210124.22da62e-1) unstable; urgency=medium
  * 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
 -- Shengjing Zhu <zhsj@debian.org>  Wed, 27 Jan 2021 02:29:03 +0800
golang-golang-x-sys (0.0~git20201223.0d417f6-1) unstable; urgency=medium
  * New upstream version 0.0~git20201223.0d417f6
  * Refresh debian/patches/01-Fix-mips-build-issues.patch
 -- Anthony Fok <foka@debian.org>  Thu, 31 Dec 2020 03:58:17 -0700
golang-golang-x-sys (0.0~git20201101.da20708-2) unstable; urgency=medium
  * Add 04-add-linux-ppc-support-for-use-with-gccgo.patch
    from https://go-review.googlesource.com/c/sys/+/262517
    for powerpc architecture support
 -- Anthony Fok <foka@debian.org>  Fri, 13 Nov 2020 05:22:29 -0700
golang-golang-x-sys (0.0~git20201101.da20708-1) unstable; urgency=medium
  [ 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)"
 -- Anthony Fok <foka@debian.org>  Thu, 05 Nov 2020 01:25:40 -0700
golang-golang-x-sys (0.0~git20200523.0598657-1) unstable; urgency=medium
  * New upstream version 0.0~git20200523.0598657
 -- Anthony Fok <foka@debian.org>  Mon, 25 May 2020 20:11:26 -0600
golang-golang-x-sys (0.0~git20200219.cb0a6d8-1) unstable; urgency=medium
  * 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)
 -- Anthony Fok <foka@debian.org>  Fri, 21 Feb 2020 12:08:47 -0700
golang-golang-x-sys (0.0~git20190726.fc99dfb-1) unstable; urgency=medium
  * 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
 -- Anthony Fok <foka@debian.org>  Sat, 27 Jul 2019 22:49:03 -0600
golang-golang-x-sys (0.0~git20190412.9773273+really0.0~git20190412.9773273-1) unstable; urgency=medium
  * 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)
 -- Anthony Fok <foka@debian.org>  Thu, 11 Jul 2019 18:49:18 -0600
golang-golang-x-sys (0.0~git20190412.9773273+really0.0~git20181228.9a3f9b0-1) unstable; urgency=medium
  * 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.
 -- Dr. Tobias Quathamer <toddy@debian.org>  Sun, 02 Jun 2019 22:39:17 +0200
golang-golang-x-sys (0.0~git20190412.9773273-1) unstable; urgency=medium
  * New upstream version 0.0~git20190412.9773273
 -- Anthony Fok <foka@debian.org>  Sun, 14 Apr 2019 03:43:01 -0600
golang-golang-x-sys (0.0~git20181228.9a3f9b0-1) unstable; urgency=medium
  * New upstream version 0.0~git20181228.9a3f9b0
  * Bump Standards-Version to 4.3.0 (no change)
 -- Anthony Fok <foka@debian.org>  Mon, 31 Dec 2018 02:40:44 -0700
golang-golang-x-sys (0.0~git20181220.97b4c2a-1) unstable; urgency=medium
  * New upstream version 0.0~git20181220.97b4c2a
  * Update Maintainer email to team+pkg-go@tracker.debian.org
 -- Anthony Fok <foka@debian.org>  Thu, 20 Dec 2018 10:29:44 -0700
golang-golang-x-sys (0.0~git20181026.95b1ffb-1) unstable; urgency=medium
  * Team upload.
  [ Felix Lechner ]
  * Set Standards-Version: 4.2.1
  * Expand long package description.
  * Add watch file.
 -- David Steele <steele@debian.org>  Sat, 03 Nov 2018 16:53:57 -0400
golang-golang-x-sys (0.0~git20180510.7dfd129-1) unstable; urgency=medium
  [ 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
 -- Anthony Fok <foka@debian.org>  Fri, 11 May 2018 06:20:17 -0600
golang-golang-x-sys (0.0~git20180308.349b81f-1) unstable; urgency=medium
  * 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)
 -- Anthony Fok <foka@debian.org>  Wed, 07 Mar 2018 20:24:42 -0700
golang-golang-x-sys (0.0~git20180224.f6cff07-1) unstable; urgency=medium
  * 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)
 -- Anthony Fok <foka@debian.org>  Thu, 01 Mar 2018 23:43:02 -0700
golang-golang-x-sys (0.0~git20180126.0.ff2a66f-1) unstable; urgency=medium
  [ Felix Lechner ]
  * New upstream version
  * Set Build-Depends: debhelper (>= 11)
  * Set compat to 11
  * Set Standards-Version: 4.1.3
 -- Felix Lechner <felix.lechner@lease-up.com>  Sun, 28 Jan 2018 07:56:17 -0800
golang-golang-x-sys (0.0~git20170727.0.35ef448-2) unstable; urgency=high
  * 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.
 -- Martín Ferrari <tincho@debian.org>  Wed, 25 Oct 2017 01:28:17 +0000
golang-golang-x-sys (0.0~git20170727.0.35ef448-1) unstable; urgency=medium
  * 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.
 -- Anthony Fok <foka@debian.org>  Thu, 27 Jul 2017 21:14:10 -0600
golang-golang-x-sys (0.0~git20170630.0.4ed4d40-1) unstable; urgency=medium
  [ 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.
 -- Anthony Fok <foka@debian.org>  Fri, 30 Jun 2017 11:27:35 -0600
golang-golang-x-sys (0.0~git20161122.0.30237cf-1) unstable; urgency=medium
  * 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.
 -- Martín Ferrari <tincho@debian.org>  Thu, 24 Nov 2016 09:26:11 +0000
golang-golang-x-sys (0.0~git20161017.0.002cbb5-1) unstable; urgency=medium
  * 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.
 -- Martín Ferrari <tincho@debian.org>  Thu, 20 Oct 2016 21:20:24 +0200
golang-golang-x-sys (0.0~git20161012.0.9bb9f09-1) unstable; urgency=medium
  * New upstream version.
 -- Anthony Fok <foka@debian.org>  Sun, 16 Oct 2016 05:17:34 -0600
golang-golang-x-sys (0.0~git20160704.0.a408501-1) unstable; urgency=medium
  * 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.
 -- Martín Ferrari <tincho@debian.org>  Mon, 04 Jul 2016 17:28:03 +0000
golang-golang-x-sys (0.0~git20160611.0.7f918dd-1) unstable; urgency=medium
  * New upstream import
  * Change golang-go to golang-any in Build-Depends and Depends
    so gccgo may be used where golang-go is unavailable.
 -- Anthony Fok <foka@debian.org>  Sun, 12 Jun 2016 08:36:33 -0600
golang-golang-x-sys (0.0~git20160517.0.d4feaf1-1) unstable; urgency=medium
  [ 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.
 -- Martín Ferrari <tincho@debian.org>  Thu, 19 May 2016 02:23:19 +0000
golang-golang-x-sys (0.0~git20160421.0.b776ec3-1) unstable; urgency=medium
  * New upstream import, which fixes issues with inotify in ppc64*.
  * Add myself to Uploaders.
  * Clean more unneeded files from package.
 -- Martín Ferrari <tincho@debian.org>  Sat, 30 Apr 2016 21:04:40 +0000
golang-golang-x-sys (0.0~git20160415.0.f64b50f-1) unstable; urgency=medium
  * 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
 -- Anthony Fok <foka@debian.org>  Wed, 20 Apr 2016 01:17:58 +0800
golang-golang-x-sys (0.0~git20150612-1) unstable; urgency=medium
  * Initial release (Closes: #788909)
 -- Michael Stapelberg <stapelberg@debian.org>  Tue, 16 Jun 2015 09:11:33 +0200
 |