blob: 56a50a596c38309f692c256342774e6183a9e485 (
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/vendor/vendor/*/LICENSE
$(RM) debian/*/usr/share/icinga-php/vendor/vendor/*/*/LICENSE
|