I have a package that I created with checkinstall for a while, and I wanted to automate it (pass the values ββon the command line, rather than entering a selection, pasting the value into, etc ..)
I'm not sure if this is a validation error or not, but how to enable multiple packages using the --requires command line. It seems that barf, if I include the minimum version of the package (for exmple --requires="libvte9 (>= 0.28.2)" ) or several packages at the same time (for example, --requires "libvte9, libc6" )
Has anyone had better success with command line arguments for multiple packages? Am I doing something wrong, or is this a mistake.
Note. If I run the script and select the βRequiredβ parameter (10), and paste in my entire line with several packages and minimum versions (for example, libvte9 (>= 0.28.2), libc6 (>= 2.13) ), it works fine, it just seems to be included on the command line, which has problems. This is also related to creating a debian package using the -D option.
source share