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_substvars - automatically calculates ${package::Version} substitution variable

Description

       dh-sequence-nodejs automatically adds dh_nodejs_substvars after dh_install step when source package
       provides several binary packages.

       This tools dispatches "${nodejs:Provides}" values in the good package, looking at real content.

Name

       dh_nodejs_substvars - automatically calculates ${package::Version} substitution variable

See Also

dh-sequence-nodejs(1), debhelper(7)

Synopsis

       Use result in "debian/control":

         Source: node-jest
         Build-Depends: debhelper-compat (= 13)
          , dh-sequence-nodejs (>= 0.14.5~)

         Package: jest
         Provides: ${jest:Provides}

         Package: node-jest-debbundle
         Provides: ${nodeJestDebbundle:Version}

See Also