Source: util-linux
Version: 2.29.1-1
Severity: wishlist
Tags: patch

dh_fixperms complains that -s is a deprecated option.
Trivial patch attached.

-- 
 ,''`.  Christian Hofstaedtler <[email protected]>
: :' :  Debian Developer
`. `'   7D1A CFFA D9E0 806C 9C4C  D392 5C13 D6DB 9305 2E03
  `-

>From 7d511e8669e6b20d7b3eced09022739d34a3e196 Mon Sep 17 00:00:00 2001
From: Christian Hofstaedtler <[email protected]>
Date: Sun, 22 Jan 2017 16:35:59 +0000
Subject: [PATCH] Fix debhelper -s deprecation warning

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index cc8c07e1d..e26dbcebb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -173,7 +173,7 @@ override_dh_makeshlibs:
                --add-udeb=libuuid1-udeb
 
 override_dh_fixperms:
-       dh_fixperms -i -s -Xusr/bin/wall -Xbin/mount -Xbin/umount
+       dh_fixperms -i -a -Xusr/bin/wall -Xbin/mount -Xbin/umount
 
 override_dh_auto_test:
 ifeq ($(DEB_HOST_ARCH_OS), linux)
-- 
2.11.0

Reply via email to