File: control

package info (click to toggle)
git-filter-repo 2.47.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,280 kB
  • sloc: sh: 4,887; python: 4,856; makefile: 114
file content (42 lines) | stat: -rw-r--r-- 1,618 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
Source: git-filter-repo
Section: vcs
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>
Build-Depends:
 asciidoc,
 debhelper-compat (= 13),
 dh-python,
 docbook-xsl,
 dos2unix,
 git (>= 1:2.35),
 pybuild-plugin-pyproject,
 python3,
 python3-setuptools,
 python3-setuptools-scm,
 rsync,
 xmlto
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/python-team/packages/git-filter-repo.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/git-filter-repo
Homepage: https://github.com/newren/git-filter-repo
Rules-Requires-Root: no

Package: git-filter-repo
Architecture: all
Depends: git (>= 1:2.22), ${misc:Depends}, ${python3:Depends}
Recommends: git (>= 1:2.28), ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Quickly rewrite git repository history
 git filter-repo is a versatile tool for rewriting history, which includes
 capabilities not found anywhere else.  It roughly falls into the
 same space of tool as git filter-branch but without the capitulation-inducing
 poor performance, with far more capabilities, and with a design that scales
 usability-wise beyond trivial rewriting cases.  git filter-repo is now
 recommended by the git project instead of git filter-branch.
 .
 While most users will probably just use filter-repo as a simple command
 line tool (and likely only use a few of its flags), at its core filter-repo
 contains a library for creating history rewriting tools.  As such, users
 with specialized needs can leverage it to quickly create entirely new
 history rewriting tools.