Closed brs17 closed 6 years ago
Needed to run debuild -b -uc -us not debuild -B because -B can only be done on the machine with the gpg key that just signed the change (according to @jackpot51 )
debuild -b -uc -us
debuild -B
-B
-B should still work, but the resulting .deb package will not be signed and you'll get an error on the console.
Needed to run
debuild -b -uc -us
notdebuild -B
because-B
can only be done on the machine with the gpg key that just signed the change (according to @jackpot51 )