You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/debian/rules

12 lines
233 B

#!/usr/bin/make -f
%:
dh $@
override_dh_install:
dh_install
# remove all *.pl scripts, they are for development usage only
rm -rf ./debian/ngcp-panel/usr/bin
override_dh_auto_test:
echo "TODO / FIXME - skipping dh_auto_test"