On Tue, Sep 9, 2008 at 7:16 PM, Sebastian Moors <[EMAIL PROTECTED]> wrote: > Hi, > > i'm gonna setup a clean debian testing (and maybe sid) virtual machine > later and build the packages. > My working system is a mix between testing and sid, i guess this is not > optimal for packaging.. > I've also signed up for the suse build service, they provide a free > build-service for many distributions (including debian and ubuntu). > I hope we can do something like nightly builds with the help of opensuse.. > -Sebastian
The best way I found to create packages in a clean environment is to use deboostrap in order to create a minimal debian/ubuntu chroot. This is what I do for ubuntu: $ sudo debootstrap hardy mychroot $ sudo chroot mychroot now you are inside the chrooted enviroment, just install svn, build-essential and all the rest :) Ciao, hope this helps -- Alessandro <Comix> Cominu http://comix.hydrogen-music.org e-mail: [EMAIL PROTECTED] ICQ: 116354077 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Hydrogen-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
