mirror of https://github.com/sipwise/mediator.git
- Update copyright years. - Update Standards-Version to 4.7.2. - Remove «Rules-Requires-Root: no» field, which is now the default. - Remove «Priority: optional» field, which is now the default. - Remove ancient conffile removal handling. - Wrap and sort fields. - Add spaces around operators in make variables. Change-Id: Ibdcbb41520e5c5fdf4a2f88e5fc062445b90f91amr14.1
parent
b0df2e3ba8
commit
9e7fa8d3a4
@ -1,2 +0,0 @@
|
||||
rm_conffile /etc/default/mediator 6.3.0.0+1~mr6.3.0.0
|
||||
rm_conffile /etc/init.d/mediator 6.3.0.0+1~mr6.3.0.0
|
||||
@ -1,22 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
case "$1" in
|
||||
configure)
|
||||
# Remove obsolete rc.d links.
|
||||
update-rc.d mediator remove
|
||||
;;
|
||||
|
||||
abort-upgrade|abort-remove|abort-deconfigure)
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "postinst called with unknown argument '$1'" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
#export DH_VERBOSE = 1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
Loading…
Reference in new issue