renaming party! I hope this is the last one.

2.1
Jon Bonilla 15 years ago
parent 3062d48833
commit 26a8533c51

2
debian/changelog vendored

@ -1,4 +1,4 @@
sipwise-vmnotify (0.1.0) unstable; urgency=low
ngcp-vmnotify (0.1.0) unstable; urgency=low
* Initial release.

4
debian/control vendored

@ -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

8
debian/rules vendored

@ -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

@ -11,7 +11,7 @@
########################################################################
CONFFILE="/etc/sipwise-vmnotify/vmnotify.conf"
CONFFILE="/etc/ngcp-vmnotify/vmnotify.conf"
function debug

@ -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"

Loading…
Cancel
Save