From: Russ Allbery
Date: Mon, 19 Jul 2010 16:33:06 +0000 (-0700)
Subject: Require GNAT *.ali files to be installed read-only
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=07600620680b5a6444cf7742e2aa481fb2c41474;p=debian%2Fdebian-policy.git
Require GNAT *.ali files to be installed read-only
GNAT requires *.ali files to be read-only or it will attempt to
recompile them when used.
---
diff --git a/policy.sgml b/policy.sgml
index 6943397..3a70475 100644
--- a/policy.sgml
+++ b/policy.sgml
@@ -5389,6 +5389,14 @@ Replaces: mail-transport-agent
(ld) when compiling packages, as it will only look for
libgdbm.so when compiling dynamically.
+
+
+ If the package provides Ada Library Information
+ (*.ali) files for use with GNAT, these files must be
+ installed read-only (mode 0444) so that GNAT will not attempt to
+ recompile them. This overrides the normal file mode requirements
+ given in [.
+ ]
@@ -7946,7 +7954,7 @@ endscript
-
+
Permissions and owners