Commit 4bc6a3bd authored by Julian Wiesener's avatar Julian Wiesener

always purge chanelog

parent cd2fb91d
......@@ -82,10 +82,9 @@ if [ -f ${DEBDIR}/control.in ]; then
fi
if [ -f debian/changelog ]; then
dch -u low -v "$FULL_VERSION" -D stable "${CHANGE_MSG}" || exit 1
else
dch -u low --package "${PKGNAME}" --create -v "$FULL_VERSION" -D stable "${CHANGE_MSG}" || exit 1
rm debian/changelog
fi
dch -u low --package "${PKGNAME}" --create -v "$FULL_VERSION" -D stable "${CHANGE_MSG}" || exit 1
if [ -f debian/changelog.in ]; then
cp debian/changelog debian/changelog.in
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment