File: control

package info (click to toggle)
liblinux-kernelsort-perl 0.01-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 164 kB
  • sloc: perl: 225; sh: 114; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,071 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
Source: liblinux-kernelsort-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Maximilian Wilhelm <max@rfc2324.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblinux-kernelsort-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblinux-kernelsort-perl.git
Rules-Requires-Root: no
Homepage: https://metacpan.org/release/Linux-KernelSort

Package: liblinux-kernelsort-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module for sorting Linux Kernel version strings
 This is the CPAN Perl module Linux::KernelSort.
 .
 Linux::KernelSort is intended to sort a list of kernel versions into
 ascending order. It also provides the capability to compare two kernel
 versions and determine if one version is newer, older, or the same as
 the other version.