1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: golang-godebiancontrol-dev
Section: devel
Priority: extra
Maintainer: Michael Stapelberg <stapelberg@debian.org>
Build-Depends: debhelper (>= 9), golang-go, dh-golang
Standards-Version: 3.9.4
Homepage: https://github.com/stapelberg/godebiancontrol
Vcs-Git: https://anonscm.debian.org/git/collab-maint/golang-godebiancontrol-dev.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/golang-godebiancontrol-dev.git/
XS-Go-Import-Path: github.com/stapelberg/godebiancontrol
Package: golang-godebiancontrol-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Go Debian control file parser
Parses files such as a Debian mirror’s Packages or Sources file, or any Debian
package’s debian/control file. Follows the Debian Policy, chapter 5.1 (“Syntax
of control files”).
.
This package contains the source.
|