Re: fastest hack-build-run iteration

2012-02-21 Thread Joachim Wiedorn
Paul Wise p...@debian.org wrote on 2012-02-21 09:28: On Tue, Feb 21, 2012 at 8:40 AM, David Roguin wrote: I'm making some changes to the evolution package and every time I want to test a tiny change I build a deb, install and run it. As you can imagine that takes a lot of time.

Re: fastest hack-build-run iteration

2012-02-21 Thread Joachim Wiedorn
David Roguin nesda...@gmail.com wrote on 2012-02-20 21:40: Hi, I'm making some changes to the evolution package and every time I want to test a tiny change I build a deb, install and run it. As you can imagine that takes a lot of time. That's why I'm asking if there's a faster way to

Re: fastest hack-build-run iteration

2012-02-21 Thread Adam Borowski
On Tue, Feb 21, 2012 at 09:58:45AM +0100, Joachim Wiedorn wrote: Paul Wise p...@debian.org wrote on 2012-02-21 09:28: On Tue, Feb 21, 2012 at 8:40 AM, David Roguin wrote: I'm making some changes to the evolution package and every time I want to test a tiny change I build a deb, install

Re: fastest hack-build-run iteration

2012-02-21 Thread David Roguin
On Tue, 2012-02-21 at 13:59 +0100, Adam Borowski wrote: On Tue, Feb 21, 2012 at 09:58:45AM +0100, Joachim Wiedorn wrote: Paul Wise p...@debian.org wrote on 2012-02-21 09:28: On Tue, Feb 21, 2012 at 8:40 AM, David Roguin wrote: I'm making some changes to the evolution package and

Re: fastest hack-build-run iteration

2012-02-20 Thread Paul Wise
On Tue, Feb 21, 2012 at 8:40 AM, David Roguin wrote: I'm making some changes to the evolution package and every time I want to test a tiny change I build a deb, install and run it. As you can imagine that takes a lot of time. That's why I'm asking if there's a faster way to iterate over

Re: fastest hack-build-run iteration

2012-02-20 Thread David Roguin
On Mon, Feb 20, 2012 at 10:28 PM, Paul Wise p...@debian.org wrote: On Tue, Feb 21, 2012 at 8:40 AM, David Roguin wrote: I'm making some changes to the evolution package and every time I want to test a tiny change I build a deb, install and run it. As you can imagine that takes a lot of time.

Re: fastest hack-build-run iteration

2012-02-20 Thread Paul Wise
On Tue, Feb 21, 2012 at 10:57 AM, David Roguin wrote: Ok, but ./debian/rules binary takes a lot of time. Generating .deb files for evolution takes a couple of minutes. It'd be great if I could ./debian/rules build and run the whole thing from ./debian/tmp (libs included) Do you know any way