6df2c34974
* 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>
14 lines
144 B
Makefile
Executable File
14 lines
144 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_build:
|
|
true
|
|
|
|
override_dh_dwz:
|
|
true
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install -- --no-source
|