From e5b6461ea3cf49254062387c0451cc0386a12b02 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Sun, 25 Oct 2020 02:08:03 +0300 Subject: Add debian/ dir for debian packaging --- debian/rules | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 00000000..ec48b3c2 --- /dev/null +++ b/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +export DH_VERBOSE = 1 +export DEB_BUILD_MAINT_OPTIONS=hardening=-format + +%: + dh $@ + +override_dh_auto_configure: + cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$(pwd)/../usr + +override_dh_build_configure: + cmake --build . -- cgit v1.2.3