11 lines
194 B
Makefile
Executable File
11 lines
194 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
override_dh_auto_configure:
|
|
%:
|
|
dh_auto_configure -- --prefix=/usr/lib/$(DEB_HOST_MULTIARCH)/obs-plugins --buildtype=release
|
|
|
|
|
|
|
|
%:
|
|
dh $@ --buildsystem=meson --with quilt
|