]> piware.de Git - bin.git/blobdiff - rebuild-lib-transition
Drop obsolete scripts
[bin.git] / rebuild-lib-transition
diff --git a/rebuild-lib-transition b/rebuild-lib-transition
deleted file mode 100755 (executable)
index ebdf5e7..0000000
+++ /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
-