linux-il  

Re: Development Environment Setting Up

Shachar Shemesh
Sun, 16 Sep 2007 08:25:17 -0700

Omer Zak wrote:
> In the following excerpt, Amir E. Aharoni pointed out a problem several
> people have in joining some of the more successful big Free Software
> projects (OpenOffice is especially guilty in this respect).
>
> The problem of setting up is not only due to the need to download and
> install extra packages, but also due to conflicting tools and versions
> of tools needed by different projects and the developer's own work.
>   
Under Debian, the following three commands rebuild the package, exactly
as originally built, for any package in the Debian main archive:
# apt-get build-dep package
$ apt-get source package
$ cd package-version ; dpkg-buildpackage -rfakeroot

So, in a way, yes, Debian did in fact solve this problem.

Shachar

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]