Source: git-filter-repo Version: 2.33.0-1 Severity: important Tags: patch Dear Maintainer,
In the list of Build-Depends for git-filter-repo, the version requirement for git is listed as ">= 2.22". Because the git package's version number contains an epoch[1], the version requirement in the control file should be rewritten as ">= 1:2.22". Otherwise, as written, the current version requirement is satisfiable by literally every version of the git package that has ever been in Debian. [1] https://wiki.debian.org/Teams/Dpkg/FAQ#Q:_What_are_version_epochs_and_why_and_when_are_they_needed.3F -- Plasma
diff --git a/debian/control b/debian/control index fecdb1e..2c0ba21 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: dh-python, docbook-xsl, dos2unix, - git (>= 2.22), + git (>= 1:2.22), python3, python3-setuptools, python3-setuptools-scm,

