File: control

package info (click to toggle)
hub 2.14.2~ds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,376 kB
  • sloc: sh: 1,049; ruby: 857; makefile: 89
file content (56 lines) | stat: -rw-r--r-- 1,911 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: hub
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>,
           Anthony Fok <foka@debian.org>
Section: net
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-exec,
               dh-golang,
               git,
               golang-any,
               golang-github-atotto-clipboard-dev,
               golang-github-bmizerany-assert-dev,
               golang-github-burntsushi-toml-dev,
               golang-github-google-go-cmp-dev,
               golang-github-kballard-go-shellquote-dev,
               golang-github-mattn-go-colorable-dev,
               golang-github-mattn-go-isatty-dev,
               golang-github-mitchellh-go-homedir-dev,
               golang-github-russross-blackfriday-v2-dev,
               golang-golang-x-crypto-dev,
               golang-golang-x-net-dev,
               golang-gopkg-yaml.v2-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/hub
Vcs-Git: https://salsa.debian.org/go-team/packages/hub.git
Homepage: https://github.com/github/hub
XS-Go-Import-Path: github.com/github/hub
Rules-Requires-Root: no

Package: hub
Architecture: linux-any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         git
Recommends: xsel | xclip
Built-Using: ${misc:Built-Using}
Description: make git easier with GitHub
 hub is a command line tool that wraps git in order to extend it
 with extra functionality that make working with GitHub easier.
 .
   $ hub clone rtomayko/tilt
 .
   # expands to:
   $ git clone git://github.com/rtomayko/tilt.git
 .
 hub is best aliased as git, so you can type "git <command>" in the shell
 and get all the usual hub features.
 .
 You should place this command in your .bash_profile or other
 startup script:
 .
   eval "$(hub alias -s)"
 .
 This package contains the binaries.