dh-make-golang (0.0~git20180827.d94f0cb-1)
[PTS] [DDPO]
COMMITS: VCS has seen 7 commits since the debian/0.0_git20180827.d94f0cb-1 tag
- Git: https://salsa.debian.org/go-team/packages/dh-make-golang.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://salsa.debian.org/go-team/packages/dh-make-golang
- Last scan: 2019-02-19 20:59:09+00
- Next scan: 2019-02-20 20:34:00+00
- Debian changelog in Git:
dh-make-golang (0.0~git20180827.d94f0cb-1) unstable; urgency=medium
[ Chris Lamb ]
* Bump package's Standards-Version to 4.2.1.
* Bump Standards-Version to 4.2.1 in generated debian/control files.
* Add missing Recommends on golang-golang-x-tools for digraph(1)
used in the "estimate" subcommand.
[ Dr. Tobias Quathamer ]
* New upstream version 0.0~git20180827.d94f0cb
* Call dh_auto_install with --no-source
* Update Maintainer team address
* Add myself as Uploader
* Use debhelper v11
* Add two new dependencies for new upstream version
* Update manpage, convert to markdown and generate it from markdown source
* Add default-mta to fix a lintian warning
-- Dr. Tobias Quathamer <toddy@debian.org> Sat, 15 Sep 2018 23:01:41 +0200
- This branch is 7 commits ahead of tag debian/0.0_git20180827.d94f0cb-1
- Git log:
commit 1ef774919f651437d64dafcca0dff448baabb7dc
Merge: 8019bd7 5054929
Author: Michael Stapelberg <stapelberg@debian.org>
Date: Thu Feb 7 15:43:56 2019 +0000
Merge branch 'pu/cleanups' into 'master'
Packaging and template cleanups
See merge request go-team/packages/dh-make-golang!1
commit 5054929b1086032a6cbe2918068ffdcedccde31a
Author: Guillem Jover <gjover@sipwise.com>
Date: Thu Jan 31 19:53:20 2019 +0100
Set Rules-Requires-Root to no
This makes it possible to build packages w/o requiring (pseudo-)root
privileges.
commit 745fbc411c510ab7aa297852743bee9d478e3fb5
Author: Guillem Jover <gjover@sipwise.com>
Date: Thu Jan 31 19:32:04 2019 +0100
Update .gitignore files
commit 4de916705b6b918cda68f8d9b897ae231d7e8184
Author: Guillem Jover <gjover@sipwise.com>
Date: Thu Feb 7 10:21:32 2019 +0100
Wrap, sort, indent by one, 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.
- Starting the field value on the next line makes inserting or changing
the first value generate less diff.
- Indenting by one space, makes the contents movable between fields,
and gives a unified format to all such fields.
- Sorting makes the contents easier to find and easier to avoid
adding duplicates.
We cannot currently do this for the Go-Import-Path field, because
dh-golang does not cope with this file being multi-line with an empty
first line, yet.
commit e0542ad75c7c364c39cd83f036dbab66306fa78d
Author: Guillem Jover <gjover@sipwise.com>
Date: Thu Jan 31 19:14:35 2019 +0100
Build 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.
commit c49aabfce380788a6474c32f96c5f056f2595c76
Author: Guillem Jover <gjover@sipwise.com>
Date: Thu Jan 31 19:13:27 2019 +0100
Bump Standards-Version to 4.3.0
commit 8019bd740992efa3f5dde672f9e5fd59004eda8f
Author: Afif Elghraoui <afif@debian.org>
Date: Tue Jan 29 19:52:28 2019 -0500
d/control: set minimum required version of golang-any
the new dependency on golang-github-google-go-github-dev
needs at least 1.9, so we need it here now as well.