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_nodejs_build_debug_package - automatically move sourcemap files into a separate debug package.

Description

       dh_nodejs_build_debug_package automatically move sourcemap files from all packages into a separate debug
       package.  To be used when package size is too big.

Name

       dh_nodejs_build_debug_package - automatically move sourcemap files into a separate debug package.

Synopsis

         override_dh_install:
             dh_install
             dh_nodejs_build_debug_package node-foo-debug

       With custom regex (example to move typescript declarations):

         override_dh_install:
             dh_install
             dh_nodejs_build_debug_package node-types-foo '^.*\.d\.ts$'

See Also