manupap1 / libzoneminder-plugin-openalpr

libzoneminder-plugin-openalpr is a free, open source Licence Plate Recognition plugin for the ZoneMinder CCTV sofware (https://github.com/ZoneMinder/ZoneMinder). It is based on openalpr library (https://github.com/openalpr/openalpr) for the recognition algorithm and plugin development initiated by nextime (https://github.com/nextime/zum/tree/master/scripts/ZoneMinder).
GNU General Public License v2.0
41 stars 19 forks source link

Build on debian jessie fails #2

Closed mochoandre closed 9 years ago

mochoandre commented 9 years ago

With error:

W: zoneminder-core: unusual-interpreter usr/bin/zmsystemctl.pl #!/usr/bin/pkexec Finished running lintian. Now signing changes and any dsc files... signfile zoneminder_1.28.1+nmu1.dsc Emmanuel Papin manupap01@gmail.com gpg: skipped "Emmanuel Papin manupap01@gmail.com": secret key not available gpg: /tmp/debsign.vdpnAumI/zoneminder_1.28.1+nmu1.dsc: clearsign failed: secret key not available debsign: gpg error occurred! Aborting.... debuild: fatal error at line 1295: running debsign failed root@debian:/usr/src/ZoneMinder#

manupap1 commented 9 years ago

Hi,

The build does not fail, only the signing step is failing. By design the debuild command tries to sign some files. Instead I should mention the following command to avoid this unnecessary/misunderstandable step: dpkg-buildpackage -rfakeroot -us -uc

Emmanuel

mochoandre commented 9 years ago

Thanks, I just just about to coment that i found a solution (that one) and post it here for future reference to the guys not so experienced in linux like me. You can also make "debuild -us -uc" that it compiles fine!

Thanks again

1511993 commented 7 years ago

I make dpkg-buildpackage -rfakeroot -us -uc also make debuild -us -uc but i have an error. tail: cannot open ‘debian/changelog’ for reading: No such file or directory what i should do?