Hi Frederic, Am Freitag, den 03.08.2018, 13:28 +0000 schrieb PICCA Frederic- Emmanuel: > Hello, I need to create a new package for > > spyder_kernels. > > Is there a tool which allows to create the first version of a package > which create the debian/directory from the setup.py files ?
There is stdeb [1]. I've used it in the past to create the initial debian/ files. However, most of the generated files needs to be adjusted manually. [1]: https://pypi.org/project/stdeb/ Cheers, - Adrian