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_vagrant_plugin - packaging helper for vagrant plugins

Description

dh_vagrant_plugin installs the necessary metadata for vagrant to recognize plugins installed by Debian
       packages. To use it, you need to 1) make sure the package Ruby code is installed as in any other Ruby
       package, and 2) call dh_vagrant_plugin at the install phase of your package.

       If PACKAGE-NAME is omitted, it will be taken from the first line in the output of dh_list_packages(1).

       A sample debian/rules that should just work is as follows:

         #!/usr/bin/make -f

         export DH_RUBY = --gem-install

         %:
               dh $@ --buildsystem=ruby --with ruby

         override_dh_auto_install:
               dh_auto_install
               dh_vagrant_plugin

Name

       dh_vagrant_plugin - packaging helper for vagrant plugins

See Also

vagrant(1), dh_list_packages(1).  EOF

                                                   2021-11-21                               DH_VAGRANT_PLUGIN(1)

Synopsis

gem2deb-test-runner [PACKAGE-NAME]

See Also