]> piware.de Git - bin.git/commitdiff
add rebuild-lib-transition
authorMartin Pitt <martin.pitt@ubuntu.com>
Thu, 13 Oct 2016 12:50:27 +0000 (14:50 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Thu, 13 Oct 2016 12:50:27 +0000 (14:50 +0200)
rebuild-lib-transition [new file with mode: 0755]

diff --git a/rebuild-lib-transition b/rebuild-lib-transition
new file mode 100755 (executable)
index 0000000..ebdf5e7
--- /dev/null
@@ -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
+