octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: packaging system


From: David Bateman
Subject: Re: packaging system
Date: Wed, 22 Jun 2005 14:10:22 +0200
User-agent: Mozilla Thunderbird 0.8 (X11/20040923)

Søren Hauberg wrote:

David Bateman wrote:
[snip]

I think Søren implemented something like this already, since his
sample package contains the following line:

Depends: octave (>= 2.1.64)

Yes, he has I see that now. However, the syntax is

Depends: octave (>= 2.1.64), signal ( >= 1.0.0), signal (< 2.0.0)

all on a single depends line. Multiple Depends lines would be nice to have.. with a function like

You should be able to create a continuation line (I don't think this word exist), that is if a line starts with a blank char (as defined by isspace) it is appended to the previous line. So

Depends: octave (>= 2.1.64), signal ( >= 1.0.0), signal (< 2.0.0)

should be the same as

Depends: octave (>= 2.1.64),
         signal ( >= 1.0.0),
         signal (< 2.0.0)


Ok, I see. I'd though desc_get took the file line by line, but get_descriptions parsing the description including continuation lines... That is fine..

D.

--
David Bateman                                address@hidden
Motorola Labs - Paris +33 1 69 35 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin +33 1 69 35 77 01 (Fax) 91193 Gif-Sur-Yvette FRANCE

The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary



reply via email to

[Prev in Thread] Current Thread [Next in Thread]