Initial packaging (#117)
* Add initial packaging * Update Vcs URLs * Disable test * Update dh version * Switch to ubuntu-20.04 * Add d/compat * Update install * Find file * Update location * Upload to bintray * Add version * Add dep * Set vars * Drop file * Update Readme.md * Update linux-debian-packages.yml * Update linux-debian-packages.yml Co-authored-by: Simone Basso <bassosimone@gmail.com>
This commit is contained in:
parent
c0a95c037f
commit
6df2c34974
10 changed files with 121 additions and 0 deletions
13
debian/rules
vendored
Executable file
13
debian/rules
vendored
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_build:
|
||||
true
|
||||
|
||||
override_dh_dwz:
|
||||
true
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- --no-source
|
||||
Loading…
Reference in a new issue