Comment 10 for bug 1975519

Revision history for this message
Birgit Edel (biredel) wrote :

Thanks, seems to work. Unsurprisingly so: your binary is almost identical to my local build.

@kanjimonster You can append a distinct suffix for your local builds using this dch option:
<email address hidden> dch --local="+test" "my commit message"
You can verify how your build compares to ubuntu versions using this dpkg option:
dpkg --compare-versions oldversion+local1 ge oldversion.1 && echo "greater or equal"