Howto make debs without makefile. Scons?

Howto make debs without makefile. Scons?

Discuss everything related to running Spring on your chosen distribution of Linux.

Moderator: Moderators

Post Reply
Terrax
Posts: 5
Joined: 11 Jul 2007, 13:01

Howto make debs without makefile. Scons?

Post by Terrax »

Hello spring forums :)

I wonder how you make a deb with scons build system?
Normally the sourcecode uses a make build system, and that easy to make a deb with;

dh_make .... and so on
dpkg-buildpackage... and so on.

Can anyone show me a working rules file? Or know a way to build a deb file?
User avatar
BrainDamage
Lobby Developer
Posts: 1164
Joined: 25 Sep 2006, 13:56

Post by BrainDamage »

i'd suggest you to look at the checkinstall project

instead of sending scons install, you'll have to issue the checkinstall scons install & will auto create a deb for you (but it's not guaranteed it will work on other pcs)
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Post by Tobi »

Or look in the debs made by Yokozar (see sticky in this forum) for an example debian/rules.
Post Reply

Return to “Linux”