From 5c5b022bd1b3b23d3f1870e3f16f9828c8c0b94e Mon Sep 17 00:00:00 2001 From: Darshaka Pathirana Date: Thu, 26 Jan 2017 00:54:11 +0100 Subject: [PATCH 1/1] Add #DEBHELPER# token Fix lintian warning maintainer-script-lacks-debhelper-token As this package uses debhelper commands, adding the token is recommended --- debian/postinst | 2 ++ debian/postrm | 2 ++ debian/prerm | 2 ++ 3 files changed, 6 insertions(+) diff --git a/debian/postinst b/debian/postinst index b72feed..8b783fe 100755 --- a/debian/postinst +++ b/debian/postinst @@ -10,3 +10,5 @@ fi if [ "$1" = "configure" ]; then adduser --quiet --system --group --no-create-home --home /var/run/uanytun uanytun fi + +#DEBHELPER# diff --git a/debian/postrm b/debian/postrm index 9088e15..345ff3c 100755 --- a/debian/postrm +++ b/debian/postrm @@ -13,3 +13,5 @@ if [ "$1" = "purge" ] ; then echo "Not removing uanytun user and group: adduser package not found." >&2 fi fi + +#DEBHELPER# diff --git a/debian/prerm b/debian/prerm index 01b209c..631c043 100755 --- a/debian/prerm +++ b/debian/prerm @@ -10,3 +10,5 @@ if [ -x "/etc/init.d/uanytun" ] && [ "$1" = remove ]; then /etc/init.d/uanytun stop || true fi fi + +#DEBHELPER# -- 2.1.4