Fix error in changelog

This commit is contained in:
Joshua Boniface 2020-11-08 02:16:36 -05:00
parent 5e93edde3c
commit 626a502de7
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ mv ${readme_tmpdir}/index.md docs/index.md
rm -r ${readme_tmpdir}
deb_changelog_orig="$( cat debian/changelog )"
deb_changelog_new="pvc (${new_version}-0) unstable urgency=high\n\n${changelog}\n\n -- $( git config --get user.name ) <$( git config --get user.email )> $( date --rfc-email )\n"
deb_changelog_new="pvc (${new_version}-0) unstable; urgency=high\n\n${changelog}\n\n -- $( git config --get user.name ) <$( git config --get user.email )> $( date --rfc-email )\n"
deb_changelog_file=$( mktemp )
echo -e "${deb_changelog_new}" >> ${deb_changelog_file}