public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: jturney@sourceware.org
To: cygwin-apps-cvs@sourceware.org
Subject: [cygwin-apps htdocs - The cygwin-apps website files] branch master, updated. 3c21f60583271c36d6609c80478d9b4586ae7ee8
Date: Mon, 22 May 2017 17:25:00 -0000	[thread overview]
Message-ID: <20170522172513.129357.qmail@sourceware.org> (raw)




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>
 


                 reply	other threads:[~2017-05-22 17:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170522172513.129357.qmail@sourceware.org \
    --to=jturney@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).