Codebase list golang-github-farsightsec-go-nmsg / a98466a
Replace golang-goprotobuf-dev with golang-google-protobuf-dev golang-google-protobuf-dev is already brought by golang-github-dnstap-golang-dnstap-dev. And this package doesn't need golang-goprotobuf-dev. Shengjing Zhu 2 years ago
1 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
99 dh-golang,
1010 Build-Depends-Indep:
1111 golang-any,
12 golang-goprotobuf-dev,
12 golang-github-dnstap-golang-dnstap-dev (>= 0.4.0),
13 golang-google-protobuf-dev,
1314 golang-yaml.v2-dev,
14 golang-github-dnstap-golang-dnstap-dev (>= 0.4.0)
1515 Standards-Version: 4.4.1
1616 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-farsightsec-go-nmsg
1717 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-farsightsec-go-nmsg.git
2222 Package: golang-github-farsightsec-go-nmsg-dev
2323 Architecture: all
2424 Depends:
25 golang-github-dnstap-golang-dnstap-dev,
26 golang-google-protobuf-dev,
27 golang-yaml.v2-dev,
2528 ${misc:Depends},
26 golang-goprotobuf-dev,
27 golang-yaml.v2-dev,
28 golang-github-dnstap-golang-dnstap-dev
2929 Description: Go implementation of the nmsg network message encapsulation library
3030 go-nmsg is a pure go implementation of the NMSG container and payload format
3131 used by the C nmsg toolkit and library.