Add Debian packaging.

This commit is contained in:
Alexandre Pujol 2021-04-03 23:22:09 +01:00
parent 646cbec874
commit b6ac70f80d
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
11 changed files with 74 additions and 1 deletions

12
debian/rules vendored Executable file
View file

@ -0,0 +1,12 @@
#!/usr/bin/make -f
# rules makefile.
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
#
#export DH_VERBOSE=1
%:
dh $@ --with=config-package
override_dh_auto_configure:
./configure --distribution=debian --flavor=desktop