Now there's only one thing which needs to be uploaded to the archive.
rsync -a "$host:$builddir/" ./
case $rc in 0) ;; *) exit $rc ;; esac
rsync -a "$host:$builddir/" ./
case $rc in 0) ;; *) exit $rc ;; esac
-## Maybe sign the result.
+## Merge the change files together, and maybe sign the result.
+chchch=${pkg}_${ver}_source.changes
+for i in "${pkg}_${ver}"_*.changes; do
+ case " $chchch " in *" $i "*) ;; *) chchch="$chchch $i" ;; esac
+done
+mergechanges -f $chchch
+rm $chchch
- t) debsign -k"$keyid" "${pkg}_${ver}_"*.changes ;;
+ t) debsign -k"$keyid" "${pkg}_${ver}_multi.changes" ;;