~diwic/dpkg/original-maintainer

« back to all changes in this revision

Viewing changes to man/fr/deb-symbols.5

  • Committer: James Westby
  • Author(s): Raphael Hertzog
  • Date: 2009-12-07 09:24:31 UTC
  • mto: (1.2.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 71.
  • Revision ID: james.westby@canonical.com-20091207092431-julffpexyz8z8d26
* Fix Dpkg::Index::get() and remove(). Thanks to Roderich Schupp
  <roderich.schupp@googlemail.com> for the patch. Closes: #558595
* Modify implementation of "3.0 (quilt)" source format to not be
  behave differently depending on whether quilt is installed or not.
  The option --without-quilt is thus gone and dpkg-source creates
  and relies on the .pc directory to know whether patches are applied
  or not. Closes: #557667
* Add new dpkg-source option --single-debian-patch supported by the source
  format "3.0 (quilt)" so that it behaves more like 1.0 and its single diff
  that is constantly updated with all upstream changes. Useful if the
  workflow is VCS based and can't generate a full patch set.
* dpkg-source now uses debian/source/patch-header as header of the automatic
  Debian patch in format "3.0 (quilt)".
* Fix Debian changelog parser so that the trailer line is again checked.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
.
14
14
.SH DESCRIPTION
15
15
Le format pour une entr�e d'information sur les d�pendances �tendues avec
16
 
biblioth�ques partag�es dans ces fichiers est le suivant\ :
 
16
biblioth�ques partag�es dans ces fichiers est le suivant\\ :
17
17
.PP
18
18
<biblioth�que soname> <mod�le principal de d�pendance>
19
19
.br
41
41
.P
42
42
Chaque entr�e pour une biblioth�que peut aussi avoir des champs de
43
43
m�ta\-information. Ces champs sont enregistr�s via des lignes qui d�butent
44
 
par une ast�risque (�\ *\ �). Actuellement, le seul champ valide est
 
44
par une ast�risque (�\ *\\ �). Actuellement, le seul champ valide est
45
45
\fIconstruction\-des\-d�pendances\-du\-paquet\fP, il indique le nom du paquet �\
46
 
\-dev\ � associ� � la biblioth�que et est utilis� par dpkg\-shlibdeps pour
 
46
\-dev\\ � associ� � la biblioth�que et est utilis� par dpkg\-shlibdeps pour
47
47
s'assurer que la d�pendance produite est au moins aussi stricte que la
48
48
d�pendance de construction correspondante.
49
49
.SH EXEMPLES