File: control

package info (click to toggle)
liblinux-distribution-packages-perl 0.05-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: perl: 216; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,385 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
Source: liblinux-distribution-packages-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
                     liblinux-distribution-perl,
                     libxml-writer-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblinux-distribution-packages-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblinux-distribution-packages-perl.git
Homepage: https://metacpan.org/release/Linux-Distribution-Packages

Package: liblinux-distribution-packages-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         liblinux-distribution-perl,
         libxml-writer-perl
Multi-Arch: foreign
Description: list all packages on various Linux distributions
 Linux::Distribution::Packages is a simple module that uses
 Linux::Distribution to guess the Linux distribution and then uses the
 correct commands to list all the packages on the system and then output
 them in one of three formats: native, csv, and xml.
 .
 Distributions currently working: Debian, Ubuntu, Fedora, Redhat, Suse,
 Gentoo, Slackware, Redflag.
 .
 The module inherits from Linux::Distribution, so can also use its calls.