This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[cygwin-apps htdocs - The cygwin-apps website files] branch master, updated. 3c21f60583271c36d6609c80478d9b4586ae7ee8




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/apps-htdocs.git;h=3c21f60583271c36d6609c80478d9b4586ae7ee8

commit 3c21f60583271c36d6609c80478d9b4586ae7ee8
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Mon May 22 18:24:30 2017 +0100

    Mention that unrecognized lines are ignored

https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/apps-htdocs.git;h=95f3ac8feb1f04f844c16d3f1efac8f7eae3d534

commit 95f3ac8feb1f04f844c16d3f1efac8f7eae3d534
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Mon May 22 18:24:13 2017 +0100

    Document that '=' for equality is also an acceptable comparison.
    
    Also drop mention of '<<' and '>>', which are equivalent to '<' and '>'.


Diff:
---
 setup.ini.html |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/setup.ini.html b/setup.ini.html
index 959e6f3..b43800b 100644
--- a/setup.ini.html
+++ b/setup.ini.html
@@ -33,6 +33,8 @@ sequence of package sections.</p>
 <p>Lines that begin with the <tt>#</tt> character are ignored by setup, and can
 be used to add commentary to the file.</p>
 
+<p>For forward compatibility, unrecognized lines should be ignored.</p>
+
 <h3>Headers</h3>
 
 <p>
@@ -135,14 +137,14 @@ This entry should not be used in conjunction with the "source:" entry.</p>
 
 <h3>Note: The following directives are not fully implemented yet.</h3>
 
-<p><tt>Depends: <i>package [(&lt;&lt; | &gt;&gt; | &lt;= | &gt;= | &lt; |
-    &gt; version-identifier)] [, package ...]</i></tt></p>
+<p><tt>Depends: <i>package [(= | &lt;= | &gt;= | &lt; | &gt;
+    version-identifier)] [, package ...]</i></tt></p>
 <p>This is a more sophisticated version of the <tt>requires:</tt> keyword,
 allowing the specification of explicit version number relationships.  Packages
 are separated by commas instead of spaces.</p>
 
-<p><tt>Build-Depends: <i>package [(&lt;&lt; | &gt;&gt; | &lt;= | &gt;= | &lt;
-    | &gt; version-identifier)] [, package ...]</i></tt></p>
+<p><tt>Build-Depends: <i>package [(= | &lt;= | &gt;= | &lt; | &gt;
+    version-identifier)] [, package ...]</i></tt></p>
 <p>Indicates the binary packages required to build the current source
 package.</p>
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]