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.
ngcpcfg/debian/rules

21 lines
426 B

#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1
%:
dh $@
override_dh_auto_build:
dh_testdir
$(MAKE) man
# catch any syntax errors *before* building the .deb
$(MAKE) syntaxcheck
override_dh_install:
dh_install
test -r $(CURDIR)/usr/sbin/ngcp-network && \
sed -i -e "s/VERSION = 'UNRELEASED'/VERSION = '$(VERSION)'/" \
$(CURDIR)/usr/sbin/ngcp-network || true