DictionariesCommon(3pm) | DictionariesCommon(3pm) |
Devel::DictionariesCommon.pm - dictionaries-common library for its debhelper-like scripts
use Devel::DictionariesCommon q(:all)
Common functions for use from the dictionaries-common debhelper-like installdeb-* scripts.
dico_warning("warning message")
dico_error("error message")
dico_create_debconf_files($class,$package,$dicts)
dico_install_autocompat($autocompat_info,$options)
Needs:
$options->{'class'} $options->{'package'}
dico_installcleandebconf($class)
dico_populate_substvars($options)
Needs:
$options->{'class'} $options->{'package'}
\%autocompat = dico_process_aspell_simple($options)
Needs:
$options->{'program'} $options->{'lib_dir'} $options->{'usr_lib_dir'} $options->{'usr_share_dir'}
Should only be used if $dh{ASPELL_SIMPLE} is enabled, after make install from aspell dict has been run. This will get $lang info from Makefile.pre. Other info will be extracted from installed .rws and .dat. Will install .cwl files after it and try guessing correct values for auto-compat and auto-hash
\%autocompat = dico_process_autocompat($dicts,$options)
Needs:
$options->{'class'}
\%infofile = dico_process_infofile($options)
Needs:
$options->{'class'} $options->{'package'} $options->{'lib_dir'}
Debian dictionaries-common policy.
Rafael Laboissiere Agustin Martin
2018-11-15 | 1.28.1 |