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
|
Source: golang-codegangsta-cli
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 11~), dh-golang (>= 1.17~), golang-any
,golang-github-urfave-cli-dev
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-codegangsta-cli.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-codegangsta-cli
Homepage: https://github.com/codegangsta/cli
XS-Go-Import-Path: github.com/codegangsta/cli
Package: golang-github-codegangsta-cli-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
,golang-github-urfave-cli-dev
Replaces: golang-codegangsta-cli-dev (<< 0.0~git20150117-2~)
Breaks: golang-codegangsta-cli-dev (<< 0.0~git20150117-2~)
Provides: golang-codegangsta-cli-dev
Description: simple library for building command line apps in Go
cli.go is simple library for building command line apps in Go. It
allows is writing fast and distributable command line applications in an
expressive way.
.
This package contains the source.
Package: golang-codegangsta-cli-dev
Section: oldlibs
Architecture: all
Depends: golang-github-codegangsta-cli-dev, ${misc:Depends}
Description: Transitional package for golang-github-codegangsta-cli-dev
This is a transitional package to ease upgrades to the
golang-github-codegangsta-cli-dev package. It can be safely removed.
|