| Server IP : 216.92.14.13 / Your IP : 216.73.216.171 Web Server : Apache System : Linux vps4089.pairvps.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64 User : rmlac2fmr ( 1040637) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/bin/X11/ |
Upload File : |
#!/usr/bin/perl -w
=head1 NAME
dh_aspell-simple - Call installdeb-aspell with --aspell-simple option
=cut
use strict;
use Debian::Debhelper::Dh_Lib;
=head1 SYNOPSIS
B<dh_aspell-simple> [S<I<debhelper options>>]
=head1 DESCRIPTION
dh-aspell-simple calls L<installdeb-aspell(1)> with --aspell-simple
option enabled.
This option can only be enabled for pristine aspell dictionaries
created with aspell proc utility, like those avaivalable from the
aspell home page, otherwise this option will make program fail.
It is mostly intended for use from debhelper sequence
aspell_simple.pm.
A simple debian/rules file for those dictionaries might then look like
# ===== 8< =====
#!/usr/bin/make -f
%:
dh $@ --with aspell-simple
# this is not a GNU autoconf/automake build system
override_dh_auto_configure:
./configure
# ===== >8 =====
=cut
init();
doit("installdeb-aspell", "--aspell-simple")