[Debian-med-packaging] biosig4c++ packaging in debian

Andreas Tille andreas at an3as.eu
Mon Aug 10 21:06:16 BST 2020


Hi Alois,

On Sun, Aug 09, 2020 at 10:51:53PM +0200, Alois Schlögl wrote:
> After some improvements packaging biosig 2.0.4, I got stuck trying to
> add the files in share/biosig/matlab as part of "octave-biosig".
> Attached is the log from the following command:
> 
>  debuild -i -us -uc -b
> 
> Can you give me some hints how to add these files in the package ?

In debhelper compat 13 dh_missing defaults to --fail-missing.
The simplest way would be to

   override_dh_missing:
	dh_missing --list-missing

However, I personally prefer to explicitly

   override_dh_missing:
	rm <what_should_not_be_installed
	dh_missing

Feel free to choose whatever option you prefer.

Kind regards

      Andreas.

-- 
http://fam-tille.de



More information about the Debian-med-packaging mailing list