Initial Debian package

Refs #7
This commit is contained in:
2021-04-08 05:36:07 +00:00
parent 0df1524976
commit 86720c72f9
5 changed files with 34 additions and 0 deletions

18
debian/rules vendored Executable file
View File

@ -0,0 +1,18 @@
#!/usr/bin/make -f
DISTRIBUTION = $(shell lsb_release -sr)
VERSION = 0.1.0
PACKAGEVERSION = $(VERSION)-0~$(DISTRIBUTION)0
%:
dh $@
override_dh_auto_clean:
override_dh_auto_test:
override_dh_auto_build:
override_dh_auto_install:
make
make install DESTDIR=debian/lume
override_dh_gencontrol:
dh_gencontrol -- -v$(PACKAGEVERSION)