New Upstream Release - golang-github-libdns-libdns

Ready changes

Summary

Merged new upstream version: 0.2.1 (was: 0.2.0).

Resulting package

Built on 2022-09-29T06:24 (took 9m16s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-releases golang-github-libdns-libdns-dev

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 4386f6f..dc63e5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+golang-github-libdns-libdns (0.2.1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 29 Sep 2022 06:15:38 -0000
+
 golang-github-libdns-libdns (0.2.0-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/libdns.go b/libdns.go
index 5544e27..9a2bbcb 100644
--- a/libdns.go
+++ b/libdns.go
@@ -99,6 +99,9 @@ type Record struct {
 	Name  string // partially-qualified (relative to zone)
 	Value string
 	TTL   time.Duration
+
+	// type-dependent record fields
+	Priority int // used by MX, SRV, and URI records
 }
 
 // RelativeName makes fqdn relative to zone. For example, for a FQDN of

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details