Codebase list rust-bzip2 / 5c9f5bc4-ce7e-46e7-a3a3-9beb66c4b9fc/main repackage.sh
5c9f5bc4-ce7e-46e7-a3a3-9beb66c4b9fc/main

Tree @5c9f5bc4-ce7e-46e7-a3a3-9beb66c4b9fc/main (Download .tar.gz)

repackage.sh @5c9f5bc4-ce7e-46e7-a3a3-9beb66c4b9fc/mainraw · history · blame

#!/bin/bash
# Repackage a crate at the exact version that it was packaged at.
#
# Usage: ./repackage.sh <CRATE> [<SEMVER>]

. ./vars.sh.frag

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

REALVER="$(get_existing_version "$PKGDIR")"
run_debcargo --no-overlay-write-back --changelog-ready