From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80334 invoked by alias); 4 May 2017 20:20:04 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 80310 invoked by uid 9795); 4 May 2017 20:20:03 -0000 Date: Thu, 04 May 2017 20:20:00 -0000 Message-ID: <20170504202003.80283.qmail@sourceware.org> From: jturney@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: [cygwin-apps htdocs - The cygwin-apps website files] branch master, updated. dcfd2e2b6047db98cf1074369d9f2090f6f9ab25 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b0d4c94648ea3d9a92cbd231220d05a27e03b38b X-Git-Newrev: dcfd2e2b6047db98cf1074369d9f2090f6f9ab25 X-SW-Source: 2017-q2/txt/msg00021.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/apps-htdocs.git;h=dcfd2e2b6047db98cf1074369d9f2090f6f9ab25 commit dcfd2e2b6047db98cf1074369d9f2090f6f9ab25 Author: Jon Turney 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

Like install:, for the corresponding archive file to install the source.

+

Source: package [(version-identifier)]

+

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.

+

Note: The following directives are not fully implemented yet.

Depends: package [(<< | >> | <= | >= | < | - > version-identifier)][, package ...]

+ > version-identifier)] [, package ...]

This is a more sophisticated version of the requires: keyword, allowing the specification of explicit version number relationships. Packages -are separated by commas instead of spaces, and this entry can span multiple -lines.

- -

Source: package [(<< | >> | <= | >= | < | > - version-identifier)]

-

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.

+are separated by commas instead of spaces.

Build-Depends: package [(<< | >> | <= | >= | < - | > version-identifier)] | [ package ...] [,package ...]

+ | > version-identifier)] [, package ...]

Indicates the binary packages required to build the current source package.