mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-06 12:25:10 +01:00
11 lines
161 B
Makefile
Executable File
11 lines
161 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export DH_VERBOSE=1
|
|
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
|
|
|
override_dh_installchangelogs:
|
|
dh_installchangelogs Changelog
|
|
|
|
%:
|
|
dh $@
|