2024-11-02 14:32:03 +01:00
|
|
|
#! /usr/bin/make -f
|
|
|
|
|
|
|
|
## See debhelper(7) (uncomment to enable).
|
|
|
|
## Output every command that modifies files on the build system.
|
|
|
|
export DH_VERBOSE = 1
|
|
|
|
export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch)
|
|
|
|
|
2024-11-02 14:45:07 +01:00
|
|
|
override_dh_install:
|
|
|
|
dh_install
|
|
|
|
ln -s debian/protonplus/usr/bin/"com.vysp3r.ProtonPlus" debian/protonplus/usr/bin/protonplus
|
2024-11-02 14:32:03 +01:00
|
|
|
%:
|
2024-11-02 14:45:07 +01:00
|
|
|
dh $@ --buildsystem=meson
|