Package: dpkg-dev Version: 1.22.14 Severity: minor File: /usr/share/doc/dpkg/spec/triggers.txt Tags: patch
There is a duplicate "can be can be" in triggers.txt Trivial patch attached.
diff --git a/doc/spec/triggers.txt b/doc/spec/triggers.txt index 64f42324c..bc56df86a 100644 --- a/doc/spec/triggers.txt +++ b/doc/spec/triggers.txt @@ -187,8 +187,8 @@ processed is provided to the postinst only so that it can optimize away redundant processing. In that case, where an interested package has more than one trigger -and wants to process them differently, the list of triggers can be can -be examined in a shell script like this: +and wants to process them differently, the list of triggers can be +examined in a shell script like this: case " $2 " in *" trigger-name-a "*) process-trigger-a ;; esac