Source: libgit-version-compare-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann , Angel Abad Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libtest-nowarnings-perl , perl Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgit-version-compare-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgit-version-compare-perl.git Homepage: https://metacpan.org/release/Git-Version-Compare Testsuite: autopkgtest-pkg-perl Rules-Requires-Root: no Package: libgit-version-compare-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Multi-Arch: foreign Description: module to compare Git versions Git::Version::Compare contains a selection of subroutines that make dealing with Git-related things (like versions) a little bit easier. . The strings to compare can be version numbers, tags from git.git or the output of git version or git describe. . These routines collect the knowledge about Git versions that was accumulated while developing Git::Repository.