This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository mauve.
commit 6f81c087ecd0cc8be6805d5ff62c95c1bbd7fcd3 Author: tony mancill <[email protected]> Date: Sat Oct 31 17:27:59 2015 -0700 add patch for #803585 --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 10654f4..72f35d7 100755 --- a/debian/rules +++ b/debian/rules @@ -36,6 +36,7 @@ install: build LC_ALL="C" sort --zero-terminated | \ GZIP="-9n" tar --create --gzip --null --files-from=- \ --file $(CURDIR)/debian/mauve/usr/src/mauve.tar.gz \ + --mode=go=rX,u+rw,a-s \ --mtime="$(BUILD_DATE)" rm -rf debian/mauve/usr/src/mauve -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mauve.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

