Adding addtional files to debian package

Hi,
Any suggestions how to add additional files to the Debian package
Bro creates with "make-deb-package " step ?

bro [] # cd pkg && ( ./make-deb-packages )

Those are created via CPack, which uses CMake’s installation mechanism, so the first idea that comes to mind is to edit CMakeList.txt and insert install*() commands.

- Jon

Thank you.

The bro/CMakelist.txt file ?

I don’t see anything obvious.

I would like to add a /etc/init.d/bro script that adds bro to start as a service and gets included with the debian package .
( and gets removed when dpkd -P bro ) is used. Everything appears to be installed under /opt/bro .