Debian NEW package overview for golang-bugst-relaxed-semver
golang-bugst-relaxed-semver_0.15.0-1_multi.changes (click to toggle)
Format:1.8
Date:Tue, 01 Jul 2025 12:37:30 +0200
Binary:golang-bugst-relaxed-semver-dev
Source:golang-bugst-relaxed-semver
Architecture:all source
Version:0.15.0-1
Distribution:experimental
Urgency:medium
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed-By:Nicolas Peugnet <nicolas@club1.fr>
Closes:1108608
Description:
golang-bugst-relaxed-semver-dev - Go library to handle semver
Changes:
golang-bugst-relaxed-semver (0.15.0-1) experimental; urgency=medium

  * Initial release (Closes: #1108608)
Files:
64751608e6886b1da6398221ac886d08 1700 golang optional golang-bugst-relaxed-semver_0.15.0-1.dsc
05064a9093b147fc531e89f10f5308ce 26887 golang optional golang-bugst-relaxed-semver_0.15.0.orig.tar.gz
34890c9e4e06cf5e72a4c1288005b291 3176 golang optional golang-bugst-relaxed-semver_0.15.0-1.debian.tar.xz
1eefd756b949c0029112600380cf5d66 5292 golang optional golang-bugst-relaxed-semver_0.15.0-1_amd64.buildinfo
1dc59c66d8da3d1adfdba0d9a8c221e8 22424 golang optional golang-bugst-relaxed-semver-dev_0.15.0-1_all.deb
golang-bugst-relaxed-semver_0.15.0-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:golang-bugst-relaxed-semver
Binary:golang-bugst-relaxed-semver-dev
Architecture:all
Version:0.15.0-1
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:Nicolas Peugnet <nicolas@club1.fr>,
Homepage:https://github.com/bugst/relaxed-semver
Standards-Version:4.7.2
Vcs-Browser:https://salsa.debian.org/go-team/packages/golang-bugst-relaxed-semver
Vcs-Git:https://salsa.debian.org/go-team/packages/golang-bugst-relaxed-semver.git
Testsuite:autopkgtest-pkg-go
Build-Depends:debhelper-compat (=13), dh-sequence-golang, golang-any, golang-github-stretchr-testify-dev, golang-gopkg-yaml.v3-dev
Package-List:golang-bugst-relaxed-semver-dev deb golang optional arch=all
Files:
05064a9093b147fc531e89f10f5308ce 26887 golang-bugst-relaxed-semver_0.15.0.orig.tar.gz
34890c9e4e06cf5e72a4c1288005b291 3176 golang-bugst-relaxed-semver_0.15.0-1.debian.tar.xz
Go-Import-Path:go.bug.st/relaxed-semver
lintian 2.104.0 check for golang-bugst-relaxed-semver_0.15.0-1.dsc (click to toggle)
README.source for golang-bugst-relaxed-semver_0.15.0-1.dsc (click to toggle)
No README.source in this package
control file for golang-bugst-relaxed-semver-dev_0.15.0-1_all.deb (click to toggle)
Package:golang-bugst-relaxed-semver-dev
Source:golang-bugst-relaxed-semver
Version:0.15.0-1
Architecture:all
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Installed-Size:141
Depends:golang-gopkg-yaml.v3-dev
Section:golang
Priority:optional
Multi-Arch:foreign
Homepage:https://github.com/bugst/relaxed-semver
Description:
Go library to handle semver
 A library for handling a superset of semantic versioning in golang.
 .
 This library tries to implement the semantic versioning specification
 2.0.0 (https://semver.org/spec/v2.0.0.html) with an exception: the
 numeric format major.minor.patch like 1.3.2 may be truncated if a number
 is zero, so:
 .
  * 1.2.0 or 1.2.0-beta may be written as 1.2 or 1.2-beta respectively
  * 1.0.0 or 1.0.0-beta may be written 1 or 1-beta respectively
  * 0.0.0 may be written as the **empty string**, but 0.0.0-beta may
    **not** be written as -beta
lintian 2.104.0 check for golang-bugst-relaxed-semver-dev_0.15.0-1_all.deb (click to toggle)
contents of golang-bugst-relaxed-semver-dev_0.15.0-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2025-07-01 10:37 ./
drwxr-xr-x root/root         0 2025-07-01 10:37 ./usr/
drwxr-xr-x root/root         0 2025-07-01 10:37 ./usr/share/
drwxr-xr-x root/root         0 2025-07-01 10:37 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-07-01 10:37 ./usr/share/doc/golang-bugst-relaxed-semver-dev/
-rw-r--r-- root/root       174 2025-07-01 10:37 ./usr/share/doc/golang-bugst-relaxed-semver-dev/changelog.Debian.gz
-rw-r--r-- root/root      1936 2025-07-01 10:37 ./usr/share/doc/golang-bugst-relaxed-semver-dev/copyright
drwxr-xr-x root/root         0 2025-07-01 10:37 ./usr/share/gocode/
drwxr-xr-x root/root         0 2025-07-01 10:37 ./usr/share/gocode/src/
drwxr-xr-x root/root         0 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/
drwxr-xr-x root/root         0 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/
-rw-r--r-- root/root      3186 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/benchmark_test.go
-rw-r--r-- root/root      2441 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/binary.go
-rw-r--r-- root/root      2275 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/binary_test.go
-rw-r--r-- root/root      1255 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/charsets.go
-rw-r--r-- root/root      1207 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/charsets_test.go
-rw-r--r-- root/root      7040 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/constraints.go
-rw-r--r-- root/root      4865 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/constraints_test.go
-rw-r--r-- root/root       262 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/debug.go
-rw-r--r-- root/root       601 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/debug_test.go
-rw-r--r-- root/root       187 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/doc.go
-rw-r--r-- root/root      6836 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/fuzzer_test.go
-rw-r--r-- root/root       226 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/go.mod
-rw-r--r-- root/root       883 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/go.sum
-rw-r--r-- root/root      1272 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/json.go
-rw-r--r-- root/root      2050 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/json_test.go
-rw-r--r-- root/root       409 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/list.go
-rw-r--r-- root/root      1027 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/list_test.go
-rw-r--r-- root/root      6936 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/parser.go
-rw-r--r-- root/root     11466 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/parser_test.go
-rw-r--r-- root/root      5011 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/relaxed_version.go
-rw-r--r-- root/root      5399 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/relaxed_version_test.go
-rw-r--r-- root/root      5295 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/resolver.go
-rw-r--r-- root/root      4928 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/resolver_test.go
-rw-r--r-- root/root      1108 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/sql.go
-rw-r--r-- root/root      1864 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/sql_test.go
drwxr-xr-x root/root         0 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/testdata/
drwxr-xr-x root/root         0 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/testdata/fuzz/
drwxr-xr-x root/root         0 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/testdata/fuzz/FuzzComparators/
-rw-r--r-- root/root        57 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/testdata/fuzz/FuzzComparators/175b79ab7e360ad6
-rw-r--r-- root/root        47 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/testdata/fuzz/FuzzComparators/9b49ee68467ea2f3
drwxr-xr-x root/root         0 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/testdata/fuzz/FuzzParser/
-rw-r--r-- root/root        28 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/testdata/fuzz/FuzzParser/771e938e4458e983
-rw-r--r-- root/root     13470 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/version.go
-rw-r--r-- root/root     10516 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/version_test.go
-rw-r--r-- root/root      1257 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/yaml.go
-rw-r--r-- root/root      2553 2025-07-01 10:37 ./usr/share/gocode/src/go.bug.st/relaxed-semver/yaml_test.go

Timestamp: 02.07.2025 / 23:02:27 (UTC)