diff --git a/debian/control b/debian/control index 882c804..db2fb28 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,6 @@ Source: ngcp-mediator Section: utils -Priority: optional Maintainer: Sipwise Development Team -Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), default-libmysqlclient-dev, @@ -10,7 +8,7 @@ Build-Depends: libhiredis-dev, libjson-c-dev, libsystemd-dev, -Standards-Version: 4.6.2 +Standards-Version: 4.7.2 Homepage: https://www.sipwise.com/ Package: ngcp-mediator diff --git a/debian/copyright b/debian/copyright index df1426e..7739a5b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,9 +2,10 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://www.sipwise.com/ Upstream-Contact: Sipwise Development Team -Files: * +Files: + * Copyright: - Copyright © 2007-2023 Sipwise GmbH, Austria + 2007-2025 Sipwise GmbH, Austria License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian/ngcp-mediator.maintscript b/debian/ngcp-mediator.maintscript deleted file mode 100644 index bc77164..0000000 --- a/debian/ngcp-mediator.maintscript +++ /dev/null @@ -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 diff --git a/debian/ngcp-mediator.postinst b/debian/ngcp-mediator.postinst deleted file mode 100755 index 28544ac..0000000 --- a/debian/ngcp-mediator.postinst +++ /dev/null @@ -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 diff --git a/debian/rules b/debian/rules index 657234c..256aee1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 +#export DH_VERBOSE = 1 %: dh $@