On Wed, Nov 16, 2016 at 06:13:35AM -0600, Jim Craig wrote: > If I develop this application around the python-pygoocanvas package can > we modify the standard linuxcnc distribution to include this package by > default? If so I will continue and modify the code to use this new > canvas for the drawing portion of the application.
In Debian packaging, the requirements of each package are listed (lists of more Debian package names) in the package metadata. So in the end, when your application is packaged as a Debian package, installing it will automatically install the dependencies. This doesn't require changing "the standard linuxcnc distribution" to list python-pygoocanvas somewhere, except in the dependency list of the hypothetical new package (and then installing the package itself) Jeff ------------------------------------------------------------------------------ _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
