[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20180531-17-g657497c

2019-03-16 Thread Jelle van der Waa via arch-projects
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  657497c91a67a29e990bed9911c77550d562aac0 (commit)
  from  90bb423304c96072cc3f7ea86ad9672414ed9183 (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 657497c91a67a29e990bed9911c77550d562aac0
Author: Jelle van der Waa 
Date:   Sat Mar 16 18:35:21 2019 +0100

doc: Add myself as maintainer

Signed-off-by: Jelle van der Waa 

---

Summary of changes:
 doc/footer.asciidoc | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
The official devtools repository


[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20180531-16-g90bb423

2019-03-16 Thread Jelle van der Waa via arch-projects
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 
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 

commit 23f248ccfbdefcb26d3d0bfa9a93e21642ba3d28
Author: Jelle van der Waa 
Date:   Sat Mar 16 18:27:13 2019 +0100

find-libdeps: fix indentation in case

Signed-off-by: Jelle van der Waa 

commit eeb1c0e59ee8a5f7be4a6742ba6689af54e9ac7d
Author: Jelle van der Waa 
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 

---

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