Codebase list golang-github-kolo-xmlrpc / 98c2363
Rename golang-x-text-dev to golang-golang-x-text-dev Shengjing Zhu 3 years ago
1 changed file(s) with 2 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
55 Build-Depends: debhelper (>= 11~),
66 dh-golang,
77 golang-any,
8 golang-x-text-dev,
8 golang-golang-x-text-dev,
99 Standards-Version: 4.2.1
1010 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-kolo-xmlrpc.git
1111 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-kolo-xmlrpc
1414
1515 Package: golang-github-kolo-xmlrpc-dev
1616 Architecture: all
17 Depends: golang-x-text-dev,
18 ${misc:Depends},
19 ${shlibs:Depends},
17 Depends: ${misc:Depends},
2018 Description: Implementation of the XMLRPC client protocol in Go
2119 The github.com/kolo/xmlrpc package is an implementation of client side part of
2220 XMLRPC protocol in the Go language.