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
|
Source: liblinux-distribution-packages-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl,
liblinux-distribution-perl,
libxml-writer-perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Linux-Distribution-Packages/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblinux-distribution-packages-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblinux-distribution-packages-perl/
Package: liblinux-distribution-packages-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
liblinux-distribution-perl,
libxml-writer-perl
Description: list all packages on various Linux distributions
This 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.
|