booster/debian/rules

15 lines
271 B
Plaintext
Raw Normal View History

2023-08-30 18:53:09 +01:00
#!/usr/bin/make -f
2023-08-30 18:46:02 +01:00
2023-08-30 18:53:09 +01:00
# See debhelper(7) (uncomment to enable).
# Output every command that modifies files on the build system.
2023-08-30 18:46:02 +01:00
export DH_VERBOSE = 1
2023-08-30 18:53:09 +01:00
override_dh_dwz:
echo "disabled"
2023-08-30 18:46:02 +01:00
2023-10-06 23:10:56 +03:00
override_dh_install:
dh_install
cp -rvf debian/booster debian/booster-temp
2023-08-30 18:46:02 +01:00
%:
dh $@