Unable to create Debian package from git (fails on the tests), but regular 'make' works fine

Post Reply
Viktor Nova

I am unable to create a Debian package using create-deb.sh, or other Debian tools. It fails here

````
./test.sh: line 4: ./chaserrunner_test: No such file or directory
````

Indeed the file does not exist. I'm not a pro at Debian packaging, but how might I get it to build a deb, skipping tests that fail? Building it the normal way with make works fine with no errors, which seems odd

(Also, if anyone who knows could tell me how to re-attempt a failed .deb build from where the previous build left off without starting completely over, I would be super grateful!)
Massimo Callegari

Viktor, I am aware of this and I ask you to be patient.
Recently I merged two classes and the test unit on the result fails. No big deal though, I just need to find the time and concentration to fix it.
Viktor Nova

Cool, thanks for the update!
Massimo Callegari

It is fixed now
Post Reply