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