File: control

package info (click to toggle)
libgit-version-compare-perl 1.004-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 156 kB
  • ctags: 4
  • sloc: perl: 248; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,162 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
Source: libgit-version-compare-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Angel Abad <angel@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libtest-nowarnings-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgit-version-compare-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libgit-version-compare-perl.git
Homepage: https://metacpan.org/release/Git-Version-Compare
Testsuite: autopkgtest-pkg-perl

Package: libgit-version-compare-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
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.