diff options
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f1ca31534..60276c02d 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 50d8d3f9f..f6fdb0b1e 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 |