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_cruft - install cruft files into package build directories

Author

       Alexandre Detiste <alexandre.detiste@gmail.com>

perl v5.40.1                                       2025-03-07                                        DH_CRUFT(1)

Description

dh_cruft is a debhelper program that is responsible for installing information files used by cruft(-ng)
       into package build directories.

Files

       debian/package.cruft
           Installed  into  usr/share/cruft/rules/package  in  the package build directory. This file is used to
           register runtime files as belonging to this package. For clarity, directories should end with a '/'.

       debian/package.purge
           Appended to usr/share/cruft/rules/package in the package  build  directory.  This  file  is  used  to
           register  runtime  files  as  belonging to this package. For claririty, directories should end with a
           '/'.

           Also, a snippet is appended to postrm with the needed rm-rf commands to remove these files on  purge
           phase.

           Some  basic  templating  is  implemented:  the  #VERSION#  tag will be replaced by the basic upstream
           version.

Name

       dh_cruft - install cruft files into package build directories

See Also

debhelper(1)

       This program is a part of debhelper.

       cruft(8)

Synopsis

dh_cruft [debhelperoptions]

See Also