File: control

package info (click to toggle)
debsums 3.0.2.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 576 kB
  • sloc: perl: 995; sh: 59; makefile: 19
file content (30 lines) | stat: -rw-r--r-- 1,195 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
Source: debsums
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Anders Kaseorg <andersk@mit.edu>,
           Axel Beckert <abe@debian.org>
Section: admin
Priority: optional
# The used debhelper build-dependency (and the debhelper compatibility
# level) of debsums needs to be supported in stable without backports,
# i.e. 10 for stretch, 12 for buster, 13 for bullseye
Build-Depends: bash-completion,
               debhelper-compat (= 13),
               libfile-fnmatch-perl <!nocheck>,
               libtest-command-simple-perl <!nocheck>,
               po4a
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/debsums
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/debsums.git
Rules-Requires-Root: no

Package: debsums
Architecture: all
Depends: libdpkg-perl,
         libfile-fnmatch-perl,
         ${misc:Depends},
         ${perl:Depends}
Suggests: bash-completion
Description: tool for verification of installed package files against MD5 checksums
 debsums can verify the integrity of installed package files against
 MD5 checksums installed by the package, or generated from a .deb
 archive.