2023-01-18 21:20:58 +00:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
2023-01-18 22:21:49 +00:00
|
|
|
# See debhelper(7) (uncomment to enable).
|
|
|
|
# Output every command that modifies files on the build system.
|
|
|
|
export DH_VERBOSE = 1
|
2023-03-09 22:42:16 +03:00
|
|
|
override_dh_dwz:
|
|
|
|
echo "disabled"
|
2023-01-18 22:21:49 +00:00
|
|
|
|
2023-01-18 21:20:58 +00:00
|
|
|
%:
|
2023-01-18 22:48:41 +00:00
|
|
|
dh $@
|