From 3e4a8149efbf7d6515ec6ac542ee8882320763d0 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 26 Jul 2021 14:06:58 -0700 Subject: use CFFI, mostly via Osicat, for all syscalls/libc except fork(2) Also replace some calls to chmod(1) with calls to chmod(2). Using CFFI rather than implementation-specific wrappers should be better for portability. Also with this commit we stop hard coding types like uid_t as :UNSIGNED-INT, which was less portable. Signed-off-by: Sean Whitton --- debian/changelog | 2 +- debian/control | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index eb35a0f..a982911 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ consfigurator (0.11.0-1) UNRELEASED; urgency=medium * New upstream release. - * Add dep and build-dep on cl-anaphora. + * Add deps and build-deps on cl-anaphora and cl-osicat. -- Sean Whitton Sat, 04 Sep 2021 15:42:01 -0700 diff --git a/debian/control b/debian/control index 3a20237..73072ac 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: cl-anaphora, cl-babel, cl-cffi, + cl-osicat, cl-heredoc, cl-interpol, cl-named-readtables, @@ -34,6 +35,7 @@ Depends: cl-anaphora, cl-babel, cl-cffi, + cl-osicat, cl-heredoc, cl-interpol, cl-named-readtables, -- cgit v1.2.3