Update package to avoid cpan on debian (#362)

* disable rotating sign when stopping or deadpid.

* Update install.sh added packages to avoid cpan

Added  libmime-tools-perl libtest-deep-perl libsendmail-pmilter-perl, since they are available on Debian lets use them.
This commit is contained in:
Louis van Belle 2019-01-28 14:21:41 +01:00 committed by Shawn Iverson
parent 0a363e7809
commit b1e282637e

3
debian/install.sh vendored
View file

@ -384,7 +384,8 @@ BASEPACKAGES+=('arj'); BASEPACKAGES+=('lhasa');
BASEPACKAGES+=('cabextract'); BASEPACKAGES+=('cpio'); BASEPACKAGES+=('file');
BASEPACKAGES+=('gzip'); BASEPACKAGES+=('nomarch'); BASEPACKAGES+=('pax');
BASEPACKAGES+=('rar'); BASEPACKAGES+=('unrar'); BASEPACKAGES+=('unzip');
BASEPACKAGES+=('zip'); BASEPACKAGES+=('zoo');
BASEPACKAGES+=('zip'); BASEPACKAGES+=('zoo'); BASEPACKAGES+=('libsendmail-pmilter-perl');
BASEPACKAGES+=('libmime-tools-perl'); BASEPACKAGES+=('libtest-deep-perl');
if [ "$parsedCommands" -gt 0 ]; then
BASEPACKAGES+=('cpanminus');