Tags give the ability to mark specific points in history as being important
-
-
-
-
-
-
-
v0.3.3
c43abd76 · ·v0.3.3 Release - Remove unneeded golang-*-dev dependency for program This fixes a bug that I introduced in commit 8ed6b21 for v0.1.0 - Fix erroneous reference to --include-upstream-history in the instruction; should be --upstream-git-history instead. - Remove "# TODO: publish under debian-go-team/ci" from debian/gitlab-ci.yml, as I believe that has already been done, and so that its TODO would not confuse the packager. - Add "Upstream-Contact: TODO" to generated debian/copyright as mentors.debian.net seems to require this field, and if missing, would display the following warning: RFS: author info missing Upstream-Contact: was not found in d/copyright. RFS will not autocomplete the Upstream author. - Move Build-Depends-{Arch,Indep} back into Build-Depends. For Go packages, golang-any and dependencies are always needed regardless of whether we are building a program or a library, and it is not like we need e.g. texinfo to build *-doc packages, so the use Build-Depends-Arch and Build-Depends-Indep served no purpose other than unnecessarily complicating things. - template: Add "dversionmangle=s/\+ds\d*$//,repacksuffix=+ds1" to debian/watch if Files-Excluded is added to debian/copyright - Add honnef.co as "honnef" to knownHosts - Print dh-make-golang version at the start of make -
v0.3.2
82916c0d · ·v0.3.2 Release This release includes contributions from, in alphabetical order, @anthonyfok, @creekorful, @kataras, @ThreeFx and @zhsj. - Refactor shortHostName: Move knownHosts to a map to simplify the code, and fix the publicsuffix guess, input should be fqdn. - Sort the knownHosts list in alphabetical order - Add {sigs,}k8s.io, "gocloud" (gocloud.dev), sourcehut (git.sr.ht), and "uber" (go.uber.org) to knownHosts. - Fix version detection for multi-module repo. - Download upstream tarball from GitHub or GitLab if so resolved by vcs.RepoRootForImportPath(). - Update Standards-Version to 4.5.0 - Fix ineffectual assignment to err in tarballFromHoster() - Manage MIT (Expat) license too - Remove unneeded golang-*-dev dependency for program. Fixes a bug that was introduced in commit 8ed6b21 for v0.1.0 -
v0.3.1
88748fec · ·v0.3.1 Release - Generate debian/gitlab-ci.yml too. - Add remote "origin" to point to Salsa in .git/config to save the user from doing so manually. - Preconfigure git branches just as "git clone" and "gbp clone" would do. - List full path of /usr/sbin/sendmail in final instructions so that the end developer can copy-and-paste to send ITP mail without using sudo. - Fix empty host var before slicing. Fixes #120 "slice bounds out of range" error with -allow_unknown_hoster. Thanks @utkarsh2102 and @montj2! - Sort dependency list like wrap-and-sort, i.e. place variables like ${misc:Depends} and ${shlibs:Depends} at the end of the list. Fixes #121. Thanks @elboulangero! -
v0.3.0
e1bfd01e · ·v0.3.0 Release New feature: - "dh-make-golang" now includes the full upstream git history by default as recommended by Debian Go Packaging Team’s new workflow, see https://go-team.pages.debian.net/workflow-changes.html. This is still somewhat experimental, so all feedback is welcome!