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: elida
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.6.0
Build-Depends:
debhelper-compat (= 13),
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/elida.git
Vcs-Browser: https://salsa.debian.org/debian/elida
Package: elida
Architecture: all
Depends:
bzip2,
devscripts,
diffstat,
lintian,
lsb-base,
mpack,
patchutils,
pbuilder,
piuparts,
sudo,
${misc:Depends},
Description: pbuilder mail interface
elida accepts the URL of a .dsc file from the subject of a email
message and downloads the rest of the files of the corresponding
Debian source package. If there is a previous version in Debian,
a diff between the old and new source packages is reported. It
then runs pbuilder, piuparts, and lintian. The reports are
compressed and emailed back to the user.
|