* Mathias Behrle <mathi...@m9s.biz>, 2013-05-13, 20:13:
I want to create a separate package tryton-modules-doc from the sphinx documentation contained in tryton-server.

The packages are building without error, but in the final deb of the server package (tryton-server) the files for /usr/bin and /usr/lib are missing. Inspecting debian/tryton-server after the build shows still the directory tmp containing those missing files, apparently not being moved to debian/tryton-server/usr. The build log doesn't show anything unusual.

Quoting the dh_auto_install(1) manpage:

Unless --destdir option is specified, the files are installed into
debian/<package>/ if there is only one binary package. In the multiple binary package case, the files are instead installed into debian/tmp/, and should be moved from there to the appropriate package build directory using dh_install(1).


You probably want to instruct dh_install which files belong to which packages, presumably by creating appropriate *.install files.

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130513182639.ga6...@jwilk.net

Reply via email to