diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-03-04 20:37:34 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-03-04 20:37:34 +0100 |
commit | 85936c5e68025fa47ab4863418aec46de3e5109b (patch) | |
tree | b9581ec4cc20300788dcfb539c1c39a2daa5efaf | |
parent | 8c575094d24d52faa64238d78f849577faaf1bab (diff) | |
download | biboumi-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.
-rwxr-xr-x | debian/rules | 1 |
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)" |