1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: golang-github-showmax-go-fqdn
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/Showmax/go-fqdn
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-showmax-go-fqdn
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-showmax-go-fqdn.git
XS-Go-Import-Path: github.com/Showmax/go-fqdn
Testsuite: autopkgtest-pkg-go
Package: golang-github-showmax-go-fqdn-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends}
Multi-Arch: foreign
Description: Golang library to provide local machine FQDN
The go-fqdn library is a simple wrapper around the 'net' and 'os' Golang
standard libraries to provide the Fully Qualified Domain Name (FQDN) of
the local machine.
|