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 35 36 37 38 39 40 41 42 43 44
|
Source: debaux
Section: devel
Priority: optional
Maintainer: Stefan Hornburg (Racke) <racke@linuxia.de>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 5)
Package: debaux
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libappconfig-perl, libnet-ssh-perl, libtimedate-perl, libwww-perl, dpkg-dev, rsync
Suggests: dh-make
Description: Debian Auxiliary Programs
This package contains Perl programs and modules to build
and publish Debian packages.
.
debaux-build automatically downloads APT sources before
building, applies patches and additional sources. It
has options to build the packages in an existing chroot
environment, check the generated packages with lintian, install
the created packages on your local system or turn them
into RPM packages.
.
debaux-build has experimental support for downloading
Perl modules from CPAN and creating the necessary Debian
packaging files.
.
debaux-publish uploads packages and runs the scripts
to create the APT sources and packages files on the
remote system. debaux-publish doesn't support the pool
structure yet.
Package: debaux-debconf
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, debconf | debconf-2.0
Description: Perl Interface to Debconf
This package contains the DebAux::Debconf module, which
provides an easy-to-use interface for some of the
Debconf::Client::ConfModule functions.
.
It has been separated from the debaux package to allow
packages utilizing this package during configuration and/or
installation without drawing the whole list of debaux's
dependencies.
|