File: control

package info (click to toggle)
golang-godebiancontrol-dev 0.0~git20140119-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 84 kB
  • ctags: 13
  • sloc: sh: 4; makefile: 3
file content (20 lines) | stat: -rw-r--r-- 855 bytes parent folder | download
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.