Add Debian packaging.
This commit is contained in:
parent
646cbec874
commit
b6ac70f80d
11 changed files with 74 additions and 1 deletions
12
debian/rules
vendored
Executable file
12
debian/rules
vendored
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue