From: Martin Pitt Date: Thu, 13 Oct 2016 12:50:27 +0000 (+0200) Subject: add rebuild-lib-transition X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=367bc92eea5dc48c99fd56b39428a3dd9a1e190e add rebuild-lib-transition --- 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 +