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_strip_nondeterminism - strip uninteresting, nondeterministic information from files

Authors

       Andrew Ayer <agwa@andrewayer.name> Chris Lamb <lamby@debian.org>

perl v5.40.0                                       2025-02-09                        DH_STRIP_NONDETERMINISM(1p)

Description

dh_strip_nondeterminism is a debhelper program that is responsible for stripping uninteresting,
       nondeterministic information, such as timestamps, from compiled files so that the build is reproducible.

       This program examines your package build directories and works out what to strip on its own. It uses
       file(1) and filenames to figure out what files should have nondeterminism stripped from them.  In general
       it seems to make very good guesses, and will do the right thing in almost all cases.

Name

       dh_strip_nondeterminism - strip uninteresting, nondeterministic information from files

Options

-Xitem, --exclude=item
           Exclude  files  that  contain  item  anywhere in their filename from being stripped. You may use this
           option multiple times to build up a list of things to exclude.

See Also

debhelper(7)

       This program is a part of debhelper.

Synopsis

dh_strip_nondeterminism [debhelperoptions] [-Xitem]

See Also