File: control

package info (click to toggle)
golang-github-coreos-semver 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: makefile: 4
file content (24 lines) | stat: -rw-r--r-- 938 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: golang-github-coreos-semver
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>, Anthony Fok <foka@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-gopkg-yaml.v3-dev
Standards-Version: 4.7.3
Homepage: https://github.com/coreos/go-semver
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-coreos-go-semver
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-coreos-go-semver.git
XS-Go-Import-Path: github.com/coreos/go-semver
Testsuite: autopkgtest-pkg-go

Package: golang-github-coreos-go-semver-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: golang-go-semver-dev
Multi-Arch: foreign
Description: Go library for semantic versioning
 Go library for semantic versioning allowing you to parse and compare
 two semantic version strings.