Codebase list rust-libslirp / b4e5b9d repackage.sh
b4e5b9d

Tree @b4e5b9d (Download .tar.gz)

repackage.sh @b4e5b9draw · history · blame

#!/bin/sh

. ./vars.sh.frag

if ! shouldbuild "$BUILDDIR/debian/changelog" "$PKGDIR/debian/changelog"; then
	exit 0
fi

REALVER="$(sed -nre "s/.*Package .* (.*) from crates.io.*/\1/gp" "$PKGDIR/debian/changelog" | head -n1)"
run_debcargo --no-overlay-write-back