[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted dh-golang 1.58~bpo11+1 (source all) into bullseye-backports



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 22 Sep 2022 02:28:32 -0600
Source: dh-golang
Binary: dh-golang
Architecture: source all
Version: 1.58~bpo11+1
Distribution: bullseye-backports
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed-By: Anthony Fok <foka@debian.org>
Description:
 dh-golang  - debhelper add-on for packaging software written in Go (golang)
Closes: 921284 1016777
Changes:
 dh-golang (1.58~bpo11+1) bullseye-backports; urgency=medium
 .
   * Rebuild for bullseye-backports.
 .
 dh-golang (1.58) unstable; urgency=medium
 .
   * Team upload.
   * Disable dh_dwz.
     With golang/1.19, all packages FTBFS with:
     Found compressed .debug_abbrev section, not attempting dwz compression
 .
 dh-golang (1.57) unstable; urgency=medium
 .
   * Team upload.
   * Ensure lto optimize option is removed when setting CGO flags.
     Updates #1013102
   * Strip -fstack-protector-strong in CGO flags on i386 (Closes: #1016777)
 .
 dh-golang (1.56) unstable; urgency=medium
 .
   * Move the version constraint (>= 1.21.3~) from dpkg to libdpkg-perl.
     Thanks to Guillem Jover who noted on 2022-04-03 that "as otherwise the
     [Static-Built-Using] field will be warned about and will not have the
     desired export semantics applied."
   * Bump Standards-Version to 4.6.1 (no change)
 .
 dh-golang (1.55) unstable; urgency=medium
 .
   [ Dan Bungert ]
   * override_dh_auto_configure: remove symlinks
     cp -a is being used to get a local copy of source, but we may already
     have a partial copy locally, with symlinks.  cp -a isn't able to cope
     with symlinks that point to what we're trying to copy in.  Remove those
     symlinks, since we're about to replace them with non-linked copies.
 .
   [ Anthony Fok ]
   * Change Section from devel to golang
   * dh_golang: Transition to misc:Static-Built-Using substvar, but continue
     to emit misc:Built-Using for backward compatibility during transition.
     Add "Depends: dpkg (>= 1.21.3~)" for Static-Built-Using field support.
     (Closes: #921284)
 .
 dh-golang (1.54) unstable; urgency=medium
 .
   [ Martina Ferrari ]
   * Update my name and email address.
 .
   [ Anthony Fok ]
   * Buildsystem::golang: Derive Go minor version from GCC major version
     in case of gccgo pre-release that returns "go version unknown".
     Fixes "Use of uninitialized value $_go1_minor in numeric ge (>=)" error
   * script/dh_golang: Detect gccgo with "go env GOTOOLDIR"
     Fixes "error calling index: index out of range: 0" with the current
     pre-release gccgo-12 that gives "go version unknown" (See #907263)
 .
 dh-golang (1.53) unstable; urgency=medium
 .
   [ Guillem Jover ]
   * Add reference to Debian::Debhelper::Buildsystem::golang(1) to SEE ALSO.
     Most of the machinery documentation is provided in the build system
     module, and it's non-obvious when checking the dh_golang(1) man page.
 .
   [ Anthony Fok ]
   * Debian::Debhelper::Buildsystem::golang: Fix logic in
     "no non-test Go files" path removal.
     According to https://perldoc.perl.org/perlsyn#Foreach-Loops:
         If any part of LIST is an array, foreach will get very confused
         if you add or remove elements within the loop body, for example
         with splice. So don't do that.
     Well, I was ignorant and did just that to @targets (removing elements
     with grep) in get_targets, causing some elements to be skipped, and
     this bug finally manifests itself with golang-google-api/0.61.0-1
     where there are two consecutive paths with no non-test Go files.
 .
 dh-golang (1.52) unstable; urgency=medium
 .
   * Team upload.
   * Debhelper::Buildsystem::golang: Use qw instead of quotes.
   * Enable warnings in perl code.
   * Use modern parent instead of base module.
   * example: Comment DH_VERBOSE by default.
   * Update documentation and example about the sequencer usage.
   * Debhelper::Buildsystem::golang: Add auto-detection support.
   * Debhelper::Buildsystem::golang: Auto-detect using more dependency manager
     files.
   * Add gitignore files.
   * Debhelper::Buildsystem::golang: Change default build directory to _build.
   * Debhelper::Buildsystem::golang: Do not try to parse missing
     XS-Go-Import-Path.
   * Debhelper::Buildsystem::golang, example: Update dh usage documentation.
   * Debian::Debhelper::Buildsystem::golang: Ignore '.' in find() on configure.
   * Bump Standards-Version to 4.6.0 (no changes needed).
Checksums-Sha1:
 ce4a3e8161048c6ed73dfb0a172286932f15acb9 1800 dh-golang_1.58~bpo11+1.dsc
 7ece4fa6540a6e25b9771165736f861fac02f140 19180 dh-golang_1.58~bpo11+1.tar.xz
 710648c18de922ae5a8847702377fee7f3d52f21 27548 dh-golang_1.58~bpo11+1_all.deb
 f6dda0dfc6ffaaa145ff2159295c31884d7d396a 6200 dh-golang_1.58~bpo11+1_amd64.buildinfo
Checksums-Sha256:
 bbee8b5c452a4324c6b61a2e14185e323428df5f0aec113c9869ad9d3bff3b5a 1800 dh-golang_1.58~bpo11+1.dsc
 e932e9de7f265df8e412eed2429a4d3bcbbfb3843349225f2bc1c7255422e12a 19180 dh-golang_1.58~bpo11+1.tar.xz
 3b3a9cce053c70042dbe4d4c749207bd7b17c7f5ddd9910b20d301afd22ea9c9 27548 dh-golang_1.58~bpo11+1_all.deb
 d1d6c6c36a1d593b2fcb043d27dc065d152830dcd336a0c7655403e29f8b4899 6200 dh-golang_1.58~bpo11+1_amd64.buildinfo
Files:
 567eaa20a2c79738533323ad8054889e 1800 golang optional dh-golang_1.58~bpo11+1.dsc
 ce55b4ed4836edcb039bce4b4545d313 19180 golang optional dh-golang_1.58~bpo11+1.tar.xz
 8a83c6c2bd3dd5d569c1366d2d622a2f 27548 golang optional dh-golang_1.58~bpo11+1_all.deb
 329342c30e4b541617df265a4b0a84ea 6200 golang optional dh-golang_1.58~bpo11+1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEEFCQhsZrUqVmW+VBy6iUAtBLFms8FAmMsHOcQHGZva2FAZGVi
aWFuLm9yZwAKCRDqJQC0EsWaz+t2EACt8fE+WOTrOHpoNDn6/LYLziHHXDbZqvHm
Bz80nJG6IJQKcEOo3RtpAZYnkFX6XltI5oYib36ARCyYyfibe9llhu8mSn3Ik4DC
R5nxwDKFcH2vI0vx47X1bzhQeAT1WkKfcJimxJyNRxKx6p8+VE6WaJlVOg88pg25
r79VNRaw3os3YTZ70WsC5X5OHtDs4dn4E09ByiQAkxzkgwlXz7jC6DXkdKVyzArq
uln21CSr5Qd/KFMY9dAFfkLmQWrOp+iA9ZjF9uw0jzgEU6SaJjAO2NRXEnrDYQCL
7f3EvfwM2BuKgBe1yKpZoFJ64HvGbNNGQOGHRfkyBtz6cNOzn15uaaRqR4FLUKKV
KfLyQF4uzRmCoUbpHnA/eRcBRgNMbImdBPYbzTsnbIB+OMh2Qt0Mskar6TbRtie7
Ts62vDuw8PMCgl77ow562JmhZSZXLn2EOm0GDooBdJhr2eti+kspyvyYa4rZvvot
DEFWUwfpYVNh2F8i7VopNDNzyVhjJ7YOC+vXSbxSa9M2KE+kRXA9smWltQJPD5Sc
ACmwGczx4aoYAjpq2mjaCR3pdxXslY799wjw+tl/q0G8B1hM/caCg+Z05RvtYU0u
XNAlsRPBNej2BzbaukCAFPiW9U4oVZmvxRqNBywlvjHhCWm6SD49oH+ZcIpkbXjE
u/o6ouvHeQ==
=ebFm
-----END PGP SIGNATURE-----


Reply to: