aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-26 14:06:58 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-09-09 11:19:40 -0700
commit3e4a8149efbf7d6515ec6ac542ee8882320763d0 (patch)
tree47ea0ced2be5ce4f2a5ab246d5e10a686a98694c /debian
parent009634f28b0443cc6a5dc37f733e281819c9947b (diff)
downloadconsfigurator-3e4a8149efbf7d6515ec6ac542ee8882320763d0.tar.gz
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 <spwhitton@spwhitton.name>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
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 <spwhitton@spwhitton.name> 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,