File: control

package info (click to toggle)
git-hub 2.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 312 kB
  • sloc: python: 1,680; sh: 133; makefile: 56
file content (47 lines) | stat: -rw-r--r-- 1,771 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
Source: git-hub
Section: vcs
Priority: optional
Maintainer: Maximiliano Curia <maxy@debian.org>
Uploaders:
 James McCoy <jamessan@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-bash-completion,
 dh-sequence-vim-addon,
 git,
 python3-docutils,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/sociomantic-tsunami/git-hub
Vcs-Browser: https://salsa.debian.org/debian/git-hub
Vcs-Git: https://salsa.debian.org/debian/git-hub.git

Package: git-hub
Architecture: all
Depends: git (>= 1:1.7.7), python3:any, ${misc:Depends}
Recommends: vim-git-hub
Multi-Arch: foreign
Description: Git command line interface to GitHub
 git hub is a simple command line interface to GitHub, enabling most useful
 GitHub tasks (like creating and listing pull request or issues) to be accessed
 directly through the Git command line.
 .
 Although probably the most outstanding feature (and the one that motivated the
 creation of this tool) is the pull rebase command, which is the rebasing
 version of the GitHub Merge (TM) button. This enables an easy workflow that
 doesn't involve thousands of merges which makes the repository history
 unreadable.
 .
 Another unique feature is the ability to transform an issue into a pull
 request by attaching commits to it (this is something offered by the GitHub
 API but not by the web interface).

Package: vim-git-hub
Architecture: all
Depends: ${misc:Depends}, ${vim-addon:Depends}
Description: Vim runtime files for git-hub
 git hub is a simple command line interface to GitHub, enabling most useful
 GitHub tasks (like creating and listing pull request or issues) to be accessed
 directly through the Git command line.
 .
 This package provides the Vim runtime files for git hub's HUB_EDITMSG files.