This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=274775ea8b9296650b6524182d723798ee9196e4 commit 274775ea8b9296650b6524182d723798ee9196e4 Author: Michael Biebl <[email protected]> AuthorDate: Mon Jan 27 05:23:40 2025 +0100 doc: Remove duplicate words across newlines [[email protected]: Changed where to remove to reduce diff. ] Closes: #1093548 Signed-off-by: Guillem Jover <[email protected]> --- doc/spec/triggers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/spec/triggers.txt b/doc/spec/triggers.txt index 64f42324c..08a5aa401 100644 --- a/doc/spec/triggers.txt +++ b/doc/spec/triggers.txt @@ -187,7 +187,7 @@ 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 +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 ;; -- Dpkg.Org's dpkg

