From 367bc92eea5dc48c99fd56b39428a3dd9a1e190e Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 13 Oct 2016 14:50:27 +0200 Subject: [PATCH] add rebuild-lib-transition --- rebuild-lib-transition | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 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 + -- 2.39.2