* modules/acl (Depends-on): Use q{copy,set}-acl instead. --- ChangeLog | 5 +++++ modules/acl | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog index 3dc4f5d..2344b07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2015-06-01 Pádraig Brady <p...@draigbrady.com> + acl: don't depend on the deprecated qacl module + * modules/acl (Depends-on): Use q{copy,set}-acl instead. + +2015-06-01 Pádraig Brady <p...@draigbrady.com> + gnulib-tool: concatenate lib_SOURCES to a single line * gnulib-tool: Refactor the line merging sed logic, and use that to output a single lib_SOURCES line for each module. diff --git a/modules/acl b/modules/acl index d5d3450..b42ed08 100644 --- a/modules/acl +++ b/modules/acl @@ -8,7 +8,8 @@ lib/set-acl.c Depends-on: error gettext-h -qacl +qcopy-acl +qset-acl quote stdbool -- 2.4.1