Source: git-filter-repo Version: 2.33.0-1 Severity: normal Tags: patch Dear Maintainer,
In order to fully pass the test suite of git-filter-repo, git version 2.28 or later is required. Therefore, the git build dependency of the git-filter-repo source package as well as the git dependency of the git-filter-repo binary package should both be raised to ">= 1:2.28". -- Plasma
diff --git a/debian/control b/debian/control index 2c0ba21..3f9e280 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: dh-python, docbook-xsl, dos2unix, - git (>= 1:2.22), + git (>= 1:2.28), python3, python3-setuptools, python3-setuptools-scm, @@ -23,7 +23,7 @@ Rules-Requires-Root: no Package: git-filter-repo Architecture: all -Depends: git (>= 2.22), ${misc:Depends}, ${python3:Depends} +Depends: git (>= 1:2.28), ${misc:Depends}, ${python3:Depends} Recommends: ${python3:Recommends} Suggests: ${python3:Suggests} Description: Quickly rewrite git repository history