[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Acl-devel] [PATCH attr 0/8] Assorted fixes
From: |
Guillem Jover |
Subject: |
[Acl-devel] [PATCH attr 0/8] Assorted fixes |
Date: |
Sat, 20 Jul 2019 04:14:34 +0200 |
Hi!
I'm the new Debian maintainer for both the attr and acl packages,
so I'll be sending over patches that we were carrying in the past
and new ones. :)
Thanks,
Guillem
Frans Spiesschaert (1):
po: Update Dutch translation
Guillem Jover (6):
build: Do not assume we have a config.h header around
build: Use LDLIBS instead of LDFLAGS
Ignore examples/copyattr
examples: Check "user." as a prefix not as the entire string
man: Fix various typos
build: Only include the compat syscall stubs on Linux systems
Wookey (1):
build: Fix for incompatibility with autoconf 2.13
.gitignore | 1 +
configure.ac | 7 +++++++
examples/Makefile | 4 ++--
examples/copyattr.c | 17 +++--------------
libattr/Makemodule.am | 17 ++++++++++++++---
man/man1/getfattr.1 | 2 +-
man/man3/attr_multi.3 | 6 +++---
man/man3/attr_remove.3 | 2 +-
po/nl.po | 43 +++++++++++++++++++++++-------------------
9 files changed, 56 insertions(+), 43 deletions(-)
--
2.22.0.657.g960e92d24f
- [Acl-devel] [PATCH attr 0/8] Assorted fixes,
Guillem Jover <=
- [Acl-devel] [PATCH attr 5/8] examples: Check "user." as a prefix not as the entire string, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 6/8] man: Fix various typos, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 8/8] po: Update Dutch translation, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 4/8] Ignore examples/copyattr, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 1/8] build: Fix for incompatibility with autoconf 2.13, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 7/8] build: Only include the compat syscall stubs on Linux systems, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 2/8] build: Do not assume we have a config.h header around, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 3/8] build: Use LDLIBS instead of LDFLAGS, Guillem Jover, 2019/07/20