You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rules 405B

123456789101112
  1. #!/usr/bin/make -f
  2. # Openvibe scripts with .sh extension are only for debugging/development purposes, they're not packaged
  3. export DH_ALWAYS_EXCLUDE=.sh
  4. %:
  5. dh $@
  6. # In the following, we put materials to openvibe/ subdirs to avoid cluttering the base directories
  7. override_dh_auto_configure:
  8. dh_auto_configure -- -DCMAKE_INSTALL_DATADIR="/usr/share/" -DCMAKE_INSTALL_INCLUDEDIR="/usr/include/openvibe"