diff --git a/debian/changelog b/debian/changelog index 748ce7f..c57f22c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -sipwise-vmnotify (0.1.0) unstable; urgency=low +ngcp-vmnotify (0.1.0) unstable; urgency=low * Initial release. diff --git a/debian/control b/debian/control index f39edef..212dd08 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: sipwise-vmnotify +Source: ngcp-vmnotify Section: utils Priority: extra Maintainer: Jon Bonilla <jbonilla@sipwise.com> @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 5) Standards-Version: 3.8.4 Homepage: http://sipwise.com/ -Package: sipwise-vmnotify +Package: ngcp-vmnotify Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, sipsak, bash, uuid-runtime Description: mwi generator diff --git a/debian/rules b/debian/rules index af9b633..21cfb15 100755 --- a/debian/rules +++ b/debian/rules @@ -27,11 +27,11 @@ install: build dh_testdir dh_testroot dh_clean -k - dh_installdirs usr/bin etc/sipwise-vmnotify + dh_installdirs usr/bin etc/ngcp-vmnotify - install -m 755 vmnotify debian/sipwise-vmnotify/usr/bin/vmnotify - install -m 644 vmnotify.conf debian/sipwise-vmnotify/etc/sipwise-vmnotify/vmnotify.conf - install -m 644 mwi.sip debian/sipwise-vmnotify/etc/sipwise-vmnotify/mwi.sip + install -m 755 vmnotify debian/ngcp-vmnotify/usr/bin/vmnotify + install -m 644 vmnotify.conf debian/ngcp-vmnotify/etc/ngcp-vmnotify/vmnotify.conf + install -m 644 mwi.sip debian/ngcp-vmnotify/etc/ngcp-vmnotify/mwi.sip # Build architecture-dependent files here. binary-arch: build install diff --git a/vmnotify b/vmnotify index b73ae2e..aac03af 100755 --- a/vmnotify +++ b/vmnotify @@ -11,7 +11,7 @@ ######################################################################## -CONFFILE="/etc/sipwise-vmnotify/vmnotify.conf" +CONFFILE="/etc/ngcp-vmnotify/vmnotify.conf" function debug diff --git a/vmnotify.conf b/vmnotify.conf index f016cdd..dc1ad72 100644 --- a/vmnotify.conf +++ b/vmnotify.conf @@ -5,6 +5,6 @@ LOGFILE="/tmp/vmnotify.log" VERBOSE="" SIPSAK=`which sipsak` UUIDGEN=`which uuidgen` -SIPFILE="/etc/sipwise-vmnotify/mwi.sip" +SIPFILE="/etc/ngcp-vmnotify/mwi.sip"