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