mass-reupload: Also update the changelog
Sylvestre Ledru
2 years ago
19 | 19 | V=$(dpkg-parsechangelog --file src/$f/debian/changelog|grep Version|awk '{print $2}'|cut -d- -f1) |
20 | 20 | PKG=$(grep Upstream-Name src/$f/debian/copyright|awk '{print $2}') |
21 | 21 | REALVER=$V ./update.sh $PKG |
22 | cd src/$f && sed -i -e "s| \* Package| * Source upload\n * Package|" debian/changelog && cd - | |
22 | 23 | git commit -m" $f: source upload" src/$f |
23 | 24 | RERELEASE=1 ./release.sh $PKG |
24 | 25 | git checkout master && git merge origin/pending-$f |