File: control

package info (click to toggle)
golang-github-dylanmei-winrmtest 0.0~git20151226.0256178-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 72 kB
  • ctags: 27
  • sloc: makefile: 5
file content (30 lines) | stat: -rw-r--r-- 1,277 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
Source: golang-github-dylanmei-winrmtest
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Stender <stender@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-github-masterzen-winrm-dev,
               golang-github-masterzen-xmlpath-dev,
               golang-github-satori-go.uuid-dev,
               pandoc
Standards-Version: 3.9.7
Homepage: https://github.com/dylanmei/winrmtest
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-dylanmei-winrmtest.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-dylanmei-winrmtest.git
XS-Go-Import-Path: github.com/dylanmei/winrmtest

Package: golang-github-dylanmei-winrmtest-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
         golang-github-masterzen-winrm-dev,
         golang-github-masterzen-xmlpath-dev,
         golang-github-satori-go.uuid-dev
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.