Create rules

This commit is contained in:
Kimpe Andy 2024-01-31 12:55:13 +01:00 committed by GitHub
parent 2695ce4a71
commit 8356908611
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 22 additions and 0 deletions

22
debian/rules vendored Normal file
View File

@ -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"