TT#49150 Namespace program names with ngcp-

This makes it obvious these are NGCP specific programs, and avoids
possible collisions with other third party programs.

Create backward compatibility symlinks for a smoother transition.

Namespace too all debhelper fragment files.

Change-Id: Iea96d305e8fcd2461cdb4c8d28bef5d55b307ffe
changes/63/25763/1
Guillem Jover 8 years ago
parent 2bcf3319e6
commit 5953bc6862

1
debian/dirs vendored

@ -1 +0,0 @@
usr/sbin

1
debian/install vendored

@ -1 +0,0 @@
reminder.conf etc/ngcp-reminder/

@ -1 +1 @@
* * * * * root if /usr/sbin/ngcp-check-active -q; then /usr/sbin/reminder 1>/dev/null; fi
* * * * * root if /usr/sbin/ngcp-check-active -q; then /usr/sbin/ngcp-reminder 1>/dev/null; fi

@ -0,0 +1,2 @@
ngcp-reminder usr/sbin/
reminder.conf etc/ngcp-reminder/

@ -0,0 +1 @@
usr/sbin/ngcp-reminder usr/sbin/reminder

@ -0,0 +1 @@
mv_conffile /etc/cron.d/reminder /etc/cron.d/ngcp-reminder 7.0.0.0+0~mr7.0.0.0~

11
debian/rules vendored

@ -3,16 +3,5 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
D = debian/ngcp-reminder
%:
dh $@
override_dh_install:
install -m 755 reminder.pl $(D)/usr/sbin/reminder
dh_install
override_dh_installcron:
dh_installcron --name=reminder
.PHONY: override_dh_install override_dh_installcron

Loading…
Cancel
Save