Skip to content

Commit

Permalink
fix(maintenance_scripts: tag_release): add deb control file for ubunt…
Browse files Browse the repository at this point in the history
…u 18.10+
  • Loading branch information
actionless committed Jan 4, 2019
1 parent 8153ad2 commit e77ff26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maintenance_scripts/tag_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ echo
sed -i -e "s/pkgver=.*/pkgver=${new_version}/g" packaging/arch/PKGBUILD
sed -i -e "s/pkgrel=.*/pkgrel=1/g" packaging/arch/PKGBUILD
sed -i -e "s/^Version: .*/Version: ${new_version}-1~themixproject~zesty/" packaging/ubuntu/control
sed -i -e "s/^Version: .*/Version: ${new_version}-1~themixproject~cosmic/" packaging/ubuntu/control_1810
sed -i -e 's/"tag": ".*"/"tag": "'"${new_version}"'"/g' packaging/flatpak/com.github.themix_project.Oomox.json

echo
Expand Down

0 comments on commit e77ff26

Please sign in to comment.