Codebase list rust-libslirp / 6261271
mass-reupload: Also update the changelog Sylvestre Ledru 3 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1919 V=$(dpkg-parsechangelog --file src/$f/debian/changelog|grep Version|awk '{print $2}'|cut -d- -f1)
2020 PKG=$(grep Upstream-Name src/$f/debian/copyright|awk '{print $2}')
2121 REALVER=$V ./update.sh $PKG
22 cd src/$f && sed -i -e "s| \* Package| * Source upload\n * Package|" debian/changelog && cd -
2223 git commit -m" $f: source upload" src/$f
2324 RERELEASE=1 ./release.sh $PKG
2425 git checkout master && git merge origin/pending-$f