[Pkg-ocaml-maint-commits] [ocaml] 01/02: Set permissions of patches in ocaml-source

Stéphane Glondu glondu at moszumanska.debian.org
Fri Aug 21 12:50:07 UTC 2015


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

glondu pushed a commit to branch experimental/master
in repository ocaml.

commit ab48359c0e7d879bebf67560822d25e6cd889d7f
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Aug 21 10:50:13 2015 +0200

    Set permissions of patches in ocaml-source
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index b29587a..90ebcf0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -111,6 +111,9 @@ $(TARBALL_TARGET): $(UPSTREAM_TARBALL)
 	cp $< debian/$(DISTDIR)
 # Copy debian/patches
 	cp -a debian/patches debian/$(DISTDIR)/debian-patches
+# Set permissions (workaround for #796257)
+	chmod 755 debian/$(DISTDIR)/debian-patches
+	chmod 644 debian/$(DISTDIR)/debian-patches/*
 # Create the tarball and cleanup
 	cd debian && find $(DISTDIR) -not -type d -print0 | \
 		LC_ALL=C sort --zero-terminated | \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml.git



More information about the Pkg-ocaml-maint-commits mailing list