The following commit has been merged in the master branch:
commit b13152a6fda7ac23b60fdc476cf00d67f726dded
Author: Niels Thykier <[email protected]>
Date:   Sat Oct 1 14:14:37 2011 +0200

    Explicitly set permissions of the .ali file
    
    This was an oversight in the original commit and now dh_fixperms got
    smarter.  :)
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/t/tests/files-bad-perm-owner/debian/debian/rules 
b/t/tests/files-bad-perm-owner/debian/debian/rules
index 03fab82..6003a41 100644
--- a/t/tests/files-bad-perm-owner/debian/debian/rules
+++ b/t/tests/files-bad-perm-owner/debian/debian/rules
@@ -26,6 +26,7 @@ override_dh_fixperms:
        chmod 0775 debian/$(PKG)/usr/bin/script-wexec
        chmod 4744 debian/$(PKG)/usr/bin/script-wuid
        chmod 0751 debian/$(PKG)/usr/bin/script-ro
+       chmod 0644 debian/$(PKG)/usr/lib/some-where/sample.ali
        chmod 0744 debian/$(PKG)/usr/share/doc/$(PKG)
        chmod 0755 debian/$(PKG)/usr/share/doc/$(PKG)/some-file
        chmod 0755 debian/$(PKG)/etc/cron.d/script

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to