File: control

package info (click to toggle)
gitbatch 0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 504 kB
  • sloc: makefile: 10; sh: 1
file content (38 lines) | stat: -rw-r--r-- 1,328 bytes parent folder | download | duplicates (2)
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: gitbatch
Section: utils
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Dawid Dziurla <dawidd0811@gmail.com>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
Build-Depends-Arch:
 golang-any,
 golang-github-fatih-color-dev,
 golang-github-jroimartin-gocui-dev (>= 0.4.0~),
 golang-github-spf13-viper-dev,
 golang-golang-x-sync-dev,
 golang-gopkg-alecthomas-kingpin.v2-dev,
 golang-gopkg-src-d-go-git.v4-dev,
 golang-logrus-dev,
Standards-Version: 4.5.1
Homepage: https://github.com/isacikgoz/gitbatch
Vcs-Browser: https://salsa.debian.org/go-team/packages/gitbatch
Vcs-Git: https://salsa.debian.org/go-team/packages/gitbatch.git
XS-Go-Import-Path: github.com/isacikgoz/gitbatch
Testsuite: autopkgtest-pkg-go

Package: gitbatch
Architecture: any
Built-Using: ${misc:Built-Using}
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Manage git repositories in one place
 Managing multiple git repositories is easier than ever. Often one would end
 up working on many directories and manually pulling updates etc. To make
 this routine faster, gitbatch was created, a simple tool to handle this job.
 Although the focus is batch jobs, one can still do de facto micro management of
 git repositories (e.g add/reset, stash, commit etc.)