houston icon indicating copy to clipboard operation
houston copied to clipboard

liftoff failure due to debian/control file

Open jendrikseipp opened this issue 6 years ago • 3 comments

I'm having trouble building the rednotebook-elementary package again: https://github.com/jendrikseipp/rednotebook-elementary/issues/9

The same error happened earlier (https://github.com/jendrikseipp/rednotebook-elementary/issues/6) and @btkostner fixed it by moving the "Depends" field from the "Package" to the "Source" block (https://github.com/jendrikseipp/rednotebook-elementary/pull/7/commits/0a8e42fb9a8bcd7c6d6984379d3ffdc5deb906b0), but this leads to the package not installing the dependencies when it is installed. Do you know the proper fix for this?


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

jendrikseipp avatar Oct 01 '17 09:10 jendrikseipp

It looks like it is an issue with the debian parser we have. I have a fix for it in the v2 branch, I just need to port it over.

Edit Sorry for the late reply. I usually try to stay on top of the issues, but I've been really busy this month.

btkostner avatar Nov 03 '17 03:11 btkostner

No worries :-) Glad you found a fix!

jendrikseipp avatar Nov 03 '17 07:11 jendrikseipp

Just submitted a PR to fix some of the issues. There is still an issue when a Description line ends with a , which is an easy fix in your repository.

btkostner avatar Nov 06 '17 01:11 btkostner