David Boho

Results 14 comments of David Boho

I got an error caused by `debian/changelog` `dpkg-genchanges: error: unknown1 is not a valid version` There is a line missing before Initial Release. Here is a fix ``` diff --git...

@mgolisch for platform specific dependecies you can also use the or statement: `|` so e.g.: ``` Build-Depends: ..., libboost-regex1.55-dev | libboost-regex1.58-dev, ... Depends ..., libboost-regex1.55.0 | libboost-regex1.58.0, ... ``` or...

@dpa99c Are there any chances to fix this issue and merging this PR?

I have exact same problem. Removing pulgin and platforms folder did not help