Codebase list golang-github-mitchellh-reflectwalk / c1757eb
Drop golang-golang-x-tools from Depends Shengjing Zhu 3 years ago
2 changed file(s) with 0 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
66 Build-Depends: debhelper (>= 10),
77 dh-golang,
88 golang-any,
9 golang-golang-x-tools,
109 Standards-Version: 3.9.8
1110 Homepage: https://github.com/mitchellh/reflectwalk
1211 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mitchellh-reflectwalk
1817 Architecture: all
1918 Depends: ${misc:Depends},
2019 ${shlibs:Depends},
21 golang-golang-x-tools,
2220 Description: library for "walking" complex structures, similar to walking a filesystem
2321 reflectwalk is a Go library for "walking" a value in Go using
2422 reflection, in the same way a directory tree can be "walked"
00 #!/usr/bin/make -f
1
2 export DH_GOLANG_GO_GENERATE := 1
31
42 %:
53 dh $@ --buildsystem=golang --with=golang