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

DhMakePerl::Command::refresh - dh-make-perl refresh implementation

Description

       This module implements the refresh command of dh-make-perl(1).

Methods

       execute
           Provides refresh command implementation.

       add_quilt( $control )
           Plugs  quilt into debian/rules and debian/control. Depends on debian/rules being in dh(1) three-liner
           format. Also adds debian/README.source documenting quilt usage.

       drop_quilt( $control )
           removes quilt from debian/rules. Expects that
            was used to add quilt to debian/rules.

           If debian/README.source exists, references to quilt are removed from it  (and  the  file  removed  if
           empty after that).

           Both  dh(1)  style  ("dh  --with=quilt") and old-fashioned ("$(QUILT_STAMPFN)" target dependency) are
           supported.

Name

       DhMakePerl::Command::refresh - dh-make-perl refresh implementation

See Also