This file is indexed.

/usr/share/doc/svn-buildpackage/html/fr/ch02.html is in svn-buildpackage 0.8.5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapitre 2. Entrée en matière</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="svn-buildpackage - maintenance de paquets Debian en dépôt Subversion"><link rel="up" href="index.html" title="svn-buildpackage - maintenance de paquets Debian en dépôt Subversion"><link rel="prev" href="ch01s05.html" title="Structures de dépôt classiques"><link rel="next" href="ch02s02.html" title="Utilisation fondamentale de svn"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapitre 2. Entrée en matière</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s05.html">Précédent</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch02s02.html">Suivant</a></td></tr></table><hr></div><div class="chapter" title="Chapitre 2. Entrée en matière"><div class="titlepage"><div><div><h2 class="title"><a name="start"></a>Chapitre 2. Entrée en matière</h2></div></div></div><div class="toc"><p><b>Table des matières</b></p><dl><dt><span class="sect1"><a href="ch02.html#quick">Guide rapide</a></span></dt><dt><span class="sect1"><a href="ch02s02.html">Utilisation fondamentale de <span class="command"><strong>svn</strong></span></a></span></dt><dt><span class="sect1"><a href="ch02s03.html">Création de dépôt Subversion</a></span></dt><dt><span class="sect1"><a href="ch02s04.html">Utilisation par plusieurs développeurs</a></span></dt><dt><span class="sect1"><a href="ch02s05.html">SVN sur SSH</a></span></dt><dt><span class="sect1"><a href="ch02s06.html">Accès anonyme</a></span></dt></dl></div><p>En plus des paquets installés par les dépendances lors de l'installation de
<span class="command"><strong>svn-buildpackage</strong></span>, <span class="command"><strong>ssh</strong></span> peut être
nécessaire ainsi que la série d'outils obligatoires :
<span class="command"><strong>dpkg-dev</strong></span>, <span class="command"><strong>build-essential</strong></span> et leurs
dépendances.
</p><div class="sect1" title="Guide rapide"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="quick"></a>Guide rapide</h2></div></div></div><p>
Voici un guide rapide pour les personnes désirant construire un paquet
existant en utilisant un dépôt Subversion existant et publiquement
accessible. Pour créer un dépôt personnel, sauter cette section et chercher
de plus amples précisions plus loin.
</p><div class="itemizedlist"><p>
Remarque : les archives sources amont sont nécessaires, gardées sous un nom
de fichier compatible avec <span class="command"><strong>dpkg-source</strong></span> dans
<code class="filename">tarballs/</code>.
</p><ul class="itemizedlist" type="disc"><li class="listitem"><p>
svn co
svn://<em class="replaceable"><code>serveur</code></em>/<em class="replaceable"><code>chemin</code></em>/<em class="replaceable"><code>vers</code></em>/trunk
<em class="replaceable"><code>paquet</code></em>
</p></li><li class="listitem"><p>
mkdir tarballs
</p></li><li class="listitem"><p>
cp
<em class="replaceable"><code>répertoire-où-le-code-source-est-gardé</code></em>/<em class="replaceable"><code>paquet_version</code></em>.orig.tar.gz
tarballs/
</p></li><li class="listitem"><p>
cd <em class="replaceable"><code>paquet</code></em>
</p></li><li class="listitem"><p>
svn-buildpackage -us -uc -rfakeroot
</p></li></ul></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s05.html">Précédent</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch02s02.html">Suivant</a></td></tr><tr><td width="40%" align="left" valign="top">Structures de dépôt classiques </td><td width="20%" align="center"><a accesskey="h" href="index.html">Sommaire</a></td><td width="40%" align="right" valign="top"> Utilisation fondamentale de <span class="command"><strong>svn</strong></span></td></tr></table></div></body></html>