]> git.saurik.com Git - apt.git/commit
replace run-parts with find|sort to avoid debianutils usage
authorDavid Kalnischkies <david@kalnischkies.de>
Sun, 6 Dec 2015 13:46:11 +0000 (14:46 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Sun, 6 Dec 2015 13:46:11 +0000 (14:46 +0100)
commit804419029ab1b969c8d2dedb9b3443225058521f
tree4b64854590c02645b4da578ee02da61c2e13d9cb
parente75e5879c0e8d232a2e8f045685beeb8c965aba4
replace run-parts with find|sort to avoid debianutils usage

After e75e5879 the reason for an implicit dependency on debianutils
(which is essential for debian, but likely not on other systems) was
just two uses of run-parts, which can be replaced with the a lot more
portable find-piped-into-sort duo.
cmdline/apt-key.in
test/integration/run-tests