[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.11-5-gf4bc03f



The following commit has been merged in the master branch:
commit f4bc03f29ca709ee82b3d3efc0158df3028b7801
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Dec 14 21:04:24 2012 +0100

    t: Install symbols file with 0644 (umask unpack issue)
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/t/tests/shared-libs-symbols-file/debian/debian/rules b/t/tests/shared-libs-symbols-file/debian/debian/rules
index 3b8860d..42b9f3f 100644
--- a/t/tests/shared-libs-symbols-file/debian/debian/rules
+++ b/t/tests/shared-libs-symbols-file/debian/debian/rules
@@ -11,5 +11,5 @@ override_dh_builddeb:
 	echo "# Aloha!" > debian/nolibrary/DEBIAN/symbols
 	# ... they are also too smart to install slightly broken
 	# variants of symbols files
-	cp -a debian/libfoo1.symbols debian/libfoo1/DEBIAN/symbols
+	install -m 0644 debian/libfoo1.symbols debian/libfoo1/DEBIAN/symbols
 	dh_builddeb

-- 
Debian package checker


Reply to: