Unable to create Debian package from git (fails on the tests), but regular 'make' works fine
Posted: Mon Apr 14, 2014 5:05 am
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!)
````
./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!)