[Gambas-user] Issue 610 in gambas: Debian packaging of control: Depends only gambas3-runtime
gambas at ...2524...
gambas at ...2524...
Wed Mar 18 11:36:07 CET 2015
Status: New
Owner: ----
Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 610 by chr4... at ...1601...: Debian packaging of control:
Depends only gambas3-runtime
https://code.google.com/p/gambas/issues/detail?id=610
1) Describe the problem.
When packaging a component for Debian, inside the resulting .deb the file
DEBIAN/control defines dependancies in the tag Depends.
When packaging a Gambas control which depends on several other Gambas
components, it should list these components here to ensure, that they are
installed via apt.
Instead there are only these dependancies listed:
Depends: gambas3-runtime (>= 3.7), gambas3-runtime (<< 3.99.0)
2) Reproduce
Attached is a project, which depends on
Component=gb.db
Component=gb.image
Component=gb.qt4
Component=gb.form
Create a Debian Package from it. Look inside the created .deb file in
DEBIAN/control and see, it only depends gambas3-runtime.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list