File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77--url "https://github.com/gamemaker1/bak"
88--maintainer "Vedant K (gamemaker1) <gamemaker0042 at gmail dot com>"
99
10- source/bak=/usr/bin/bak man/bak.1=/usr/share/man/man1/bak.1 license.txt =/usr/share/licenses/bak/LICENSE
10+ source/bak=/usr/bin/bak man/bak.1=/usr/share/man/man1/bak.1 license.md =/usr/share/licenses/bak/LICENSE
Original file line number Diff line number Diff line change 2020 exit 1
2121fi
2222
23- # Replace all occurrences of the old version with the new one (except in changelog.txt )
23+ # Replace all occurrences of the old version with the new one (except in changelog.md )
2424sed -i " s/$old_version /$new_version /g" man/bak.1
2525sed -i " s/$old_version /$new_version /g" source/bak
2626sed -i " s/$old_version /$new_version /g" readme.md
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ fpm \
2828 -t deb \
2929 -p dist/bak-$( cat version) -1-any.deb \
3030 --version $( cat version) \
31- --deb-changelog changelog.txt
31+ --deb-changelog changelog.md
3232
3333# RedHat
3434fpm \
3535 -t rpm \
3636 -p dist/bak-$( cat version) -1-any.rpm \
3737 --version $( cat version) \
38- --rpm-changelog changelog.txt
38+ --rpm-changelog changelog.md
3939
4040# Arch Linux
4141fpm \
6868 --version $( cat version)
6969
7070# Generic
71- tar -czf dist/bak-$( cat version) -1-any.tar.gz man source changelog.txt license.txt readme.txt version
71+ tar -czf dist/bak-$( cat version) -1-any.tar.gz man source changelog.md license.md readme.md version
You can’t perform that action at this time.
0 commit comments