mirror of https://github.com/sipwise/netscript.git
Change-Id: I67147a22a18a1cdc66b5c9d9cf8d2c213be23f93changes/07/807/5 mr3.7.1.1
parent
c9fec2e22d
commit
43d24d304a
@ -0,0 +1,5 @@
|
|||||||
|
ngcp-netscript (3.7.1.1+0~mr3.7.1.1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Initial release
|
||||||
|
|
||||||
|
-- Victor Seva <vseva@sipwise.com> Thu, 22 Jan 2015 16:58:59 +0100
|
@ -0,0 +1 @@
|
|||||||
|
9
|
@ -0,0 +1,15 @@
|
|||||||
|
Source: ngcp-netscript
|
||||||
|
Section: admin
|
||||||
|
Priority: extra
|
||||||
|
Maintainer: Sipwise Development Team <support@sipwise.com>
|
||||||
|
Build-Depends: debhelper (>= 9),
|
||||||
|
git
|
||||||
|
Standards-Version: 3.9.6
|
||||||
|
Homepage: http://sipwise.com/
|
||||||
|
|
||||||
|
Package: ngcp-netscript
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${misc:Depends},
|
||||||
|
${shlibs:Depends}
|
||||||
|
Description: NGCP deployment scripts
|
||||||
|
scripts needed to install Sipwise NGCP system.
|
@ -0,0 +1,7 @@
|
|||||||
|
Upstream Author: The Sipwise Team - http://sipwise.com/
|
||||||
|
Copyright: Copyright (c) 2015 Sipwise GmbH, Austria
|
||||||
|
License: All software included in this package is
|
||||||
|
Copyright (c) Sipwise GmbH, Austria.
|
||||||
|
All rights reserved. You may not copy, distribute
|
||||||
|
or modify without prior written permission from
|
||||||
|
Sipwise GmbH, Austria.
|
@ -0,0 +1 @@
|
|||||||
|
/usr/share/ngcp-netscript
|
@ -0,0 +1 @@
|
|||||||
|
deployment.sh usr/share/ngcp-netscript/
|
@ -0,0 +1,19 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
# Uncomment this to turn on verbose mode.
|
||||||
|
# export DH_VERBOSE=1
|
||||||
|
|
||||||
|
DEBVERSION:=$(shell head -n 1 debian/changelog \
|
||||||
|
| sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
|
||||||
|
|
||||||
|
ifneq ($(GIT_COMMIT),)
|
||||||
|
export NGCP_VERSION := $(GIT_COMMIT)
|
||||||
|
else
|
||||||
|
export NGCP_VERSION:=$(DEBVERSION)
|
||||||
|
endif
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
||||||
|
|
||||||
|
override_dh_auto_configure:
|
||||||
|
echo "NGCP_VERSION=$(NGCP_VERSION)"
|
||||||
|
make script_version
|
@ -0,0 +1 @@
|
|||||||
|
3.0 (native)
|
@ -0,0 +1 @@
|
|||||||
|
extend-diff-ignore=.gitreview
|
Loading…
Reference in new issue