Skip to content

Commit

Permalink
Debian packge version adjustment.
Browse files Browse the repository at this point in the history
  • Loading branch information
KmolYuan committed Aug 10, 2017
1 parent 0477d26 commit 3aedaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ else
mkdir dist/temp dist/temp/DEBIAN dist/temp/usr/ dist/temp/usr/bin dist/temp/usr/share/
touch $(DEBIANCONTROL)
echo 'Package: pyslvs' >> $(DEBIANCONTROL)
$(eval PYSLVS = "Version: $(shell python3 -c "import sys;from core.info.info import VERSION;sys.stdout.write('{}.{}.{}({})'.format(*VERSION))")")
$(eval PYSLVS = "Version: $(shell python3 -c "import sys;from core.info.info import VERSION;sys.stdout.write('{}.{}.{}'.format(*VERSION[:-1]))")")
echo $(PYSLVS) >> $(DEBIANCONTROL)
echo 'Architecture: all' >> $(DEBIANCONTROL)
echo 'Description: Dimensional Synthesis of Planar Four-bar Linkages in PyQt5 GUI.' >> $(DEBIANCONTROL)
Expand Down

0 comments on commit 3aedaf1

Please sign in to comment.