aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-09-13 16:29:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-10-23 10:51:30 -0700
commit324a2630f26c236c2ce438961d5dec727a4432ac (patch)
tree6921a7574c362735a96e47b2733b0f9642765207 /debian
parent446b8f4a8ef78cb4605cfb551255bb455be411f0 (diff)
downloadconsfigurator-324a2630f26c236c2ce438961d5dec727a4432ac.tar.gz
add wrappers of some system functions to manipulate POSIX.1e ACLs
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3f814be..a0d19e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+consfigurator (0.11.1-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * Add dep and build-dep on libacl1-dev.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Thu, 21 Oct 2021 13:25:09 -0700
+
consfigurator (0.11.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 73072ac..061072a 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Build-Depends:
cl-agnostic-lizard,
debhelper-compat (= 13),
dh-elpa,
+ libacl1-dev,
python3-sphinx,
sbcl,
sphinx-common,
@@ -44,6 +45,7 @@ Depends:
cl-trivial-backtrace,
cl-agnostic-lizard,
emacsen-common,
+ libacl1-dev,
${misc:Depends},
Recommends:
emacs,