If you want to test the latest bleeding-edge source code for aptitude, you can download unreleased aptitude source code using Git. Install Git (available from http://git-scm.com/) and execute the command git clone git://git.debian.org/git/aptitude/aptitude.git to retrieve the most recent source code.
![]() | Avertissement |
---|---|
The aptitude Git repository is an active development tree; it will change as bugs are fixed and features are added, and there is absolutely no guarantee that it will even compile, let alone run properly! Bug reports are welcome, but be aware that you use development code entirely at your own risk![1] |
<aptitude-devel@lists.alioth.debian.org>
est la principale
liste de diffusion concernant le developpement d'aptitude. Les archives de
cette liste sont accessibles ici http://lists.alioth.debian.org/pipermail/aptitude-devel/. Pour s'y
abonner, consultez la page Web http://lists.alioth.debian.org/mailman/listinfo/aptitude-devel.
Dans l'absolu, les correctifs devraient être soumis à la liste de diffusion
d'aptitude <aptitude-devel@lists.alioth.debian.org>
. Mais si
vous préférez les envoyer en privé, vous pouvez utiliser l'adresse de
courriel <aptitude@packages.debian.org>
ou
<dburrows@debian.org>
. Une rapide description des raisons qui
ont motivées ce correctif ainsi qu'une explication de son mode de
fonctionnement sont grandement appréciés.
The aptitude source tree is regularly updated with new features, bugfixes, and new bugs. Once the source code is available on your computer (see the previous section), you can cd into it and type git pull to update it with any changes made to the main repository.
To automatically receive notifications when changes are made to the aptitude codebase, subscribe to the Atom feed available at http://anonscm.debian.org/gitweb/?p=aptitude/aptitude.git;a=atom or RSS feed available at http://anonscm.debian.org/gitweb/?p=aptitude/aptitude.git;a=rss.
To build aptitude from the Git repository, you must have the programs
autoconf
and automake
installed. Type sh ./autogen.sh && ./configure
to generate the files needed to compile aptitude, then execute
make and make install.
[1] Bien sûr, vous utilisez tous les logiciels libres à vos propres risques, mais le risque induit par l'utilisation d'un arbre de développement actif est encore plus grand.