22 lines
800 B
Plaintext
Raw Normal View History

2023-02-23 22:01:36 +02:00
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
2023-10-07 12:48:48 +03:00
export DEB_CFLAGS_MAINT_APPEND = -Wno-error
2023-02-25 19:28:05 +03:00
DEB_BUILD_OPTIONS=nocheck
2023-02-23 22:01:36 +02:00
override_dh_install:
dh_install
# Remove submodule conflicting files
2023-02-25 19:54:15 +03:00
rm -rf debian/gamescope/usr/bin/di-edid-decode
2023-02-23 22:01:36 +02:00
rm -rf debian/gamescope/usr/include
rm -rf debian/gamescope/usr/lib/libopenvr_api.a
2023-05-11 11:44:30 +03:00
rm -rf debian/gamescope/usr/lib/$(DEB_HOST_MULTIARCH)/libliftoff.a
rm -rf debian/gamescope/usr/lib/$(DEB_HOST_MULTIARCH)/libwlroots.a
rm -rf debian/gamescope/usr/lib/$(DEB_HOST_MULTIARCH)/libdisplay-info.a
rm -rf debian/gamescope/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/libliftoff.pc
rm -rf debian/gamescope/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/wlroots.pc
rm -rf debian/gamescope/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/display-info.pc
2023-02-23 22:01:36 +02:00
%:
dh $@