[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20180531-16-g90bb423
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official devtools repository". The branch, master has been updated via 90bb423304c96072cc3f7ea86ad9672414ed9183 (commit) via 23f248ccfbdefcb26d3d0bfa9a93e21642ba3d28 (commit) via eeb1c0e59ee8a5f7be4a6742ba6689af54e9ac7d (commit) from 936ff8da2fb3597d03ef018ec2aba0391e18d569 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 90bb423304c96072cc3f7ea86ad9672414ed9183 Author: Jelle van der Waa <jelle@vdwaa.nl> Date: Sat Mar 16 18:29:56 2019 +0100 sogrep: rename to sogrep.in so make clean works make clean removes all .in converted files to a file without .in which in the make clean step is removed. So running make clean will remove sogrep since it's specified as BINPROGS. In the future this steps should be removed for sogrep since it is a standalone script. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> commit 23f248ccfbdefcb26d3d0bfa9a93e21642ba3d28 Author: Jelle van der Waa <jelle@vdwaa.nl> Date: Sat Mar 16 18:27:13 2019 +0100 find-libdeps: fix indentation in case Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> commit eeb1c0e59ee8a5f7be4a6742ba6689af54e9ac7d Author: Jelle van der Waa <jelle@vdwaa.nl> Date: Sat Mar 16 18:25:55 2019 +0100 doc: add man pages for find-{libdeps,libprovides} Add a simple man page for find-libdeps and find-libprovides. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> ----------------------------------------------------------------------- Summary of changes: Makefile | 4 +++- doc/{find-libprovides.1.asciidoc => find-libdeps.1.asciidoc} | 6 +++--- doc/find-libprovides.1.asciidoc | 12 ++++++------ find-libdeps.in | 2 +- sogrep | 0 sogrep => sogrep.in | 0 6 files changed, 13 insertions(+), 11 deletions(-) copy doc/{find-libprovides.1.asciidoc => find-libdeps.1.asciidoc} (84%) mode change 100644 => 100755 sogrep copy sogrep => sogrep.in (100%) hooks/post-receive -- The official devtools repository
participants (1)
-
Jelle van der Waa