Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg2appimage failed to parse Depends field in deb package #526

Open
pmsoftware78 opened this issue Nov 17, 2022 · 0 comments
Open

pkg2appimage failed to parse Depends field in deb package #526

pmsoftware78 opened this issue Nov 17, 2022 · 0 comments

Comments

@pmsoftware78
Copy link

Due to upgrade to modern cmake (>=3.14) control file is generated in alphabetical order:
Architecture: xxxx
Depends: xxxxx
Description: xxxxx
Homepage: xxxx
Maintainer: xxxxx
Package: xxxxx
Priority: xxxxx
Section: xxxxxx
Version: xxxxxxxxxxxx

However apt-get.do-download() function require that Depends is 1-2 lines after package:
local dependencies=($(cat cache.txt | grep -A 2 -m 1 ^"Package: ${1}"$
| grep ^"Depends: " \

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant