[Pkg-zsh-commits] [zsh] 01/01: Set "Rules-Requires-Root: no"

Axel Beckert abe at deuxchevaux.org
Sat Oct 28 18:27:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch debian
in repository zsh.

commit efa4b98e778a156e3fa3b9b10b01dd0f788f9a6d
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Oct 28 20:20:59 2017 +0200

    Set "Rules-Requires-Root: no"
    
    Drop "-o root -g root" from $(INSTALL_PROGRAM) in debian/rules: No
    more needed, user/group are either set by dh_fixperms or dpkg-deb
    nowadays.
    
    Gbp-Dch: Full
---
 debian/control | 1 +
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index f1ca315..60276c0 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,7 @@ Standards-Version: 4.1.1
 Homepage: https://www.zsh.org/
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/zsh.git -b debian
 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/zsh.git
+Rules-Requires-Root: no
 
 Package: zsh-common
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 50d8d3f..f6fdb0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 INSTALL = install
-INSTALL_PROGRAM = $(INSTALL) -p -o root -g root -m 755
+INSTALL_PROGRAM = $(INSTALL) -p -m 755
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list