X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=rebuild-lib-transition;fp=rebuild-lib-transition;h=ebdf5e70cf74dc6d3c539b65768971bbbb2ff66e;hp=0000000000000000000000000000000000000000;hb=367bc92eea5dc48c99fd56b39428a3dd9a1e190e;hpb=bef43b9705e701a5f829810d5a865751e8dab67c diff --git a/rebuild-lib-transition b/rebuild-lib-transition new file mode 100755 index 0000000..ebdf5e7 --- /dev/null +++ b/rebuild-lib-transition @@ -0,0 +1,10 @@ +#!/bin/sh +set -e +changelog="$1" +shift +for p in $@; do + pull-lp-source $p + (cd $p-*; dch -D yakkety --rebuild "No-change rebuild against $changelog"; dch -r ''; debuild --no-lintian -S -nc) + dput ${p}_*_source.changes +done +