X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=rebuild-lib-transition;fp=rebuild-lib-transition;h=0000000000000000000000000000000000000000;hp=ebdf5e70cf74dc6d3c539b65768971bbbb2ff66e;hb=a1dd5c2f15ca3963a02ef946a6707a05c9ddd9ac;hpb=0946ec8751f959d175d1436d190c20893ede3864 diff --git a/rebuild-lib-transition b/rebuild-lib-transition deleted file mode 100755 index ebdf5e7..0000000 --- a/rebuild-lib-transition +++ /dev/null @@ -1,10 +0,0 @@ -#!/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 -