On 12/22/2012 11:23 PM, John Paul Adrian Glaubitz wrote: > If I just create the usual debhelper 9 rules file, the package will be > built from the C sources only, ignoring the Python code for launcher > and server.
While the "dh 9 short style" with override_* thing is nice (I've learn to love it, after a bit more than a year of resisting it), it isn't at all mandatory. And in some cases, it's not adapted (this case seem to be one of the cases it isn't adapted). Why don't you just use the older packaging style, and call "python setup.py --install-layout=deb--root=debian/<package-name>" in the install target (or whatever is needed if upstream don't use python-setuptools)? Thomas -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/50d6ee06.7010...@debian.org