Hi, Thanks you both Christian and Justin for your review. Your improvements look great to me!
I've just changed webcam for camera and removed the trailing "software" after Facial Mouse. I created the path using "git diff". I hope that is fine. Cheers, C.
Template: eviacamloader/eviacamloader_setuid Type: boolean Default: false _Description: Should eviacamloader be installed "setuid root"? Installing eviacamloader with the set-user-ID bit set enables all users who have been added to the group "eviacam" to launch eviacam with a modified scheduling priority for better responsiveness. . Since this setting allows eviacamloader to be run with superuser privileges, it may have security implications in the case of vulnerabilities in eviacamloader's code.
Source: eviacam Section: x11 Priority: optional Maintainer: Cesar Mauri <ce...@crea-si.com> Build-Depends: debhelper (>= 9), dh-autoreconf, libgtk2.0-dev, libopencv-dev (>= 2.0), libpng12-dev, libv4l-dev, libwxgtk3.0-dev, libxext-dev, libxtst-dev, po-debconf Standards-Version: 3.9.6 Homepage: http://viacam.org Package: eviacam Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, opencv-data Recommends: wx3.0-i18n Description: camera based mouse emulator Enable Viacam (aka eViacam) is a mouse replacement program that moves the pointer tracking the user's head movements. It works on a standard computer equipped with a camera. No additional hardware is required. Based on the award winning Facial Mouse.
diff --git a/debian/control b/debian/control index 6051f47..5e10e04 100644 --- a/debian/control +++ b/debian/control @@ -19,8 +19,8 @@ Package: eviacam Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, opencv-data Recommends: wx3.0-i18n -Description: webcam based mouse emulator +Description: camera based mouse emulator Enable Viacam (aka eViacam) is a mouse replacement program that moves - the pointer as you move your head. It works on a standard computer - equipped with a web camera. No additional hardware is required. Based - on the award winning Facial Mouse software. + the pointer tracking the user's head movements. It works on a standard + computer equipped with a camera. No additional hardware is required. + Based on the award winning Facial Mouse. diff --git a/debian/templates b/debian/templates index fb0a2c4..38676e7 100755 --- a/debian/templates +++ b/debian/templates @@ -1,12 +1,11 @@ Template: eviacamloader/eviacamloader_setuid Type: boolean Default: false -_Description: Should eviacamloader be installed 'setuid root'? - In order to enable users of the group 'eviacam' to run eviacam in - high priority (which improves responsiveness), the eviacamloader - program can be installed with the set-user-ID bit set, so that it - will run with the permissions of the superuser. +_Description: Should eviacamloader be installed "setuid root"? + Installing eviacamloader with the set-user-ID bit set enables all + users who have been added to the group "eviacam" to launch eviacam + with a modified scheduling priority for better responsiveness. . - Such a setting requires that the sysadmin adds authorized users to the - 'eviacam' group and may have security implications in the case of + Since this setting allows eviacamloader to be run with superuser + privileges, it may have security implications in the case of vulnerabilities in eviacamloader's code.