document how to upload a source package with build too

This commit is contained in:
Sylvestre Ledru 2022-04-15 13:15:51 +02:00
parent 15ff44cd73
commit 57bef5f113

View File

@ -205,6 +205,10 @@ new binaries, then you can just go ahead and directly dput the source package.
cd build && dput ${DEBSRC}_${DEBVER}_source.changes && git checkout - & git merge -
If you want to build and test it, run:
cd build && ./build.sh $CRATE && dput ${DEBSRC}_${DEBVER}_source.changes && git checkout - & git merge -
For your reference, this source package builds $(echo "$upload_bin_packages" | wc -l) binary package(s):
$upload_bin_packages
eof