[Gambas-user] [Fwd: Re: Gambas packages version]

John Rose john.aaron.rose at ...626...
Tue Mar 6 14:50:08 CET 2012


Please see below.

-------- Forwarded Message --------
From: Kende Krisztián <nemh at ...2007...>
To: John Rose <john.aaron.rose at ...626...>
Subject: Re: Gambas packages version
Date: Tue, 6 Mar 2012 11:07:59 +0100

It seems to me that this is a bug. It would be worthwhile to report on
Benoît. The Gambas 3.0.90 version did you create the package, but as a
smaller version dependencies designated.

debian/control files:
...
Depends: gambas3-runtime (>= 3.0.0), gambas3-runtime (<< 3.1.90),
gambas3-gb-image (>= 2.90.0), gambas3-gb-image (<< 3.0.90),
gambas3-gb-gui (>= 2.90.0), gambas3-gb-gui (<< 3.0.90), gambas3-gb-form
(>= 2.90.0), gambas3-gb-form (<< 3.0.90)

The gambas3-runtime is OK:
gambas3-runtime (>= 3.0.0), gambas3-runtime (<< 3.1.90)

but the others is NOT:
(>= 2.90.0) and (<< 3.0.90)

The correct version would look like:
(>= 2.90.0) and (<< 3.1.90)
or
(>= 3.0.0) and (<< 3.1.90)
or
(>= 2.90.0) and (<= 3.0.90)
or
(>= 3.0.0) and (<= 3.0.90)

But I think the second solution is correct, similar to the
gambas3-runtime.

Should therefore be re-packaged for Debian packages.


> 2 hours later, gambas3 pre-release packages installed OK: I guess that
> it was a temporary problem with Launchpad's ppa repositories.
> 
> I installed my app iRecorder again as it needs re-installation after
> some gambas3 packages change (e.g. gambas3-runtime). However, running
> the app now gives "Error: Dependency is not satisfiable:
> gambas3-gb-image (<< 3.0.90) changes". Please look into this. I've
> attached my app's .deb package which I 'made' after the changes (it
> also happened with the existing .deb package).
> 






More information about the User mailing list