bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#15108: Updated package dependencies


From: Tom Willemse
Subject: bug#15108: Updated package dependencies
Date: Wed, 11 Dec 2013 22:24:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hey Drew,

Drew Adams <drew.adams@oracle.com> writes:

>> I've tested it most recently bzr trunk revision 115470. All the ways to
>> specify dependencies work as described before:
>> 
>> ;; Package-Requires: foo
>> ;; Package-Requires: (foo bar)
>> ;; Package-Requires: (foo (baz "1.1.0") bar)
>> ;; Package-Requires: (baz "1.1.0")
>
> Those are not all of the ways.  Most of my libraries use this way:

Sorry, bad choice of words, never meant to say all the ways work, I
meant all the ways given in a previous mail.

> ;; Package-Requires: ()

This will cause a dependency on `((nil (0)))' right now, I will fix
that. May I ask why you wouldn't just leave the header out of the file
or leave it empty? Just out of curiosity, this should work the same way
as Emacs 24.3 I'm sure.

> And most of the others (of mine) use this way (perhaps covered by
> your 3rd, perhaps not, depending on your spec):
>
> ;; Package-Requires: ((fit-frame "0"))

This produces a dependency on `((fit-frame (0)))' with my patch
installed, according to `package-buffer-info'.

> See also bug #14941 (still unanswered, so far).

I will look at it, if you don't mind.





reply via email to

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