version number script: adjust for build system changes

This commit is contained in:
Moritz Bunkus 2019-06-22 11:06:06 +02:00
parent 973dbcc71d
commit 742a7a207a
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -26,7 +26,7 @@ function update_debian_changelog {
export LC_TIME=en_US.UTF-8
tmp=$(mktemp)
date=$(date '+%a, %d %b %Y %H:%M:%S %z')
ubuntu=$(awk "-F'" '/define_debian_ubuntu.*ubuntu/ { ubuntu=$4 } END { print ubuntu }' /home/mosu/prog/video/support/rake.d/debian_ubuntu.rb)
ubuntu=$(awk "-F'" '/define_debian_ubuntu.*ubuntu/ { ubuntu=$4 } END { print ubuntu }' /home/mosu/prog/video/support/rake.d/debian_ubuntu_linuxmint.rb)
cat > ${tmp} <<EOF
mkvtoolnix (${TO}-0~bunkus01) ${ubuntu}; urgency=low