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. dcfd2e2b6047db98cf1074369d9f2090f6f9ab25




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

commit dcfd2e2b6047db98cf1074369d9f2090f6f9ab25
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Thu May 4 21:18:26 2017 +0100

    'Source:' only takes a version, not a version comparison.


Diff:
---
 setup.ini.html |   20 +++++++++-----------
 1 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/setup.ini.html b/setup.ini.html
index aacbf7c..959e6f3 100644
--- a/setup.ini.html
+++ b/setup.ini.html
@@ -127,24 +127,22 @@ considered corrupt and won't be installed by setup.  Hex characters are 0-9a-f
 <p>Like <tt>install:</tt>, for the corresponding archive file to install the
 source.</p>
 
+<p><tt>Source: <i>package [(version-identifier)]</i></tt></p>
+<p>Indicates the source-package containing the source
+for the current package version. i.e. for package foo-dev, one might have
+"Source: foo-src" to indicate that the source package for foo-dev is foo-src.
+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>
+    &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, and this entry can span multiple
-lines.</p>
-
-<p><tt>Source: <i>package [(&lt;&lt; | &gt;&gt; | &lt;= | &gt;= | &lt; | &gt;
-    version-identifier)]</i></tt></p>
-<p>Indicates the source-package that should be used when downloading the source
-for the current package version. i.e. for package foo-dev, one might have
-"Source: foo-src" to indicate that the source package for foo-dev is foo-src.
-This entry should not be used in conjunction with the "source:" entry.</p>
+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 ...] [,package ...]</i></tt></p>
+    | &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]