]> piware.de Git - bin.git/blob - rebuild-lib-transition
autopkgtest-sid-update.exp: Fix debconf questions
[bin.git] / rebuild-lib-transition
1 #!/bin/sh
2 set -e
3 changelog="$1"
4 shift
5 for p in $@; do
6     pull-lp-source $p
7     (cd $p-*; dch -D yakkety --rebuild "No-change rebuild against $changelog"; dch -r ''; debuild --no-lintian -S -nc)
8     dput ${p}_*_source.changes
9 done
10