From 8356908611aee7185c4c47b997fe4d2a331a1d8b Mon Sep 17 00:00:00 2001 From: Kimpe Andy Date: Wed, 31 Jan 2024 12:55:13 +0100 Subject: [PATCH] Create rules --- debian/rules | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 debian/rules diff --git a/debian/rules b/debian/rules new file mode 100644 index 000000000..fc8b95655 --- /dev/null +++ b/debian/rules @@ -0,0 +1,22 @@ +#!/usr/bin/make -f + +LDFLAGS+=-Wl,-z,defs -Wl,--as-needed +#export LDFLAGS + +%: + dh $@ --with quilt,autoreconf + +override_dh_auto_configure: + chmod +x $(CURDIR)/debian/configure.sh + $(CURDIR)/debian/configure.sh $(CURDIR) + +override_dh_auto_build: + chmod +x $(CURDIR)/debian/build.sh + $(CURDIR)/debian/build.sh $(CURDIR) + +override_dh_auto_install: + chmod +x $(CURDIR)/debian/install.sh + $(CURDIR)/debian/install.sh $(CURDIR) + +override_dh_installdocs: + echo "no doc"