File: control

package info (click to toggle)
mender-cli 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 196 kB
  • sloc: python: 238; makefile: 77; sh: 21
file content (38 lines) | stat: -rw-r--r-- 1,524 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
32
33
34
35
36
37
38
Source: mender-cli
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andreas Henriksson <andreas@fatal.se>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-howeyc-gopass-dev,
               golang-github-mendersoftware-mendertesting-dev,
               golang-github-pkg-errors-dev,
               golang-github-spf13-cobra-dev,
               golang-gopkg-cheggaaa-pb.v1-dev
Standards-Version: 4.2.1
Homepage: https://github.com/mendersoftware/mender-cli
Vcs-Browser: https://salsa.debian.org/go-team/packages/mender-cli
Vcs-Git: https://salsa.debian.org/go-team/packages/mender-cli.git
XS-Go-Import-Path: github.com/mendersoftware/mender-cli
Testsuite: autopkgtest-pkg-go

Package: mender-cli
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: general-purpose CLI for the Mender backend
 Mender is an open source over-the-air (OTA) software updater
 for embedded Linux devices. Mender comprises a client running at the
 embedded device, as well as a server that manages deployments across
 many devices.
 .
 This package contains a standalone tool that makes it
 much easier to work with the Mender server management APIs
 (https://docs.mender.io/apis/management-apis).
 .
 The goal with mender-cli is to simplify integration between the Mender
 server and cloud services like continuous integration (CI)/build
 automation.