9 lines
159 B
Makefile
Executable file
9 lines
159 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
DEB_HOST_ARCH ?= $(dpkg-architecture -qDEB_HOST_ARCH)
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_gencontrol:
|
|
dh_gencontrol -- -Vmisc:arch="${DEB_HOST_ARCH}"
|