diff options
Diffstat (limited to 'man/nl/dpkg-name.pod')
-rw-r--r-- | man/nl/dpkg-name.pod | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/nl/dpkg-name.pod b/man/nl/dpkg-name.pod index cef3db8..aa9e102 100644 --- a/man/nl/dpkg-name.pod +++ b/man/nl/dpkg-name.pod @@ -22,7 +22,7 @@ B<dpkg-name> [I<optie>...] [B<-->] I<bestand>... =head1 BESCHRIJVING -Deze man-pagina documenteert het programma B<dpkg-name> dat voorziet in een eenvoudige manier om B<Debian>-pakketten naar hun volledige pakketnamen te hernoemen. Een volledige pakketnaam bestaat uit I<pakket>B<_>I<versie>B<_>I<architectuur>B<.>I<pakkettype>, zoals opgegeven in het controlebestand van het pakket. Het I<versie>-gedeelte van de bestandsnaam bestaat uit de toeleveraarsversieinformatie (upstream), facultatief gevolgd door een koppelteken en de revisie-informatie. Het deel I<pakkettype> is uit dat veld afkomstig als dat bestaat, anders wordt teruggevallen op B<deb>. +This manual page documents the B<dpkg-name> program which provides an easy way to rename B<Debian> packages into their full package names. A full package name consists of I<package>B<_>I<version>B<_>I<architecture>B<.>I<package-type> as specified in the control file of the package. The I<version> part of the filename consists of the upstream version information optionally followed by a hyphen and the revision information. The I<package-type> part comes from that field if present or will fall back to B<deb>. =head1 OPTIES @@ -66,6 +66,10 @@ De versie tonen en afsluiten. =over +=item B<DEB_HOST_ARCH> + +Sets the host architecture. This affects the architecture name used in the package filename. + =item B<DPKG_COLORS> Stelt de kleurmodus in (sinds dpkg 1.18.5). Waarden die momenteel gebruikt mogen worden zijn: B<auto> (standaard), B<always> en B<never>. |