File: control

package info (click to toggle)
liblinux-distribution-packages-perl 0.05-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 64 kB
  • ctags: 26
  • sloc: perl: 216; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,212 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
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.