walker/debian/rules

10 lines
192 B
Plaintext
Raw Normal View History

2024-11-12 17:28:57 +01:00
#!/usr/bin/make -f
2024-11-12 17:23:58 +01:00
2024-11-12 17:28:57 +01:00
# See debhelper(7) (uncomment to enable).
# Output every command that modifies files on the build system.
2024-11-12 17:23:58 +01:00
export DH_VERBOSE = 1
2024-11-12 17:28:57 +01:00
override_dh_dwz:
echo "disabled"
2024-11-12 17:23:58 +01:00
%:
2024-11-12 17:28:57 +01:00
dh $@