Re: Packaging upstream tarballs with mixed C and Python sources

2012-12-23 Thread Thomas Goirand
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,

Re: Packaging upstream tarballs with mixed C and Python sources

2012-12-23 Thread John Paul Adrian Glaubitz
On Sun, Dec 23, 2012 at 09:11:11AM +0800, Paul Wise wrote: > On Sat, Dec 22, 2012 at 11:50 PM, Игорь Пашев wrote: > > > I think override_dh_auto_{build,install,clean} in debian/rules could help. > > For example: > > > > override_dh_auto_build: > > cd server && ... # build server > > $(MAKE

Re: Packaging upstream tarballs with mixed C and Python sources

2012-12-22 Thread Paul Wise
On Sat, Dec 22, 2012 at 11:50 PM, Игорь Пашев wrote: > I think override_dh_auto_{build,install,clean} in debian/rules could help. > For example: > > override_dh_auto_build: > cd server && ... # build server > $(MAKE) ... # build in top dir Best talk upstream into providing a better build

Re: Packaging upstream tarballs with mixed C and Python sources

2012-12-22 Thread Игорь Пашев
2012/12/22 John Paul Adrian Glaubitz : > Hi, > > I am currently trying to figure out how to get the new UAE fork > "fs-uae" [1] ready for Debian and I haven't yet found a satisfiable > way to build the package. > > fs-uae itself is written in C, but it ships together with a launcher > GUI and a ser