Codebase list golang-github-opencontainers-specs / 299255c
Drop Depends of golang-github-xeipuuv-gojsonschema-dev Only used for validation, but validation is not run anyway. Shengjing Zhu 3 years ago
2 changed file(s) with 7 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
33 Standards-Version: 4.5.0
44 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
55 Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
6 Tim Potter <tpot@hpe.com>
6 Tim Potter <tpot@hpe.com>,
77 Build-Depends: debhelper-compat (= 13),
88 dh-golang,
99 golang-any,
10 golang-github-xeipuuv-gojsonschema-dev
1110 Homepage: https://github.com/opencontainers/runtime-spec
1211 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-opencontainers-specs
1312 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-opencontainers-specs.git
1615 XS-Go-Import-Path: github.com/opencontainers/runtime-spec
1716
1817 Package: golang-github-opencontainers-specs-dev
19 Provides: golang-github-opencontainers-runtime-spec-dev
18 Provides: golang-github-opencontainers-runtime-spec-dev,
19 Depends: ${misc:Depends},
2020 Architecture: all
21 Depends: golang-github-xeipuuv-gojsonschema-dev, ${misc:Depends}
2221 Description: Open Container Specifications
2322 This project is where the Open Container Initiative Specifications
2423 are written. The specs.go file contains various structs of the
00 #!/usr/bin/make -f
11
2 #export DH_GOLANG_EXCLUDES :=
3 export DH_GOLANG_INSTALL_EXTRA = $(shell find -type f -name '*.json')
2 export DH_GOLANG_EXCLUDES := schema
3 # Schema json is required to build crun.
4 export DH_GOLANG_INSTALL_EXTRA := $(shell find -type f -name '*.json')
5 export DH_GOLANG_EXCLUDES_ALL := 0
46
57 %:
68 dh $@ --buildsystem=golang --with=golang
7
8 override_dh_auto_install:
9 dh_auto_install -- --no-binaries