blob: 5e833febb354dd54f48706d3ced7d15288f1d6a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/make -f
#export DH_VERBOSE=1
%:
dh $@
override_dh_install:
dh_install
$(RM) debian/*/usr/share/icinga-php/ipl/vendor/*/LICENSE
$(RM) debian/*/usr/share/icinga-php/ipl/vendor/*/*/LICENSE
|