From 9d857f62af05ff2f9a4ec22f1cfacecf071b668a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 3 Nov 2021 14:32:39 -0700 Subject: add CAPABILITY-P and grovel for some Linux capability constants 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 f4df5e8..841e0a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ consfigurator (0.12.0-1) UNRELEASED; urgency=medium * New upstream release. - * Add deps and build-deps on cl-bordeaux-threads and libacl1-dev. + * Add deps and build-deps on cl-bordeaux-threads, libacl1-dev and libcap-dev. * Add ${sphinxdoc:Built-Using} to Built-Using. * Run 'wrap-and-sort -abst'. diff --git a/debian/control b/debian/control index bb1bc64..a1a6af3 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Build-Depends: debhelper-compat (= 13), dh-elpa, libacl1-dev, + libcap-dev, python3-sphinx, python3-sphinx-rtd-theme, sbcl, @@ -48,6 +49,7 @@ Depends: cl-trivial-backtrace, emacsen-common, libacl1-dev, + libcap-dev, ${misc:Depends}, Recommends: emacs, -- cgit v1.2.3