Source: golang-github-bodgit-tsig
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Mathias Gibbens <gibmat@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               dpkg-build-api (= 1),
               golang-any,
               golang-github-bodgit-gssapi-dev,
               golang-github-enceve-crypto-dev,
               golang-github-go-logr-logr-dev,
               golang-github-hashicorp-go-multierror-dev,
               golang-github-jcmturner-gokrb5.v8-dev,
               golang-github-miekg-dns-dev,
               golang-github-stretchr-testify-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-bodgit-tsig
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-bodgit-tsig.git
Homepage: https://github.com/bodgit/tsig
XS-Go-Import-Path: github.com/bodgit/tsig

Package: golang-github-bodgit-tsig-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         golang-github-bodgit-gssapi-dev,
         golang-github-enceve-crypto-dev,
         golang-github-go-logr-logr-dev,
         golang-github-hashicorp-go-multierror-dev,
         golang-github-jcmturner-gokrb5.v8-dev,
         golang-github-miekg-dns-dev,
         golang-github-stretchr-testify-dev
Description: Golang library to support additional TSIG methods for DNS queries
 This package adds support for additional TSIG methods used in DNS
 queries. It is designed to be used alongside the github.com/miekg/dns
 package which is used to construct and parse DNS queries and
 responses.
 .
 This is most useful for allowing RFC 3645 GSS-TSIG which is necessary
 for dealing  with Windows DNS servers that require 'Secure only'
 updates or BIND if it has been configured to use Kerberos.
