[Gambas-user] Specifications for Gambas 3 packaging : updated!
Kende Krisztián
nemh at ...2007...
Tue Oct 29 17:24:10 CET 2013
2013-10-28 20:37 keltezéssel, Benoît Minisini írta:
> Hi,
>
> The specifications of "how to package Gambas 3" have been updated (list
> of components, dependencies), thanks to all errors and misses detected
> by Kende Krisztián.
>
> If anyone find any error in it, please tell!
>
> Regards,
>
I created a Debian installer package with Gambas IDE. I checked, and
debian/control file contain this:
Depends: gambas3-runtime (>= 3.0.90), gambas3-runtime (<< 3.99.0),
gambas3-gb-image (>= 3.0.90), gambas3-gb-image (<< 3.99.0),
gambas3-gb-gui (>= 3.0.90), gambas3-gb-gui (<< 3.99.0), gambas3-gb-form
(>= 3.0.90), gambas3-gb-form (<< 3.99.0)
But the correct dependencies are the following:
Depends: gambas3-runtime (>= 3.5.0), gambas3-gb-image (>= 3.5.0),
gambas3-gb-gtk (>= 3.5.0), gambas3-gb-qt4 (>= 3.5.0), gambas3-gb-form
(>= 3.5.0)
So this packager is completly useless on Debian and Ubuntu. Does not
meet the specifications.
This package is not work with Gambas 3.4 or older, and gambas3-gb-gui
package is not exist. And if gambas3-gb-gtk and gambas3-gb-qt4 is not
dependency, the application will not start.
More information about the User
mailing list