summaryrefslogtreecommitdiffstats
path: root/man/nl/dpkg-shlibdeps.pod
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-07 13:30:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-07 13:30:11 +0000
commitb4f7d8b1566e3220d0e9004499ef9c257e079c57 (patch)
treece0468ca8cf21380bef3d2aaacc9fcb30116e757 /man/nl/dpkg-shlibdeps.pod
parentReleasing progress-linux version 1.22.6-0.0~progress7.99u1. (diff)
downloaddpkg-b4f7d8b1566e3220d0e9004499ef9c257e079c57.tar.xz
dpkg-b4f7d8b1566e3220d0e9004499ef9c257e079c57.zip
Merging upstream version 1.22.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/nl/dpkg-shlibdeps.pod')
-rw-r--r--man/nl/dpkg-shlibdeps.pod16
1 files changed, 15 insertions, 1 deletions
diff --git a/man/nl/dpkg-shlibdeps.pod b/man/nl/dpkg-shlibdeps.pod
index d61eaed..53b0662 100644
--- a/man/nl/dpkg-shlibdeps.pod
+++ b/man/nl/dpkg-shlibdeps.pod
@@ -50,7 +50,7 @@ Door een pakket verstrekte informatie over afhankelijkheidsrelaties tot gedeelde
Tijdens het doorzoeken van de door al de programma's gebruikte symbolen, onthoudt B<dpkg-shlibdeps> van elke bibliotheek de (hoogste) minimale versie die nodig is. Op het eind van het proces is het in staat voor elke gebruikte bibliotheek uit te schrijven wat de minimale vereiste is (in de veronderstelling dat de informatie uit de I<symbols>-bestanden accuraat is).
-As a safe-guard measure, a symbols file can provide a B<Build-Depends-Package> or B<Build-Depends-Packages> meta-information field and B<dpkg-shlibdeps> will extract the minimal version required by the corresponding package in the B<Build-Depends> field and use this version if it's higher than the minimal version computed by scanning symbols.
+Bij wijze van beschermende maatregel kan een symbols-bestand een meta-informatieveld B<Build-Depends-Package> of B<Build-Depends-Packages> bevatten. Dan zal B<dpkg-shlibdeps> de door het corresponderende pakket vereiste minimale versie halen uit het veld B<Build-Depends> en deze versie gebruiken als ze hoger is dan de minimale versie die berekend werd via het doorzoeken van symbolen.
=head2 Shlibs-bestanden
@@ -108,6 +108,16 @@ De optie B<-d>I<afhankelijkheidsveld> heeft uitwerking voor alle programma's na
Indien hetzelfde afhankelijkheidsitem (of set van alternatieven) te vinden is in meer dan een van de herkende namen voor afhankelijkheidsvelden B<Pre-Depends>, B<Depends>, B<Recommends>, B<Enhances> of B<Suggests>, zal B<dpkg-shlibdeps> de afhankelijkheid automatisch uit alle velden verwijderen, behalve uit het veld dat de belangrijkste afhankelijkheid vertegenwoordigt.
+=item B<--package=>I<package>
+
+Define the package name.
+
+When specified, the package name will be used to change defaults based on the binary package metadata in F<debian/control>.
+
+If the package is B<Essential: yes>, then the default dependency field is B<Pre-Depends>, otherwise B<Depends>. The default package type is set from the B<Package-Type> field. The package is added to the set of packages excluded by B<-x>.
+
+Option supported since dpkg 1.22.7.
+
=item B<-p>I<variabelenaamprefix>
Substitutievariabelen beginnen met I<variabelenaamprefix>B<:> in plaats van met B<shlibs:>. Op dezelfde wijze worden eventuele substitutievariabelen die beginnen met I<variabelenaamprefix>B<:> (in plaats van met B<shlibs:>), verwijderd uit het bestand met substitutievariabelen.
@@ -170,6 +180,10 @@ De versie tonen en afsluiten.
=over
+=item B<DEB_HOST_ARCH>
+
+Sets the host architecture. This affects the objects and symbols files searched for and their default search pathnames.
+
=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>.