summaryrefslogtreecommitdiffstats
path: root/bin/find_dpkg_trigger_cycles.sh
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@mister-muffin.de>2016-12-20 13:35:58 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-20 14:12:21 +0100
commit5cda2fed147ceca97853de978174eb1336383ef7 (patch)
treee1c474dfbb620edd566f4b72a64ecd5a4d2d9ecd /bin/find_dpkg_trigger_cycles.sh
parentb354bb3c3904610676355d6e853208d3bb7adf27 (diff)
downloadjenkins.debian.net-5cda2fed147ceca97853de978174eb1336383ef7.tar.xz
bin/find_dpkg_trigger_cycles.sh: Also point to /usr/share/doc/dpkg-dev/triggers.txt.gz
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/find_dpkg_trigger_cycles.sh')
-rwxr-xr-xbin/find_dpkg_trigger_cycles.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/find_dpkg_trigger_cycles.sh b/bin/find_dpkg_trigger_cycles.sh
index 2dbc9832..0b51625c 100755
--- a/bin/find_dpkg_trigger_cycles.sh
+++ b/bin/find_dpkg_trigger_cycles.sh
@@ -324,7 +324,9 @@ This creates the cycle if the packages are installed in a fitting order.
These problems could be fixed by either letting A no longer depend on C or by
switching triggers to their -noawait variants. See the deb-triggers(5) man page
-for an explanation of the different trigger control directives.
+for an explanation of the different trigger control directives. You can also
+read /usr/share/doc/dpkg-dev/triggers.txt.gz for an in-depth documentation of
+dpkg triggers.
END
cat $DIRECTORY/result-file
fi
@@ -353,7 +355,9 @@ This creates the cycle if the packages are installed in a fitting order.
These problems could be fixed by either letting A no longer depend on C or by
switching triggers to their -noawait variants. See the deb-triggers(5) man page
-for an explanation of the different trigger control directives.
+for an explanation of the different trigger control directives. You can also
+read /usr/share/doc/dpkg-dev/triggers.txt.gz for an in-depth documentation of
+dpkg triggers.
END
cat $DIRECTORY/result-explicit
fi