Julian Andres Klode <[EMAIL PROTECTED]> writes:
> How about:
> Depends: foo (>= 1.2.3), foo (<< 1.2.4~)
> or
> Depends: foo (>= 1.2.3), foo (<< 1.2.3.0~)
>
> Julian
% dpkg --compare-versions 1.2.3.0 ">>" 1.2.3a && echo yes
yes
Upstream might go crazy and add a text string to the verion. Or no
On Wed, 2007-07-11 at 00:32 +1200, Francois Marier wrote:
> I'm trying to get my package to depend on a specific upstream version of
> another package and ignore the Debian component of the version string.
For the Mono packages we use this snippet to get the upstream version in
debian/rules:
VERSI
How about:
Depends: foo (>= 1.2.3), foo (<< 1.2.4~)
or
Depends: foo (>= 1.2.3), foo (<< 1.2.3.0~)
Julian
Am Mittwoch, den 11.07.2007, 00:32 +1200 schrieb Francois Marier:
> (Please CC me in your replies, I'm not subscribed to debian-devel)
>
> Hi,
>
> I'm trying to get my package to depend o
(Please CC me in your replies, I'm not subscribed to debian-devel)
Hi,
I'm trying to get my package to depend on a specific upstream version of
another package and ignore the Debian component of the version string.
Given package foo 1.2.3-1, I want package bar (which is not built from the
same s
4 matches
Mail list logo