2023-08-30 19:53:09 +02:00
|
|
|
#!/usr/bin/make -f
|
2023-08-30 19:46:02 +02:00
|
|
|
|
2023-08-30 19:53:09 +02:00
|
|
|
# See debhelper(7) (uncomment to enable).
|
|
|
|
# Output every command that modifies files on the build system.
|
2023-08-30 19:46:02 +02:00
|
|
|
export DH_VERBOSE = 1
|
2023-08-30 19:53:09 +02:00
|
|
|
override_dh_dwz:
|
|
|
|
echo "disabled"
|
2023-08-30 19:46:02 +02:00
|
|
|
|
|
|
|
%:
|
|
|
|
dh $@
|