-
Notifications
You must be signed in to change notification settings - Fork 158
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
dependency not met debian packaging #201
Comments
Not sure! I'm not an expert on Debian packaging; that was contributed by @pfelecan. If you figure it out, please open a PR to fix it. |
I will definitely PR you when I find a solution. |
Just add the dependency in the control file. |
Thanks pfelecan, the dependencies are already there. I found out I just have to install the missing dependencies which I assume are installed by default and it compile now. I was using a docker container to do this based on the work of rzetterberg https://github.com/rzetterberg/antimony-docker |
Hi there, antimony has finally been accepted into Debian, so just apt install it from the official Sid suite: |
I was able to build antimony on debian stretch. When I tried to create a debian package got the following error:
dpkg-checkbuilddeps: error: Unmet build dependencies: debhelper (>= 9) desktop-file-utils
below is the full output:
dpkg-buildpackage: info: source package antimony
dpkg-buildpackage: info: source version 0.9.2
dpkg-buildpackage: info: source distribution testing
dpkg-buildpackage: info: source changed by Peter Felecan peter@felecan.org
dpkg-buildpackage: info: host architecture amd64
dpkg-source --before-build antimony
dpkg-checkbuilddeps: error: Unmet build dependencies: debhelper (>= 9) desktop-file-utils
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
How do I resolve this?
The text was updated successfully, but these errors were encountered: