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 57 58 59 60
|
Source: git-delete-merged-branches
Section: vcs
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Doug Torrance <dtorrance@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
git <!nocheck>,
python3-all,
python3-colorama <!nocheck>,
python3-parameterized <!nocheck>,
python3-prompt-toolkit <!nocheck>,
python3-setuptools
Standards-Version: 4.7.2
Homepage: https://github.com/hartwork/git-delete-merged-branches
Vcs-Browser: https://salsa.debian.org/python-team/packages/git-delete-merged-branches
Vcs-Git: https://salsa.debian.org/python-team/packages/git-delete-merged-branches.git
Rules-Requires-Root: no
Package: git-delete-merged-branches
Architecture: all
Depends: python3-git-delete-merged-branches (= ${source:Version}),
${misc:Depends},
${python3:Depends}
Description: command-line tool to delete merged git branches
A convenient command-line tool helping you keep repositories clean.
.
Features:
* Supports deletion of both local and remote branches
* Detects multiple forms of de-facto merges (rebase merges, squash merges
(needs --effort=3), single or range cherry-picks… leveraging git cherry)
* Supports workflows with multiple release branches, e.g. only delete
branches that have been merged to all of master, dev and staging
* Quick interactive configuration
* Provider agnostic: Works with GitHub, GitLab, Gitea and any other Git
hosting
* Takes safety seriously
.
This package contains the command line interface.
Package: python3-git-delete-merged-branches
Section: python
Architecture: all
Depends: git, ${misc:Depends}, ${python3:Depends}
Description: command-line tool to delete merged git branches (Python module)
A convenient command-line tool helping you keep repositories clean.
.
Features:
* Supports deletion of both local and remote branches
* Detects multiple forms of de-facto merges (rebase merges, squash merges
(needs --effort=3), single or range cherry-picks… leveraging git cherry)
* Supports workflows with multiple release branches, e.g. only delete
branches that have been merged to all of master, dev and staging
* Quick interactive configuration
* Provider agnostic: Works with GitHub, GitLab, Gitea and any other Git
hosting
* Takes safety seriously
.
This package contains the Python module.
|