File debian.rules of Package openvas-cli
#!/usr/bin/make -f # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 # Enable hardening-wrapper export DEB_BUILD_HARDENING=1 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/cmake.mk DEB_INSTALL_CHANGELOGS_ALL = CHANGES DEB_INSTALL_DOCS_ALL = README install/openvas-cli:: install -Dm 0755 debian/tmp/usr/bin/omp debian/openvas-cli/usr/bin/omp install -Dm 0644 doc/omp.8 debian/openvas-cli/usr/share/man/man8/omp.8