Hello,
We are trying to build a package including another one if its dependency fail.
We have created the skeleton file.
We have added the require in the prepare section of the apspec file:
[Prepare]
require "@Eurocopter.org/RisePackage" 1.0
requireAtLeast @trolltech.com/qt:4.5.2
...
1): why is there two syntax for the requirements as shown above?
We have tried to put the 'RisePackage 1.0.package' in the autopackage/package directory with the file 'autopackage.tar.bz2'
2): the file autopackage.tar.bz2 seems to be mandatory for building the package
If the dependency is not satisfied, the installer does not propose to install this RisePackage
3): Where are we wrong?
Regards,
NB: Thanks for your great job! We're trying actually to migrate all our specifics applications with autopackage
