Control: tags 808934 + patch
Control: tags 808934 + pending

Dear maintainer,

I've prepared an NMU for nsis (versioned as 2.48-2.1) and
uploaded it to DELAYED/15. Please feel free to tell me if I
should delay it longer.

Regards.
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
diff -Nru nsis-2.48/debian/changelog nsis-2.48/debian/changelog
--- nsis-2.48/debian/changelog	2015-12-15 16:13:32.000000000 +0100
+++ nsis-2.48/debian/changelog	2015-12-29 15:03:02.000000000 +0100
@@ -1,3 +1,10 @@
+nsis (2.48-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Use "find -perm /x" instead of "find -perm +x". Closes: #808934
+
+ -- Andreas Metzler <[email protected]>  Tue, 29 Dec 2015 15:02:57 +0100
+
 nsis (2.48-2) unstable; urgency=medium
 
   * Build makensis in build-indep to fix indep-only FTBFS
diff -Nru nsis-2.48/debian/rules nsis-2.48/debian/rules
--- nsis-2.48/debian/rules	2015-12-15 16:13:32.000000000 +0100
+++ nsis-2.48/debian/rules	2015-12-29 15:03:47.000000000 +0100
@@ -189,7 +189,7 @@
 override_dh_fixperms-arch:
 	dh_fixperms
 	find "$(CURDIR)/debian/nsis/$(SYSCONF)" \
-		-type f -perm +111 -exec chmod a-x {} \;
+		-type f -perm /111 -exec chmod a-x {} \;
 
 override_dh_auto_install-indep:
 ifdef XGCC_W32_PATH
@@ -224,9 +224,9 @@
 	dh_fixperms
 	# Remove executable flag from data files
 	find "$(CURDIR)/debian/nsis-common$(DATADIR)" \
-		-type f -perm +111 -exec chmod a-x {} \;
+		-type f -perm /111 -exec chmod a-x {} \;
 	# Fix permissions for plugin API header and library files
 ifdef XGCC_W32_PATH
 	find "$(CURDIR)/debian/nsis-pluginapi$(XGCC_W32_PATH)" \
-		-type f -perm +111 -exec chmod a-x {} \;
+		-type f -perm /111 -exec chmod a-x {} \;
 endif

Attachment: signature.asc
Description: PGP signature

Reply via email to