Re: Building a module and an application package from one source

2016-08-24 Thread Ben Finney
Sebastian Humenda writes: > I want to repackage GladTeX (it used to be Perl and has been rewritten > in Python). Thank you for working on this package for Debian. > GladTeX comes with a module and an command-line application. Pybuild > copies all files into the package defined first in debian/c

Building a module and an application package from one source

2016-08-24 Thread Sebastian Humenda
Hi, I want to repackage GladTeX (it used to be Perl and has been rewritten in Python). GladTeX comes with a module and an command-line application. Pybuild copies all files into the package defined first in debian/control and I am not sure how to separate the module from the application. Is there