Got this while installing today:
Lintian check results for /home/XXX/Downloads/pac-4.5.3.5-all.deb:
E: pac: arch-independent-package-contains-binary-or-object opt/pac/lib/ex/vte32/auto/Gnome2/Vte/Vte.so_32_5.000
E: pac: arch-independent-package-contains-binary-or-object opt/pac/lib/ex/vte32/auto/Gnome2/Vte/Vte.so_32_5.014
E: pac: arch-independent-package-contains-binary-or-object opt/pac/lib/ex/vte32/auto/Gnome2/Vte/Vte.so_32_5.016
E: pac: arch-independent-package-contains-binary-or-object opt/pac/lib/ex/vte32/auto/Gnome2/Vte/Vte.so_32_5.018
E: pac: arch-independent-package-contains-binary-or-object opt/pac/lib/ex/vte64/auto/Gnome2/Vte/Vte.so_64_5.000
E: pac: arch-independent-package-contains-binary-or-object opt/pac/lib/ex/vte64/auto/Gnome2/Vte/Vte.so_64_5.014
E: pac: arch-independent-package-contains-binary-or-object opt/pac/lib/ex/vte64/auto/Gnome2/Vte/Vte.so_64_5.016
E: pac: arch-independent-package-contains-binary-or-object opt/pac/lib/ex/vte64/auto/Gnome2/Vte/Vte.so_64_5.018
E: pac: arch-independent-package-contains-binary-or-object opt/pac/lib/ex/vteARM/auto/Gnome2/Vte/Vte.o
E: pac: maintainer-name-missing David Torrej??n Vaquerizas (david.tv@gmail.com)
E: pac: maintainer-address-malformed David Torrej??n Vaquerizas (david.tv@gmail.com)
Use of uninitialized value $name in pattern match (m//) at /usr/share/perl5/Lintian/Check.pm line 203.
Occured while installing on Xubuntu 14.04.
Yes, it's because Ubunts's lack of "libgnome2-vte-perl" library that I have to include the pre-compiled ones for some systems. That's where the error/advise occurs.
Simply forget about those "errors" (they are not errors) and force (if needed) the installation. If necessary, do:
sudo apt-get install -f
After the installation to resolve dependencies.