[debhelper-devel] [debhelper] 02/06: dh_fixperms: Unconditionally reset perms of "0644" files

Niels Thykier nthykier at moszumanska.debian.org
Mon Apr 17 17:07:03 UTC 2017


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

nthykier pushed a commit to branch master
in repository debhelper.

commit c2f80cfa03e87d33e24e624bcba6498cf412e5ba
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Apr 17 16:08:14 2017 +0000

    dh_fixperms: Unconditionally reset perms of "0644" files
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_fixperms | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_fixperms b/dh_fixperms
index 260577f..f52089d 100755
--- a/dh_fixperms
+++ b/dh_fixperms
@@ -104,7 +104,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 		"-perm -5 -name '*.pm' $find_options -print0",
 		"2>/dev/null | xargs -0r chmod a-X");
 
-	complex_doit("find $tmp -perm -5 -type f ${mode_0644_find_pattern}",
+	complex_doit("find $tmp -type f ${mode_0644_find_pattern}",
 				 "${find_options} -print0 2>/dev/null",
 				 "| xargs -0r chmod 0644");
 	

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




More information about the debhelper-devel mailing list