File: control

package info (click to toggle)
golang-github-dylanmei-winrmtest 0.0~git20151226.0256178-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,292 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: golang-github-dylanmei-winrmtest
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-gofrs-uuid-dev,
               golang-github-masterzen-simplexml-dev,
               golang-github-masterzen-xmlpath-dev,
Standards-Version: 4.5.0
Homepage: https://github.com/dylanmei/winrmtest
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dylanmei-winrmtest
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dylanmei-winrmtest.git
XS-Go-Import-Path: github.com/dylanmei/winrmtest
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-dylanmei-winrmtest-dev
Architecture: all
Depends: golang-github-gofrs-uuid-dev,
         golang-github-masterzen-simplexml-dev,
         golang-github-masterzen-xmlpath-dev,
         ${misc:Depends},
         ${shlibs:Depends},
Multi-Arch: foreign
Description: testing addon for golang-github-masterzen-winrm
 This is an in-progress testing addon for the winrm library
 (remote command execution on Windows machines) for Google Go,
 in the package golang-github-masterzen-winrm-dev.