logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

dh_aspell-simple - Call installdeb-aspell with --aspell-simple option

Description

       dh-aspell-simple calls 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 =====

1.30.10                                             2025-3-02                                DH_ASPELL-SIMPLE(1)

Name

       dh_aspell-simple - Call installdeb-aspell with --aspell-simple option

Synopsis

dh_aspell-simple [debhelperoptions]

See Also