mirror of https://github.com/sipwise/ngcp-csc.git
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.
17 lines
346 B
17 lines
346 B
#!/usr/bin/make -f
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
# export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh "$@"
|
|
|
|
override_dh_auto_build:
|
|
dh_auto_build
|
|
/opt/Sencha/Cmd/sencha app build -c
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install
|
|
mkdir -p debian/ngcp-panel-csc/usr/share/ngcp-csc/csc/
|
|
cp -a build/production/* debian/ngcp-panel-csc/usr/share/ngcp-csc/csc/
|