dh-golang 1.59 source package in Ubuntu

Changelog

dh-golang (1.59) unstable; urgency=medium

  [ Shengjing Zhu ]
  * Strip -fstack-protector-strong on all architectures.
    To align upstream settings.

  [ Guillem Jover ]
  * Use «grep -E» instead of obsolescent «egrep»
    Starting with grep 3.8, using egrep/fgrep causes obsolescence warnings
    to be emitted, as these commands are slated for removal in the near
    future.

  [ Anthony Fok ]
  * Check $bf->has_features("optimize") before $bf->get_features("optimize")
    as the new "optimize" area did not exist in libdpkg-perl (<< 1.21.0).
    This fixes the error "Can't use an undefined value as a HASH reference
    at /usr/share/perl5/Dpkg/BuildFlags.pm line 394." in bullseye-backports.

 -- Anthony Fok <email address hidden>  Sun, 25 Sep 2022 05:29:03 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-golang_1.59.dsc 1.7 KiB 4015e491583ce89b95eb86796fd52a934379760a24c5cbd7232966f080853d27
dh-golang_1.59.tar.xz 18.9 KiB dfee21466ae3cdb0a0a6b86c8434027670dc276a86d2a359d257dbcb768aa9fd

Available diffs

No changes file available.

Binary packages built by this source

dh-golang: debhelper add-on for packaging software written in Go (golang)

 dh-golang provides a debhelper sequence addon named 'golang', a buildsystem
 module named 'golang' and a command called dh_golang.
 .
 The golang debhelper buildsystem is designed to make packaging programs
 written in Go very simple.