Change log for dh-golang package in Ubuntu

150 of 50 results
Published in oracular-release
Published in noble-release
Published in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
dh-golang (1.62) unstable; urgency=medium

  * Team upload.
  * Don't capture verbose log when get builddir in autopkgtest.
    Regression by ffbfb830: Set GO_TEST_TIMEOUT_SCALE for slow architecture

 -- Shengjing Zhu <email address hidden>  Tue, 29 Aug 2023 11:04:48 +0800

Available diffs

Superseded in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
dh-golang (1.60) unstable; urgency=medium

  * Team upload.
  * Set GOTOOLCHAIN=local to prevent Go1.21+ downloading new version
  * Set GO_TEST_TIMEOUT_SCALE for slow architecture.
    Go1.21 removes arch-specific timeout scale heuristics.
    See https://github.com/golang/go/issues/57117
  * Avoid calling go command in global variable (Closes: #1021111)

 -- Shengjing Zhu <email address hidden>  Thu, 17 Aug 2023 17:37:47 +0800

Available diffs

Superseded in mantic-release
Published in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
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

Available diffs

Superseded in lunar-release
Obsolete in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
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

 -- Shengjing Zhu <email address hidden>  Sun, 07 Aug 2022 20:08:52 +0800

Available diffs

Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
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)

 -- Anthony Fok <email address hidden>  Mon, 30 May 2022 00:46:11 -0600

Available diffs

Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
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)

 -- Anthony Fok <email address hidden>  Sun, 03 Apr 2022 02:14:41 -0600

Available diffs

Superseded in kinetic-release
Published in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
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.

 -- Anthony Fok <email address hidden>  Thu, 16 Dec 2021 14:17:48 -0700
Superseded in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
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).

 -- Guillem Jover <email address hidden>  Wed, 24 Nov 2021 14:48:20 +0100

Available diffs

Superseded in jammy-release
Obsolete in impish-release
Obsolete in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
dh-golang (1.51) unstable; urgency=medium

  * Team upload.

  [ Guillem Jover ]
  * Provide a dh-sequence-golang virtual package.
    This will simplify the golang packaging by not needing to duplicate
    the same information in both the Build-Depends and debian/rules files.

 -- Shengjing Zhu <email address hidden>  Tue, 26 Jan 2021 00:26:48 +0800

Available diffs

Superseded in hirsute-release
Obsolete in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
dh-golang (1.49) unstable; urgency=medium

  * Team upload.
  * Since make-4.3, there is no longer an empty line before '# Files', making
    the awk-expression in dh_golang_autopkgtest not find the '/# File' pattern
    due to the empty record separator. This results in TARGETS being empty and
    autopkgtests failing. To fix, do not set the RS variable to empty, but
    append a "grep ." to the end of the pipe in order to clean up the empty
    lines. (Closes: 961755)

 -- Michael Banck <email address hidden>  Fri, 29 May 2020 12:07:20 +0200

Available diffs

Superseded in groovy-release
Published in focal-release
Deleted in focal-proposed (Reason: moved to Release)
dh-golang (1.48) unstable; urgency=medium

  * Prevent "no non-test Go files" error during build
    in case a target path contains only *_test.go files,
    e.g. golang.org/x/crypto/internal/wycheproof

 -- Anthony Fok <email address hidden>  Wed, 26 Feb 2020 13:28:21 -0700

Available diffs

Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
dh-golang (1.47) unstable; urgency=medium

  [ Shengjing Zhu ]
  * Skip empty pattern when check target lists (Closes: #952173)
    If the PATTERN evaluates to the empty string, the last
    successfully matched regular expression is used instead
    Thanks @lilydjwg

  [ Anthony Fok ]
  * Replace / / with ' ' as pattern in Perl split() calls,
    emulating awk’s behaviour such that leading whitespace and
    consecutive spaces do not become empty strings in the resulting list.
    This was the case with golang-gopkg-gorethink-gorethink.v3 when its
    DH_GOLANG_EXCLUDES created empty string patterns, such that
    "grep { !/$pattern/ } @targets" stripped the list empty and
    caused e.g. "go test" call to fail.  That FTBFS did not happen
    before dh-golang 1.46 as it was hidden by Perl 5’s peculiar feature:
    “If the PATTERN evaluates to the empty string,
    the last successfully matched regular expression is used instead.”
    See https://metacpan.org/pod/perlop#The-empty-pattern and
    https://github.com/Perl/perl5/issues/17577 for more. (Closes: #952173)
  * Warn in case an empty pattern is detected even if split(' ', ...)
    should have prevented it in the first place.  For future-proofing.

 -- Anthony Fok <email address hidden>  Mon, 24 Feb 2020 12:27:16 -0700

Available diffs

Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
dh-golang (1.46) unstable; urgency=medium

  [ Shengjing Zhu ]
  * Move all env setup to sub new
  * Move comparison of go minor version to subroutine
  * Set default CGO FLAGS to values from dpkg buildflags.
    This changes CGO FLAGS to:
    CGO_CFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security"
    CGO_CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2"
    CGO_CXXFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security"
    CGO_FFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong"
    CGO_LDFLAGS="-Wl,-z,relro"
    This makes the CGO FLAGS more consistent to the default one
    in Debian. (Closes: #951262)

  [ Anthony Fok ]
  * Allow user-defined GOPROXY="" to override GOPROXY=off
    so as to tell Go 1.13 to set GOPROXY to its default non-empty value.
  * Bump Standards-Version to 4.5.0 (no change)

 -- Anthony Fok <email address hidden>  Sun, 16 Feb 2020 18:58:28 -0700

Available diffs

Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
dh-golang (1.45) unstable; urgency=medium

  * Team upload.
  * Pass different trimpath arg for different go version (Closes: #948163)

 -- Shengjing Zhu <email address hidden>  Sun, 05 Jan 2020 04:25:18 +0800

Available diffs

Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
dh-golang (1.44) unstable; urgency=medium

  * Team upload.
  * Also export PKG_CONFIG for cross compiling. (Closes: #945479)
    Thanks Helmut Grohne
  * Fix reproducible build in go1.13, using -trimpath
    https://github.com/golang/go/issues/16860

 -- Shengjing Zhu <email address hidden>  Sat, 04 Jan 2020 21:29:47 +0800

Available diffs

Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
dh-golang (1.43) unstable; urgency=medium

  [ Helmut Grohne ]
  * Make dh-golang work with cross compiling. (Closes: #930176)
    + Set up cross environment variables GOOS, GOARCH and GOARM.
    + Set up a C compiler in CC.
    + Always use cgo (enabled by default for native builds).
    + Cross go install installs to GOPATH/bin/GOOS_GOARCH.
    + Mark dh-golang Multi-Arch: foreign.

  [ Anthony Fok ]
  * Correct Martina's name
  * Bump Standards-Version to 4.4.1 (no change)
  * Add debian/gbp.conf and switch master to debian/sid
    to conform with DEP-14

 -- Anthony Fok <email address hidden>  Fri, 22 Nov 2019 15:14:21 -0700

Available diffs

Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
dh-golang (1.42) unstable; urgency=medium

  [ Guillem Jover ]
  * Properly handle Go-Import-Path being a multi-line field.
    A multi-line field can start with a blank line after the field, we
    should cope with that. Such as in:
      Go-Import-Path:
       some-import-path,
       other-import-path,
  * Recommend building object files under _build/
    By default the build directory is arch-qualified, which means that we
    cannot easily ignore them in places like .gitignore. Use a well-known
    pathname for this.
  * Use Uploaders instead of Maintainers in debian/control example file
  * Wrap, sort, and add trailing commas to multi-line fields.
    Format fields in a way that minimizes diff output and that makes it
    easier to copy & paste or move lines around between fields:
     - Adding a trailing comma on the last entry makes appending new
       entries not affect the last one.
     - Sorting makes the contents easier to find and easier to avoid
       adding duplicates.
  * Switch to Standards-Version 4.4.0 in example/control
  * Switch to debhelper-compat (= 12) in example/control.
    This matches the main packaging, and gets rid of the requirement for
    the debian/compat file, which was not present in the example directory
    anyway.
  * Set Rules-Requires-Root to no
  * Remove boilerplate comment from debian/rules

  [ Dr. Tobias Quathamer ]
  * Add myself as uploader
  * Correct Martína's name

 -- Dr. Tobias Quathamer <email address hidden>  Sat, 07 Sep 2019 18:10:27 +0200

Available diffs

Superseded in focal-release
Obsolete in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
dh-golang (1.41) unstable; urgency=medium

  * Add "go clean -modcache" call before rmdir_builddir()
    to remove the unwritable directories under $GOPATH/pkg/mod

 -- Anthony Fok <email address hidden>  Sat, 03 Aug 2019 23:47:20 -0600

Available diffs

Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
dh-golang (1.40) unstable; urgency=medium

  * Set GOCACHE to a safely writable directory because the build cache is
    now required as of Go 1.12
  * Set GOPROXY=off to disallow network access
  * Apply "cme fix dpkg" fixes:
    - Update debhelper dependency to "Build-Depends: debhelper-compat (= 12)"
    - Bump Standards-Version to 4.4.0 (no change)
    - Remove unnecessary greater-than versioned dependency: dpkg (>= 1.16.2)
  * Add myself to the list of Uploaders

 -- Anthony Fok <email address hidden>  Sat, 03 Aug 2019 06:06:39 -0600

Available diffs

Published in trusty-security
Published in trusty-updates
Superseded in trusty-updates
Superseded in trusty-security
dh-golang (1.13~0ubuntu0~14.04.1) trusty-security; urgency=medium

  * No change rebuild for trusty-security

 -- Jamie Strandboge <email address hidden>  Tue, 29 Jan 2019 23:15:05 +0000
Superseded in eoan-release
Obsolete in disco-release
Deleted in disco-proposed (Reason: moved to release)
dh-golang (1.39) unstable; urgency=medium

  * Team upload.

  [ Michael Stapelberg ]
  * Update example to match dh-make-golang github.com/Debian/dcs output

  [ Anthony Fok ]
  * Fix indentation in elsif block for installation of testdata/ content
  * Set GO111MODULE to off (unless explicitly specified)
    to operate in "GOPATH mode" by default for "minimal module compatibility",
    otherwise Go >= 1.11 would attempt to check module information on-line,
    leading to build failure.  See https://github.com/golang/go/wiki/Modules
  * Install go.mod and go.sum by default for v2+ module support
  * Set GOCACHE and GO111MODULE to off in dh_golang too
  * Bump Standards-Version to 4.3.0 (no change)

 -- Anthony Fok <email address hidden>  Sat, 29 Dec 2018 18:00:34 -0700

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
dh-golang (1.38) unstable; urgency=medium

  * Team upload.

  [ Félix Sipma ]
  * Build with '-{gc,asm}flags=all=-trimpath=' for reproducibility.
    Thanks, Alexander Neumann.
    see https://github.com/restic/restic/issues/2061

 -- Shengjing Zhu <email address hidden>  Tue, 30 Oct 2018 11:23:16 +0800

Available diffs

Published in bionic-updates
Deleted in bionic-proposed (Reason: moved to -updates)
dh-golang (1.34.2) bionic; urgency=medium

  * Actually apply the patch the last upload added, as this is a native
    package.

Available diffs

Superseded in bionic-proposed
dh-golang (1.34.1) bionic; urgency=medium

  * d/patches/0001-Fix-index-out-of-range-when-using-gccgo.-Closes-9072.patch:
    backport fix for building with gccgo from debian. (LP: #1794936)

 -- Michael Hudson-Doyle <email address hidden>  Wed, 03 Oct 2018 11:59:54 +1300

Available diffs

Superseded in disco-release
Obsolete in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
dh-golang (1.36) unstable; urgency=medium

  [ Clément Hermann ]
  * Add DH_GOLANG_EXCLUDES_ALL to exclude files from installation
    as well as build process. Default to true starting from compat
    level 12. (Closes: #904261)

 -- Martín Ferrari <email address hidden>  Fri, 14 Sep 2018 15:40:15 +0000

Available diffs

Superseded in cosmic-release
Published in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
dh-golang (1.34) unstable; urgency=medium

  * Bugfix: ensure destination directory exists (Closes: #891359)

 -- Michael Stapelberg <email address hidden>  Sun, 25 Feb 2018 23:47:46 +0100

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
dh-golang (1.33) unstable; urgency=medium

  * Set GOCACHE to off (unless explicitly specified) to suppress errors

 -- Michael Stapelberg <email address hidden>  Sat, 17 Feb 2018 12:50:12 +0100

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
dh-golang (1.31) unstable; urgency=medium

  * Install testdata/ contents by default

 -- Michael Stapelberg <email address hidden>  Fri, 16 Feb 2018 09:11:32 +0100

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
dh-golang (1.30) unstable; urgency=medium

  [ aviau ]
  * dh_golang_autopkgtest support for several import paths
    (Closes: #887475)

 -- Michael Stapelberg <email address hidden>  Thu, 18 Jan 2018 22:34:39 +0100

Available diffs

Superseded in bionic-proposed
dh-golang (1.29) unstable; urgency=medium

  * Team upload.
  * golang.pm: improve DH_GOPKG documentation by mentionning new
    XS-Go-Import-Path format.

 -- Alexandre Viau <email address hidden>  Wed, 17 Jan 2018 01:07:21 -0500

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
dh-golang (1.28) unstable; urgency=medium

  [ Alexandre Viau ]
  * support comma-separated paths in Go-Import-Path (Closes: #885780)

 -- Michael Stapelberg <email address hidden>  Wed, 03 Jan 2018 09:29:30 +0100

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
dh-golang (1.27) unstable; urgency=medium

  * Team upload.
  * Remove slash from Vcs-Browser URL
  * Update to Standards-Version 4.1.3, no changes needed
  * Avoid "Use of uninitialized value $args[192] in join or string" warnings.
    Thanks to Chris Lamb <email address hidden> (Closes: #885696)

 -- Dr. Tobias Quathamer <email address hidden>  Fri, 29 Dec 2017 17:26:46 +0100

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
dh-golang (1.26) unstable; urgency=medium

  * Team upload.
  * Fix use of uninitialized value $ENV{"DH_GOLANG_EXCLUDES"}
  * Use debhelper v10
  * Update Standards-Version to 4.1.1
    - Use Priority optional
    - Use HTTPS URL for d/copyright
  * Update years in d/copyright

 -- Dr. Tobias Quathamer <email address hidden>  Fri, 27 Oct 2017 22:31:24 +0200

Available diffs

Superseded in bionic-release
Obsolete in artful-release
Obsolete in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
dh-golang (1.19ubuntu2) zesty; urgency=medium

  * Cherry-pick one commit from master to fix a ftbfs ("Add .cc and .hh to
    whitelisted exts when copying source to build dir"), will do proper merge
    when 17.10 opens.

 -- Michael Hudson-Doyle <email address hidden>  Mon, 20 Mar 2017 10:06:54 +1300

Available diffs

Superseded in zesty-release
Obsolete in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
dh-golang (1.19ubuntu1) yakkety; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - Add support for compiling go packages into shared libraries.
    - Add dh_makegolangshlibs to run after dh_makeshlibs in usual dh sequence.

 -- Michael Hudson-Doyle <email address hidden>  Tue, 16 Aug 2016 11:42:32 +1200

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
dh-golang (1.18ubuntu2) yakkety; urgency=medium

  * Run dh_makegolangshlibs after dh_makeshlibs rather than instead of it,
    fixing FTBFS when there are non-Go shared libraries in the package.
    (LP: #1600399)

 -- Michael Hudson-Doyle <email address hidden>  Mon, 11 Jul 2016 12:28:51 +1200

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
dh-golang (1.18ubuntu1) yakkety; urgency=medium

  * Add support for compiling go packages into shared libraries.
  * Add dh_makegolangshlibs to replace dh_makeshlibs in usual dh sequence.

 -- Michael Hudson-Doyle <email address hidden>  Sun, 01 May 2016 22:28:04 +1200

Available diffs

Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
dh-golang (1.13~0ubuntu0~14.04) trusty; urgency=medium

  * Build for trusty. (LP: #1595021)

 -- Michael Hudson-Doyle <email address hidden>  Thu, 16 Jun 2016 10:46:14 +1200
Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
dh-golang (1.17ubuntu1) yakkety; urgency=medium

  * Yet another corner case in dh_golang, this one only shows up with gccgo.
    (Closes: 823136)

 -- Michael Hudson-Doyle <email address hidden>  Sun, 01 May 2016 22:28:04 +1200

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
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 <email address hidden>  Mon, 16 May 2016 01:08:06 +0100

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
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 <email address hidden>  Thu, 21 Apr 2016 09:38:34 +0200

Available diffs

Superseded in yakkety-release
Published in xenial-release
Superseded in xenial-release
Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
dh-golang (1.12ubuntu1) xenial; urgency=medium

  * Follow /usr/bin/go symlink when computing Built-Using. (LP: #1564124)

 -- Michael Hudson-Doyle <email address hidden>  Thu, 31 Mar 2016 11:42:07 +1300

Available diffs

Superseded in xenial-release
Obsolete in wily-release
Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
dh-golang (1.12) unstable; urgency=medium

  [ Hilko Bengen ]
  * Make dh-golang work with older dpkg versions (Closes: #794956)

 -- Michael Stapelberg <email address hidden>  Mon, 10 Aug 2015 19:46:17 +0200

Available diffs

Superseded in wily-release
Obsolete in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
dh-golang (1.6ubuntu1) vivid; urgency=medium

  * Make dh-golang verbose in verbose debhelper mode. Closes: #780077.
 -- Matthias Klose <email address hidden>   Thu, 12 Mar 2015 17:56:03 +0100

Available diffs

1.6
Superseded in vivid-release
Obsolete in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
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 <email address hidden>  Tue, 29 Jul 2014 09:59:18 +0200

Available diffs

1.5
Superseded in utopic-release
Published in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
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 <email address hidden>  Thu, 12 Dec 2013 10:46:36 +0100

Available diffs

1.4
Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
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 <email address hidden>  Mon, 02 Dec 2013 21:54:11 +0100

Available diffs

1.3
Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
dh-golang (1.3) unstable; urgency=low


  * Skip quilt’s .pc directories when copying the source code into the
    builddir

 -- Michael Stapelberg <email address hidden>  Tue, 24 Sep 2013 22:47:47 +0200

Available diffs

1.2
Superseded in trusty-release
Obsolete in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
dh-golang (1.2) unstable; urgency=low


  * Only copy bin/ if there actually are any binaries

 -- Michael Stapelberg <email address hidden>  Thu, 05 Sep 2013 09:20:34 +0200

Available diffs

1.1
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
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 <email address hidden>  Tue, 30 Jul 2013 17:41:29 +0200
150 of 50 results