From 85936c5e68025fa47ab4863418aec46de3e5109b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 4 Mar 2017 20:37:34 +0100 Subject: Fix set proper group (and explicitly set user too, while at it). Closes: Bug#854252. Thanks to Jonas Wielicki and Florent Le Coz. --- debian/rules | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/rules') 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)" -- cgit v1.2.3