summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2017-05-29 16:43:59 -0400
committerAaron M. Ucko <ucko@debian.org>2017-05-29 16:43:59 -0400
commit8f76c72811ae38ad156c7e3bb07cb18e5de3755f (patch)
treea8509c33692e07192cd41008fc9fe0221d85de4b
parentaaa642a464b9535ed2df6de65bb03b8a48b1a7bf (diff)
debian/.gitignore: Ignore debian/gopath (slightly belatedly).
-rw-r--r--debian/.gitignore1
-rw-r--r--debian/changelog3
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/.gitignore b/debian/.gitignore
index bd07e89..f56bb4b 100644
--- a/debian/.gitignore
+++ b/debian/.gitignore
@@ -1,5 +1,6 @@
debhelper-build-stamp
files
+gopath
ncbi-entrez-direct.debhelper.log
ncbi-entrez-direct.substvars
ncbi-entrez-direct/
diff --git a/debian/changelog b/debian/changelog
index 110c26f..6d7404e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,9 @@ ncbi-entrez-direct (6.70.20170508+ds-1) UNRELEASED; urgency=medium
- Build with /usr/lib/go-1.8/bin/go if necessary (notably, for backports).
- Establish a local GOPATH with a symlink to .../golang.org/x/text.
- Run go build -v now that there are third-party libraries to incorporate.
+ * debian/.gitignore: Ignore debian/gopath.
- -- Aaron M. Ucko <ucko@debian.org> Mon, 29 May 2017 16:35:41 -0400
+ -- Aaron M. Ucko <ucko@debian.org> Mon, 29 May 2017 16:43:56 -0400
ncbi-entrez-direct (6.10.20170123+ds-2) UNRELEASED; urgency=medium