File: control

package info (click to toggle)
golang-go-flags 1.4.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-proposed-updates, forky, sid, trixie
  • size: 444 kB
  • sloc: sh: 13; makefile: 5
file content (43 lines) | stat: -rw-r--r-- 1,708 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: golang-go-flags
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Sergio Schvezov <sergio.schvezov@canonical.com>,
           Steve Langasek <vorlon@debian.org>,
           Michael Hudson-Doyle <michael.hudson@ubuntu.com>,
           Anthony Fok <foka@debian.org>,
           Jelmer Vernooij <jelmer@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-go-flags
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-go-flags.git
Homepage: https://github.com/jessevdk/go-flags
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/jessevdk/go-flags

Package: golang-github-jessevdk-go-flags-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Replaces: golang-go-flags-dev (<< 1.4.0-3~)
Breaks: golang-go-flags-dev (<< 1.4.0-3~)
Provides: golang-go-flags-dev
Description: Go library for parsing command line arguments
 Package flags provides an extensive command line option parser.
 .
 The flags package is similar in functionality to the go builtin flag
 package but provides more options and uses reflection to provide a
 convenient and succinct way of specifying command line options.

Package: golang-go-flags-dev
Section: oldlibs
Architecture: all
Depends: golang-github-jessevdk-go-flags-dev,
         ${misc:Depends}
Multi-Arch: foreign
Description: Transitional package for golang-github-jessevdk-go-flags-dev
 This is a transitional package to ease upgrades to the
 golang-github-jessevdk-go-flags-dev package.  It can safely be removed.