summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-03-04 20:37:34 +0100
committerJonas Smedegaard <dr@jones.dk>2017-03-04 20:37:34 +0100
commit85936c5e68025fa47ab4863418aec46de3e5109b (patch)
treeb9581ec4cc20300788dcfb539c1c39a2daa5efaf /debian/rules
parent8c575094d24d52faa64238d78f849577faaf1bab (diff)
downloadbiboumi-85936c5e68025fa47ab4863418aec46de3e5109b.tar.gz
biboumi-85936c5e68025fa47ab4863418aec46de3e5109b.tar.bz2
biboumi-85936c5e68025fa47ab4863418aec46de3e5109b.tar.xz
biboumi-85936c5e68025fa47ab4863418aec46de3e5109b.zip
Fix set proper group (and explicitly set user too, while at it). Closes: Bug#854252. Thanks to Jonas Wielicki and Florent Le Coz.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index dc34d8b..51835bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,7 @@ CDBS_BUILD_DEPENDS += , cmake, catch, uuid-dev, pandoc
CDBS_BUILD_DEPENDS += , $(patsubst %,$(comma) lib%-dev,$(dev-deps))
DEB_CMAKE_EXTRA_FLAGS = \
+ -DSERVICE_USER=nobody -DSERVICE_GROUP=nogroup \
-DBOTAN_LIBRARIES="$(shell pkg-config botan-1.10 --libs-only-L)" \
-DBOTAN_INCLUDE_DIRS="$(shell pkg-config botan-1.10 --cflags-only-I)"