Deduplicate identical extra_deps lines and remove duplicate case pattern
sort check-armhf-time_t | uniq -c | sort -n | grep -v "^ *1 " | grep extra_deps
The case pattern */mapnik/*_impl.hpp also matches *_impl.hpp files in
sub-directories. This is not path globbing.
$ shellcheck -i SC2222 check-armhf-time_t
In check-armhf-time_t line 3188:
            */private/qdrawhelper_p.h|*/private/qauthenticator_p.h|\
                                      ^--------------------------^ SC2222 (warning): This pattern never matches because of a previous pattern on line 3187.
In check-armhf-time_t line 3334:
            */NTL/PD.h|*/NTL/REPORT_ALL_FEATURES.h|*/neon/ne_acl3744.h|\
                                                   ^-----------------^ SC2222 (warning): This pattern never matches because of a previous pattern on line 3210.
In check-armhf-time_t line 3365:
            */plib/ssgaParticleSystem.h|*/plib/ssgaParticleSystem.h|\
                                        ^-------------------------^ SC2222 (warning): This pattern never matches because of a previous pattern on line 3365.
In check-armhf-time_t line 3377:
            */mapnik/*_impl.hpp|*/mapnik/json/*_impl.hpp|*/mapnik/svg/*_impl.hpp|\
                                ^----------------------^ SC2222 (warning): This pattern never matches because of a previous pattern on line 3377.
In check-armhf-time_t line 3412:
            */xapp/libxapp/xapp-icon-chooser-button.h|*/jellyfish/int128.hpp|\
            ^-- SC2222 (warning): This pattern never matches because of a previous pattern on line 3386.
                                                      ^--------------------^ SC2222 (warning): This pattern never matches because of a previous pattern on line 3386.