2023-02-23 22:25:05 +02:00
|
|
|
#!/usr/bin/make -f
|
2023-05-13 20:37:18 +03:00
|
|
|
|
|
|
|
override_dh_auto_configure:
|
2023-05-13 22:57:58 +03:00
|
|
|
|
2023-05-13 23:13:21 +03:00
|
|
|
dh_auto_configure -- --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)/obs-plugins --buildtype=release
|
2023-05-13 20:38:13 +03:00
|
|
|
|
2023-05-13 20:37:18 +03:00
|
|
|
|
|
|
|
|
2023-02-23 22:25:05 +02:00
|
|
|
%:
|
|
|
|
dh $@ --buildsystem=meson --with quilt
|