logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dh_octave_clean - clean files from Octave-Forge package build

Author

       Rafael Laboissière <rafael@debian.org>

1.8.0                                              2024-01-25                                 DH_OCTAVE_CLEAN(1)

Description

dh_octave_clean cleans files generated by the building of an Octave-Forge package.  It cleans files
       global-list and local-list created automatically.

       It also cleans any inst/*-api-v*, src/*.o, src/*.oct and src/*-tst files left over by the build process.

       Finally, it runs both makeclean and makedistclean in both the top-level and the src directory, if it
       exists, in order to do further cleaning.

Name

       dh_octave_clean - clean files from Octave-Forge package build

See Also

debhelper(7), dh(1), dh_octave_substvar(1), dh_octave_check(1), dh_octave_version(1),
       dh_octave_changelogs(1), dh_octave_examples(1)

       This program is meant to be used together with debhelper for Debian packages derived from Octave-Forge
       packages.  It is part of the Debhelper octave build system, enabled by the --buildsystem option to
       dh_auto_clean (or globally).  It is NOT enabled by the dh sequence provided by the same package.

Synopsis

dh_octave_clean [debhelperoptions]

See Also