bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] acl: don't depend on the deprecated qacl module


From: Pádraig Brady
Subject: [PATCH] acl: don't depend on the deprecated qacl module
Date: Tue, 2 Jun 2015 00:02:47 +0100

* 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  <address@hidden>
 
+       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  <address@hidden>
+
        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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]