File: control

package info (click to toggle)
libalgorithm-checkdigits-perl 1.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 500 kB
  • sloc: perl: 3,285; makefile: 13
file content (34 lines) | stat: -rw-r--r-- 1,196 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
29
30
31
32
33
34
Source: libalgorithm-checkdigits-perl
Section: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jose Parrella <bureado@debian.org>,
 Andrius Merkys <merkys@debian.org>,
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 help2man,
 libmodule-build-perl,
 libprobe-perl-perl,
 perl,
Standards-Version: 4.5.1
Homepage: https://metacpan.org/release/Algorithm-CheckDigits
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libalgorithm-checkdigits-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libalgorithm-checkdigits-perl.git
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libalgorithm-checkdigits-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
Multi-Arch: foreign
Description: Perl extension to generate and test check digits
 This module provides a number of methods to test and generate checksum
 digits such as carrier trackers, ISBNs, banknotes, credit cards and a
 lot of other identification numbers.
 .
 It will check validity, complete partial numbers, provide base check
 numbers and extract check digits from several sequence of numbers.