golang-github-weppos-publicsuffix-go 0.15.0-5 source package in Ubuntu

Changelog

golang-github-weppos-publicsuffix-go (0.15.0-5) unstable; urgency=medium

  * Updating maintainer info
  * Updating Standards-Version
  * Override lintian hints for test files

 -- Peymaneh <email address hidden>  Mon, 28 Nov 2022 13:52:43 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-weppos-publicsuffix-go_0.15.0-5.dsc 1.8 KiB 268e9a7ec5c4ecd4c89e78e2d1f2f749630b64654eb8620eebbc4ff073b85a82
golang-github-weppos-publicsuffix-go_0.15.0.orig.tar.gz 61.2 KiB c8e7685e17b4222249b794c0c231397da48e0b274dcb4d9aacacf8155a408418
golang-github-weppos-publicsuffix-go_0.15.0-5.debian.tar.xz 7.9 KiB 3f95dd8fb1f79196b6284f30d7d1225fbffdc7de6f56df36999cbacf66eb2477

Available diffs

No changes file available.

Binary packages built by this source

golang-github-weppos-publicsuffix-go-dev: Domain name parser on the Public Suffix List (library)

 Public Suffix for Go The package publicsuffix provides a Go domain name
 parser based on the Public Suffix List (http://publicsuffix.org/).
 .
 GoDoc
 (https://pkg.go.dev/github.com/weppos/publicsuffix-go/publicsuffix)
 .
 Tests
 (https://github.com/weppos/publicsuffix-go/actions?query=workflow%3ATests)
 .
 There are 3 different test suites built into this library:
   * Acceptance: the acceptance test suite contains some high level
 tests to ensure the library behaves as expected
   * PSL: the PSL test suite runs the library against the official Public
 Suffix test cases
 (https://github.com/publicsuffix/list/blob/master/tests/tests.txt)
   * Unit: the unit test suite stresses the various single components of this
 package