lp:ubuntu/utopic/dh-golang

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/utopic/dh-golang
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

7. By Michael

[ 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)

6. By Michael

Fix a bug introduce in 1.4 which lead to .go files not being installed
without DH_GOLANG_INSTALL_ALL=1 (Closes: #731991)

5. By Michael

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.

4. By Michael

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

3. By Michael

Only copy bin/ if there actually are any binaries

2. By Michael

* 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

1. By Michael

Initial release (Closes: #718183)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/trusty/dh-golang
This branch contains Public information 
Everyone can see this information.

Subscribers