public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [cygwin-apps htdocs - The cygwin-apps website files] branch master, updated. 3c21f60583271c36d6609c80478d9b4586ae7ee8
@ 2017-05-22 17:25 jturney
  0 siblings, 0 replies; only message in thread
From: jturney @ 2017-05-22 17:25 UTC (permalink / raw)
  To: cygwin-apps-cvs




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>
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-22 17:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-22 17:25 [cygwin-apps htdocs - The cygwin-apps website files] branch master, updated. 3c21f60583271c36d6609c80478d9b4586ae7ee8 jturney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).